From: Willy Tarreau Date: Fri, 4 Dec 2009 08:30:04 +0000 (+0100) Subject: [RELEASE] Released version 1.3.15.11 X-Git-Tag: v1.3.15.11 X-Git-Url: http://www.kaiwu.me/postgresql/commit/?a=commitdiff_plain;h=3870443222d7a3d9797ad8acf213c344fab523a2;p=haproxy.git [RELEASE] Released version 1.3.15.11 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 --- diff --git a/CHANGELOG b/CHANGELOG index 910c90433..00b77e929 100644 --- 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 09d6e25ce..b0d996716 100644 --- a/VERDATE +++ b/VERDATE @@ -1 +1 @@ -2009/05/10 +2009/12/04 diff --git a/VERSION b/VERSION index 5c76307ab..df826fd67 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.3.15.10 +1.3.15.11 diff --git a/doc/configuration.txt b/doc/configuration.txt index 5d6535201..e8ea7fd45 100644 --- a/doc/configuration.txt +++ b/doc/configuration.txt @@ -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 diff --git a/examples/haproxy-small.spec b/examples/haproxy-small.spec index 31241cf13..bbcc62778 100644 --- a/examples/haproxy-small.spec +++ b/examples/haproxy-small.spec @@ -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 +- updated to 1.3.15.11 + * Mon Jul 27 2009 Willy Tarreau - updated to 1.3.15.10 diff --git a/examples/haproxy.spec b/examples/haproxy.spec index 3c2d3c6e7..22cf35ee0 100644 --- a/examples/haproxy.spec +++ b/examples/haproxy.spec @@ -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 +- updated to 1.3.15.11 + * Mon Jul 27 2009 Willy Tarreau - updated to 1.3.15.10