From: Willy Tarreau Date: Sun, 12 Oct 2008 20:41:45 +0000 (+0200) Subject: [RELEASE] Released version 1.3.14.9 X-Git-Tag: v1.3.14.9 X-Git-Url: http://www.kaiwu.me/postgresql/commit/?a=commitdiff_plain;h=f78224387b6c0add1402a549a05d16ac248f2901;p=haproxy.git [RELEASE] Released version 1.3.14.9 Released version 1.3.14.9 with the following main changes : - [BUG] do not try to pause backends during reload - [BUG] ensure that listeners from disabled proxies are correctly unbound. - [BUG] acl-related keywords are not allowed in defaults sections --- diff --git a/CHANGELOG b/CHANGELOG index 79ccb1ede..d97c30b00 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,6 +1,11 @@ ChangeLog : =========== +2008/10/12 : 1.3.14.9 + - [BUG] do not try to pause backends during reload + - [BUG] ensure that listeners from disabled proxies are correctly unbound. + - [BUG] acl-related keywords are not allowed in defaults sections + 2008/09/14 : 1.3.14.8 - [BUG] do not release the connection slot during a retry - [BUG] dynamic connection throttling could return a max of zero conns diff --git a/VERDATE b/VERDATE index dc59bc21a..c402b5cc8 100644 --- a/VERDATE +++ b/VERDATE @@ -1 +1 @@ -2008/09/14 +2008/10/12 diff --git a/VERSION b/VERSION index e32cb9287..af27e3212 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.3.14.8 +1.3.14.9 diff --git a/examples/haproxy-small.spec b/examples/haproxy-small.spec index 2c203288c..298ab52a7 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.14.8 +Version: 1.3.14.9 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 +* Sun Oct 12 2008 Willy Tarreau +- updated to 1.3.14.9 + * Sun Sep 14 2008 Willy Tarreau - updated to 1.3.14.8 diff --git a/examples/haproxy.spec b/examples/haproxy.spec index f2bbf8592..ff4c456e5 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.14.8 +Version: 1.3.14.9 Release: 1 License: GPL Group: System Environment/Daemons @@ -71,6 +71,9 @@ fi %attr(0755,root,root) %config %{_sysconfdir}/rc.d/init.d/%{name} %changelog +* Sun Oct 12 2008 Willy Tarreau +- updated to 1.3.14.9 + * Sun Sep 14 2008 Willy Tarreau - updated to 1.3.14.8