]> git.ipfire.org Git - thirdparty/haproxy.git/commitdiff
[RELEASE] Released version 1.5-dev6
authorWilly Tarreau <w@1wt.eu>
Thu, 7 Apr 2011 22:56:41 +0000 (00:56 +0200)
committerWilly Tarreau <w@1wt.eu>
Thu, 7 Apr 2011 22:56:41 +0000 (00:56 +0200)
Released version 1.5-dev6 with the following main changes :
    - [BUG] stream_sock: use get_addr_len() instead of sizeof() on sockaddr_storage
    - [BUG] TCP source tracking was broken with IPv6 changes
    - [BUG] stick-tables did not work when converting IPv6 to IPv4
    - [CRITICAL] fix risk of crash when dealing with space in response cookies

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

index f5134eab70b84ea570d3be80f2528bf05f187722..61c82241c2c92203dc11396abcddb6ac46887030 100644 (file)
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,6 +1,12 @@
 ChangeLog :
 ===========
 
+2011/04/08 : 1.5-dev6
+    - [BUG] stream_sock: use get_addr_len() instead of sizeof() on sockaddr_storage
+    - [BUG] TCP source tracking was broken with IPv6 changes
+    - [BUG] stick-tables did not work when converting IPv6 to IPv4
+    - [CRITICAL] fix risk of crash when dealing with space in response cookies
+
 2011/03/29 : 1.5-dev5
     - [BUG] standard: is_addr return value for IPv4 was inverted
     - [MINOR] update comment about IPv6 support for server
diff --git a/VERDATE b/VERDATE
index 641cf8647bd6a2fa1cdc70834907b76f8e9c6411..d458e793f10c1bc7d621079a84bc2c39e750315c 100644 (file)
--- a/VERDATE
+++ b/VERDATE
@@ -1 +1 @@
-2011/03/29
+2011/04/08
diff --git a/VERSION b/VERSION
index 6587f9f0e65357d0b4bc5cea242c7f199f376828..465bd7c8c228201c7dbe03a51f43cfaf8c41aff8 100644 (file)
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-1.5-dev5
+1.5-dev6
index 7e6799793af2b84c4578e4d0bacd12e1e373ba88..5285e68a4146c0807172053695801f1b75977f3b 100644 (file)
@@ -4,7 +4,7 @@
                          ----------------------
                              version 1.5
                              willy tarreau
-                              2011/03/29
+                              2011/04/08
 
 
 This document covers the configuration language as implemented in the version
index acb1e0231d2c26a4ef9e837d4b34563935fdc4d9..bfbc1bd984619303f00ae3a763a7fd0aa9b3a3af 100644 (file)
@@ -1,6 +1,6 @@
 Summary: HA-Proxy is a TCP/HTTP reverse proxy for high availability environments
 Name: haproxy
-Version: 1.5-dev5
+Version: 1.5-dev6
 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
+* Fri Apr  8 2011 Willy Tarreau <w@1wt.eu>
+- updated to 1.5-dev6
+
 * Tue Mar 29 2011 Willy Tarreau <w@1wt.eu>
 - updated to 1.5-dev5