From: Willy Tarreau Date: Sun, 9 Aug 2009 20:53:49 +0000 (+0200) Subject: [RELEASE] Released version 1.3.20 X-Git-Tag: v1.3.20 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=87dda9a99c8f7a3c9001c8fac8288eeee3c80e78;p=thirdparty%2Fhaproxy.git [RELEASE] Released version 1.3.20 Released version 1.3.20 with the following main changes : - [BUG] task: fix possible crash when some timeouts are not configured - [BUG] log: option tcplog would log to global if no logger was defined --- diff --git a/CHANGELOG b/CHANGELOG index 5c5031c2ed..a206ebf435 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,6 +1,10 @@ ChangeLog : =========== +2009/08/09 : 1.3.20 + - [BUG] task: fix possible crash when some timeouts are not configured + - [BUG] log: option tcplog would log to global if no logger was defined + 2009/07/27 : 1.3.19 - [MINOR] startup: don't imply -q with -D - [BUG] ensure that we correctly re-start old process in case of error diff --git a/VERDATE b/VERDATE index 15380d76c8..8600c6a680 100644 --- a/VERDATE +++ b/VERDATE @@ -1 +1 @@ -2009/07/27 +2009/08/09 diff --git a/VERSION b/VERSION index 4fc01ac971..3c59b40477 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.3.19 +1.3.20 diff --git a/examples/haproxy.spec b/examples/haproxy.spec index 6baae3f19b..71cd1aea69 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.19 +Version: 1.3.20 Release: 1 License: GPL Group: System Environment/Daemons @@ -76,6 +76,9 @@ fi %attr(0755,root,root) %config %{_sysconfdir}/rc.d/init.d/%{name} %changelog +* Sun Aug 9 2009 Willy Tarreau +- updated to 1.3.20 + * Mon Jul 27 2009 Willy Tarreau - updated to 1.3.19