diff --git a/CHANGELOG b/CHANGELOG index 5c05b23ed..79ccb1ede 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,6 +1,10 @@ ChangeLog : =========== +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 + 2008/09/02 : 1.3.14.7 - [BUG] use_backend would not correctly consider "unless" - [BUG] disable buffer read timeout when reading stats diff --git a/VERDATE b/VERDATE index 4b54ecccc..dc59bc21a 100644 --- a/VERDATE +++ b/VERDATE @@ -1 +1 @@ -2008/09/02 +2008/09/14 diff --git a/VERSION b/VERSION index 12a21087d..e32cb9287 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.3.14.7 +1.3.14.8 diff --git a/examples/haproxy-small.spec b/examples/haproxy-small.spec index c17d83104..2c203288c 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.7 +Version: 1.3.14.8 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.14.8 + * Tue Sep 02 2008 Willy Tarreau - updated to 1.3.14.7 diff --git a/examples/haproxy.spec b/examples/haproxy.spec index b39a82435..f2bbf8592 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.7 +Version: 1.3.14.8 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.14.8 + * Tue Sep 02 2008 Willy Tarreau - updated to 1.3.14.7