From: Willy Tarreau Date: Sun, 4 Nov 2007 06:57:29 +0000 (+0100) Subject: [RELEASE] Released version 1.3.13.1 with the following main changes : X-Git-Tag: v1.3.13.1 X-Git-Url: http://www.kaiwu.me/postgresql/commit/?a=commitdiff_plain;h=700909448d073de59bed5383288a0b8bcf842c40;p=haproxy.git [RELEASE] Released version 1.3.13.1 with the following main changes : - Check for duplicated conflicting proxies (Krzysztof Oledzki) - adjust error messages about conflicting proxies - use backends only with use_backend directive (Krzysztof Oledzki) - Handle long lines properly (Krzysztof Oledzki) - Implement and use generic findproxy and relax duplicated proxy check (Krzysztof Oledzki) - stats: update the width of the table to 22 columns - silent warning about LIST_* being redefined on OpenBSD - fix calls to localtime() (reported by Thierry Fournier) - disable warning about localtime_r on Solaris - fix error checking in strl2ic/strl2uic() - make default_backend work in TCP mode too --- diff --git a/CHANGELOG b/CHANGELOG index c092bd34b..1af731705 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,6 +1,20 @@ ChangeLog : =========== +2007/11/04 : 1.3.13.1 + - Check for duplicated conflicting proxies (Krzysztof Oledzki) + - adjust error messages about conflicting proxies + - use backends only with use_backend directive (Krzysztof Oledzki) + - Handle long lines properly (Krzysztof Oledzki) + - Implement and use generic findproxy and relax duplicated proxy check + (Krzysztof Oledzki) + - stats: update the width of the table to 22 columns + - silent warning about LIST_* being redefined on OpenBSD + - fix calls to localtime() (reported by Thierry Fournier) + - disable warning about localtime_r on Solaris + - fix error checking in strl2ic/strl2uic() + - make default_backend work in TCP mode too + 2007/10/18 : 1.3.13 - replace the code under O'Reilly license (Arnaud Cornet) - add a small man page (Arnaud Cornet) diff --git a/VERDATE b/VERDATE index 58cadc6c8..8a1a5d3a6 100644 --- a/VERDATE +++ b/VERDATE @@ -1 +1 @@ -2007/10/18 +2007/11/04 diff --git a/VERSION b/VERSION index 7962dcfdb..c9e86363c 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.3.13 +1.3.13.1 diff --git a/examples/haproxy-small.spec b/examples/haproxy-small.spec index f3b1ad3cb..322b4e5ad 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 +Version: 1.3.13.1 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 Nov 04 2007 Willy Tarreau +- updated to 1.3.13.1 + * Thu Oct 18 2007 Willy Tarreau - updated to 1.3.13 diff --git a/examples/haproxy.spec b/examples/haproxy.spec index f45abe59b..a0c7014fb 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 +Version: 1.3.13.1 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 +* Sun Nov 04 2007 Willy Tarreau +- updated to 1.3.13.1 + * Thu Oct 18 2007 Willy Tarreau - updated to 1.3.13