diff --git a/CHANGELOG b/CHANGELOG index 6736a87c6..24db7a096 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 f77011572..4384dbfe2 100644 --- a/VERDATE +++ b/VERDATE @@ -1 +1 @@ -2007/12/24 +2008/01/21 diff --git a/VERSION b/VERSION index aa90c402e..97d7294b9 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 4fcd103e4..bebf8f881 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 e41036e0e..737f3e795 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