From 54294ee56a9fc39547a4a94f0faee3eed4283881 Mon Sep 17 00:00:00 2001 From: Willy Tarreau Date: Mon, 21 Jan 2008 00:42:07 +0100 Subject: [PATCH] [RELEASE] Released version 1.3.13.2 Released version 1.3.13.2 with the following main changes : - assign connection timeouts to backend not frontend - bug: fix missing parenthesis in check_response_for_cacheability - bug: transparent proxy address was ignored in backend - bug: hot reconfiguration failed because of a wrong error check - 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: log response byte count, not request - bug: fix truncated responses with sepoll --- CHANGELOG | 11 +++++++++++ VERDATE | 2 +- VERSION | 2 +- examples/haproxy-small.spec | 5 ++++- examples/haproxy.spec | 5 ++++- 5 files changed, 21 insertions(+), 4 deletions(-) diff --git a/CHANGELOG b/CHANGELOG index 1af731705..8acade3de 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,6 +1,17 @@ ChangeLog : =========== +2008/01/21 : 1.3.13.2 + - assign connection timeouts to backend not frontend + - bug: fix missing parenthesis in check_response_for_cacheability + - bug: transparent proxy address was ignored in backend + - bug: hot reconfiguration failed because of a wrong error check + - 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: log response byte count, not request + - bug: fix truncated responses with sepoll + 2007/11/04 : 1.3.13.1 - Check for duplicated conflicting proxies (Krzysztof Oledzki) - adjust error messages about conflicting proxies diff --git a/VERDATE b/VERDATE index 8a1a5d3a6..4384dbfe2 100644 --- a/VERDATE +++ b/VERDATE @@ -1 +1 @@ -2007/11/04 +2008/01/21 diff --git a/VERSION b/VERSION index c9e86363c..8109f5994 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.3.13.1 +1.3.13.2 diff --git a/examples/haproxy-small.spec b/examples/haproxy-small.spec index 322b4e5ad..d7e20ce7f 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.13.1 +Version: 1.3.13.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.13.2 + * Sun Nov 04 2007 Willy Tarreau - updated to 1.3.13.1 diff --git a/examples/haproxy.spec b/examples/haproxy.spec index a0c7014fb..581149385 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.13.1 +Version: 1.3.13.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.13.2 + * Sun Nov 04 2007 Willy Tarreau - updated to 1.3.13.1