diff --git a/CHANGELOG b/CHANGELOG index 06df2bf61..05b6bf33c 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,13 +1,16 @@ ChangeLog : =========== +2008/12/04 : 1.3.15.7 + - [BUILD] fix MANDIR default location to match documentation + - [BUG] critical errors should be reported even in daemon mode + - [BUG] do not dequeue requests on a dead server + - [BUG] do not dequeue the backend's pending connections on a dead server + 2008/11/04 : 1.3.15.6 - [MINOR] cfgparse: fix off-by 2 in error message size - [BUG] cookie capture is declared in the frontend but checked on the backend -ChangeLog : -=========== - 2008/10/12 : 1.3.15.5 - [BUG] do not try to pause backends during reload - [BUG] ensure that listeners from disabled proxies are correctly unbound. diff --git a/VERDATE b/VERDATE index 1a3ae81e6..0a2fab223 100644 --- a/VERDATE +++ b/VERDATE @@ -1 +1 @@ -2008/11/04 +2008/12/04 diff --git a/VERSION b/VERSION index dba8ad65a..6f2d67581 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.3.15.6 +1.3.15.7 diff --git a/examples/haproxy-small.spec b/examples/haproxy-small.spec index a6286aa56..ba268c27b 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.6 +Version: 1.3.15.7 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 +* Thu Dec 04 2008 Willy Tarreau +- updated to 1.3.15.7 + * Tue Nov 04 2008 Willy Tarreau - updated to 1.3.15.6 diff --git a/examples/haproxy.spec b/examples/haproxy.spec index 7ef442db7..044c10b9b 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.6 +Version: 1.3.15.7 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 +* Thu Dec 04 2008 Willy Tarreau +- updated to 1.3.15.7 + * Tue Nov 04 2008 Willy Tarreau - updated to 1.3.15.6