]> git.ipfire.org Git - thirdparty/haproxy.git/commitdiff
[RELEASE] Released version 1.4.4 v1.4.4
authorWilly Tarreau <w@1wt.eu>
Wed, 7 Apr 2010 21:12:24 +0000 (23:12 +0200)
committerWilly Tarreau <w@1wt.eu>
Wed, 7 Apr 2010 21:12:24 +0000 (23:12 +0200)
Released version 1.4.4 with the following main changes :
    - [BUG] appsession should match the whole cookie name
    - [CLEANUP] proxy: move PR_O_SSL3_CHK to options2 to release one flag
    - [MEDIUM] backend: move the transparent proxy address selection to backend
    - [MINOR] add very fast IP parsing functions
    - [MINOR] add new tproxy flags for dynamic source address binding
    - [MEDIUM] add ability to connect to a server from an IP found in a header
    - [BUILD] config: last patch breaks build without CONFIG_HAP_LINUX_TPROXY
    - [MINOR] http: make it possible to pretend keep-alive when doing close
    - [MINOR] config: report "default-server" instead of "(null)" in error messages

CHANGELOG
VERDATE
VERSION
doc/configuration.txt
examples/haproxy.spec

index 3461e1904bf46f62123da34266752fae911dfe8b..be52a5bc068d4f7d1fe59cea63c3cc246ceb6238 100644 (file)
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,6 +1,17 @@
 ChangeLog :
 ===========
 
+2010/04/07 : 1.4.4
+    - [BUG] appsession should match the whole cookie name
+    - [CLEANUP] proxy: move PR_O_SSL3_CHK to options2 to release one flag
+    - [MEDIUM] backend: move the transparent proxy address selection to backend
+    - [MINOR] add very fast IP parsing functions
+    - [MINOR] add new tproxy flags for dynamic source address binding
+    - [MEDIUM] add ability to connect to a server from an IP found in a header
+    - [BUILD] config: last patch breaks build without CONFIG_HAP_LINUX_TPROXY
+    - [MINOR] http: make it possible to pretend keep-alive when doing close
+    - [MINOR] config: report "default-server" instead of "(null)" in error messages
+
 2010/03/30 : 1.4.3
     - [CLEANUP] stats: remove printf format warning in stats_dump_full_sess_to_buffer()
     - [MEDIUM] session: better fix for connection to servers with closed input
diff --git a/VERDATE b/VERDATE
index 8f16b1a03655ec5f652db603d59efad404279ad2..9b46757315ee5ac56377d38f8ef3fccc8da1a6a9 100644 (file)
--- a/VERDATE
+++ b/VERDATE
@@ -1 +1 @@
-2010/03/30
+2010/04/07
diff --git a/VERSION b/VERSION
index 428b770e3e234822240cb1d877687486143a0161..1c99cf0e80935dc79a726b43fb1a9de36e07ad46 100644 (file)
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-1.4.3
+1.4.4
index 2b980d5a3f0b62fae6e3d628a47a6c806e9623d5..e1d5b719a28f05f1c292955bd199f70019f899aa 100644 (file)
@@ -2,9 +2,9 @@
                                  HAProxy
                           Configuration Manual
                          ----------------------
-                             version 1.4.3
+                             version 1.4.4
                              willy tarreau
-                              2010/03/30
+                              2010/04/07
 
 
 This document covers the configuration language as implemented in the version
index 1a8c5a3b328a0c1c5556931572f16c819fbb67e7..c9de49425dcbc81620b036cd98e6d2aa1377c561 100644 (file)
@@ -1,6 +1,6 @@
 Summary: HA-Proxy is a TCP/HTTP reverse proxy for high availability environments
 Name: haproxy
-Version: 1.4.3
+Version: 1.4.4
 Release: 1
 License: GPL
 Group: System Environment/Daemons
@@ -76,6 +76,9 @@ fi
 %attr(0755,root,root) %config %{_sysconfdir}/rc.d/init.d/%{name}
 
 %changelog
+* Wed Apr  7 2010 Willy Tarreau <w@1wt.eu>
+- updated to 1.4.4
+
 * Tue Mar 30 2010 Willy Tarreau <w@1wt.eu>
 - updated to 1.4.3