From: Willy Tarreau Date: Sun, 20 Jan 2008 23:06:34 +0000 (+0100) Subject: [RELEASE] Released version 1.3.14.2 X-Git-Tag: v1.3.14.2 X-Git-Url: http://git.ipfire.org/gitweb/index.cgi?a=commitdiff_plain;h=532bf552e1b4afc302b8bcae0e1ded1a68d0d4e0;p=thirdparty%2Fhaproxy.git [RELEASE] Released version 1.3.14.2 Released version 1.3.14.2 with the following main changes : - bug: increment server connections for each connect() - bug: fix typo in redispatched connection - bug: connect_server: server might not exist when sending error report - bug: use backend's source and not server's source with tproxy - bug: fix overlapping server flags - bug: log response byte count, not request - bug: fix truncated responses with sepoll - large update to the configuration manual - major rework of the GNU Makefile - provide inversion for some options - add support for "show info" on the unix socket - add support for the "backlog" parameter - introduce global parameter "tune.maxaccept" - introduce "timeout http-request" in frontends - tarpit timeout is also allowed in backends - code did not build in full debug mode - fix configuration hint about timeouts --- diff --git a/CHANGELOG b/CHANGELOG index 6736a87c61..24db7a096c 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,6 +1,25 @@ ChangeLog : =========== +2008/01/21 : 1.3.14.2 + - bug: increment server connections for each connect() + - bug: fix typo in redispatched connection + - bug: connect_server: server might not exist when sending error report + - bug: use backend's source and not server's source with tproxy + - bug: fix overlapping server flags + - bug: log response byte count, not request + - bug: fix truncated responses with sepoll + - large update to the configuration manual + - major rework of the GNU Makefile + - provide inversion for some options + - add support for "show info" on the unix socket + - add support for the "backlog" parameter + - introduce global parameter "tune.maxaccept" + - introduce "timeout http-request" in frontends + - tarpit timeout is also allowed in backends + - code did not build in full debug mode + - fix configuration hint about timeouts + 2007/12/24 : 1.3.14.1 - transparent proxy address was ignored in backend - hot reconfiguration failed because of a wrong error check diff --git a/VERDATE b/VERDATE index f770115727..4384dbfe27 100644 --- a/VERDATE +++ b/VERDATE @@ -1 +1 @@ -2007/12/24 +2008/01/21 diff --git a/VERSION b/VERSION index aa90c402e1..97d7294b99 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.3.14.1 +1.3.14.2 diff --git a/examples/haproxy-small.spec b/examples/haproxy-small.spec index 4fcd103e44..bebf8f8813 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.1 +Version: 1.3.14.2 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 +* Mon Jan 21 2008 Willy Tarreau +- updated to 1.3.14.2 + * Mon Dec 24 2007 Willy Tarreau - updated to 1.3.14.1 diff --git a/examples/haproxy.spec b/examples/haproxy.spec index e41036e0ed..737f3e7954 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.1 +Version: 1.3.14.2 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 +* Mon Jan 21 2008 Willy Tarreau +- updated to 1.3.14.2 + * Mon Dec 24 2007 Willy Tarreau - updated to 1.3.14.1