From: Willy Tarreau Date: Sun, 14 Sep 2008 16:42:28 +0000 (+0200) Subject: [RELEASE] Released version 1.3.15.4 X-Git-Tag: v1.3.15.4 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c4922d89e78d8673fedf0531e09d6d47ed2fd3a8;p=thirdparty%2Fhaproxy.git [RELEASE] Released version 1.3.15.4 Released version 1.3.15.4 with the following main changes : - [BUG] do not release the connection slot during a retry - [BUG] dynamic connection throttling could return a max of zero conns --- diff --git a/CHANGELOG b/CHANGELOG index cc46c8f217..d70d622733 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,6 +1,10 @@ ChangeLog : =========== +2008/09/14 : 1.3.15.4 + - [BUG] do not release the connection slot during a retry + - [BUG] dynamic connection throttling could return a max of zero conns + 2008/09/02 : 1.3.15.3 - [BUG] disable buffer read timeout when reading stats - [BUILD] change declaration of base64tab to fix build with Intel C++ diff --git a/VERDATE b/VERDATE index 4b54eccccd..dc59bc21a9 100644 --- a/VERDATE +++ b/VERDATE @@ -1 +1 @@ -2008/09/02 +2008/09/14 diff --git a/VERSION b/VERSION index 496ed76dd1..e66afaf39b 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.3.15.3 +1.3.15.4 diff --git a/examples/haproxy-small.spec b/examples/haproxy-small.spec index cca14e66db..7135b3642a 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.3 +Version: 1.3.15.4 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 Sep 14 2008 Willy Tarreau +- updated to 1.3.15.4 + * Tue Sep 02 2008 Willy Tarreau - updated to 1.3.15.3 diff --git a/examples/haproxy.spec b/examples/haproxy.spec index 8d96032cab..46506aecff 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.3 +Version: 1.3.15.4 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 Sep 14 2008 Willy Tarreau +- updated to 1.3.15.4 + * Tue Sep 02 2008 Willy Tarreau - updated to 1.3.15.3