]> git.kaiwu.me - haproxy.git/commitdiff
[RELEASE] Released version 1.3.15.11 v1.3.15.11
authorWilly Tarreau <w@1wt.eu>
Fri, 4 Dec 2009 08:30:04 +0000 (09:30 +0100)
committerWilly Tarreau <w@1wt.eu>
Fri, 4 Dec 2009 08:30:04 +0000 (09:30 +0100)
Released version 1.3.15.11 with the following main changes :
    - [MINOR] Allow to specify a domain for a cookie
    - [BUG/CLEANUP] cookiedomain -> cookie_domain rename + free(p->cookie_domain)
    - [DOC] trivial fix for man page
    - [BUILD] use "git cmd" instead of "git-cmd"
    - [DOC] add a reminder about obsolete documents
    - [BUG] config: fix erroneous check on cookie domain names
    - [BUG] config: cookie domain was ignored in defaults sections
    - [MINOR] config: support passing multiple "domain" statements to cookies

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

index 910c90433bb7b040032d2c7da9246c9e952278ab..00b77e929dc472ee5f79a19b97dc6e080d85e77c 100644 (file)
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,6 +1,16 @@
 ChangeLog :
 ===========
 
+2009/12/04 : 1.3.15.11
+    - [MINOR] Allow to specify a domain for a cookie
+    - [BUG/CLEANUP] cookiedomain -> cookie_domain rename + free(p->cookie_domain)
+    - [DOC] trivial fix for man page
+    - [BUILD] use "git cmd" instead of "git-cmd"
+    - [DOC] add a reminder about obsolete documents
+    - [BUG] config: fix erroneous check on cookie domain names
+    - [BUG] config: cookie domain was ignored in defaults sections
+    - [MINOR] config: support passing multiple "domain" statements to cookies
+
 2009/07/27 : 1.3.15.10
     - [MINOR] startup: don't imply -q with -D
     - [BUG] ensure that we correctly re-start old process in case of error
diff --git a/VERDATE b/VERDATE
index 09d6e25ceab1668014d5537ea80e79019cb83760..b0d9967161dbda50416c3e3b5d403841246d5f28 100644 (file)
--- a/VERDATE
+++ b/VERDATE
@@ -1 +1 @@
-2009/05/10
+2009/12/04
diff --git a/VERSION b/VERSION
index 5c76307ab77f55046cdd011f471de9580852daa2..df826fd67e8aa4ae59f71ff6f7179acc6873f166 100644 (file)
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-1.3.15.10
+1.3.15.11
index 5d653520139d553e185f311df8eb77b900f496bb..e8ea7fd453f11ab165f353bc78051b336c7b92a5 100644 (file)
@@ -2,9 +2,9 @@
                                  HAProxy
                           Configuration Manual
                          ----------------------
-                            version 1.3.15.10
+                           version 1.3.15.11
                              willy tarreau
-                              2009/07/27
+                              2009/12/04
 
 
 This document covers the configuration language as implemented in the version
index 31241cf13432b3a139803e05d0fe970f7d0c8d73..bbcc627784b99b235504188471006061a41549de 100644 (file)
@@ -1,6 +1,6 @@
 Summary: HA-Proxy is a TCP/HTTP reverse proxy for high availability environments
 Name: haproxy
-Version: 1.3.15.10
+Version: 1.3.15.11
 Release: 1
 License: GPL
 Group: System Environment/Daemons
@@ -69,6 +69,9 @@ fi
 %attr(0755,root,root) %config %{_sysconfdir}/rc.d/init.d/%{name}
 
 %changelog
+* Fri Dec 04 2009 Willy Tarreau <w@1wt.eu>
+- updated to 1.3.15.11
+
 * Mon Jul 27 2009 Willy Tarreau <w@1wt.eu>
 - updated to 1.3.15.10
 
index 3c2d3c6e7d1eb7bf2d6c3aee3496f2bd13e42434..22cf35ee01af3344933bee726924c2123ce8fefe 100644 (file)
@@ -1,6 +1,6 @@
 Summary: HA-Proxy is a TCP/HTTP reverse proxy for high availability environments
 Name: haproxy
-Version: 1.3.15.10
+Version: 1.3.15.11
 Release: 1
 License: GPL
 Group: System Environment/Daemons
@@ -75,6 +75,9 @@ fi
 %attr(0755,root,root) %config %{_sysconfdir}/rc.d/init.d/%{name}
 
 %changelog
+* Fri Dec 04 2009 Willy Tarreau <w@1wt.eu>
+- updated to 1.3.15.11
+
 * Mon Jul 27 2009 Willy Tarreau <w@1wt.eu>
 - updated to 1.3.15.10