diff --git a/CHANGELOG b/CHANGELOG index 5b6d2a268..e83f20ed4 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,6 +1,24 @@ ChangeLog : =========== +2009/05/10 : 1.3.15.9 + - [BUILD] Fixed Makefile for linking pcre + - [CONTRIB] selinux policy for haproxy + - [DOC] Make the status listener example complete. + - [BUILD] spec file: fix broken pipe during rpmbuild and add man file + - [BUG] server check intervals must not be null + - [BUG] check for global.maxconn before doing accept() + - [BUILD] add format(printf) to printf-like functions + - [MINOR] fix several printf formats and missing arguments + - [BUG] stats: total and lbtot are unsigned + - [MINOR] fix a few remaining printf-like formats on 64-bit platforms + - [MEDIUM] ensure we don't recursively call pool_gc2() + - [CRITICAL] uninitialized response field can sometimes cause crashes + - [MINOR] rhel init script : support the reload operation + - [BUG] O(1) pollers should check their FD before closing it + - [MINOR] don't close stdio fds twice + - [MINOR] stats/html: use the arial font before helvetica + 2009/03/08 : 1.3.15.8 - [BUG] Fix listen & more of 2 couples : - [DOC] remove buggy comment for use_backend diff --git a/VERDATE b/VERDATE index c9442b8ae..09d6e25ce 100644 --- a/VERDATE +++ b/VERDATE @@ -1 +1 @@ -2009/03/08 +2009/05/10 diff --git a/VERSION b/VERSION index e93a5b07d..6d9408277 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.3.15.8 +1.3.15.9 diff --git a/examples/haproxy-small.spec b/examples/haproxy-small.spec index 801890a3d..ed0775bd3 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.8 +Version: 1.3.15.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 May 10 2009 Willy Tarreau +- updated to 1.3.15.9 + * Sun Mar 08 2009 Willy Tarreau - updated to 1.3.15.8 diff --git a/examples/haproxy.spec b/examples/haproxy.spec index 7e030701c..fad1dde28 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.8 +Version: 1.3.15.9 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 +* Sun May 10 2009 Willy Tarreau +- updated to 1.3.15.9 + * Sun Mar 08 2009 Willy Tarreau - updated to 1.3.15.8