From 1d843131d83451086f70c27d97715539c4cef32c Mon Sep 17 00:00:00 2001 From: Willy Tarreau Date: Tue, 2 Sep 2008 11:32:34 +0200 Subject: [PATCH] [RELEASE] Released version 1.3.15.3 Released version 1.3.15.3 with the following main changes : - [BUG] disable buffer read timeout when reading stats - [BUILD] change declaration of base64tab to fix build with Intel C++ - [BUILD] silent a warning in unlikely() with gcc 4.x - [BUG] use_backend would not correctly consider "unless" - [CLEANUP] remove dependency on obsolete INTBITS macro - [BUG] fix segfault with url_param + check_post - [BUG] server timeout was not considered in some circumstances - [BUG] ev_sepoll: closed file descriptors could persist in the spec list - [BUG] maintain_proxies must not disable backends - [BUG] regparm is broken on gcc < 3 - [OPTIM] force inlining of large functions with gcc >= 3 --- CHANGELOG | 13 +++++++++++++ VERDATE | 2 +- VERSION | 2 +- examples/haproxy-small.spec | 5 ++++- examples/haproxy.spec | 5 ++++- 5 files changed, 23 insertions(+), 4 deletions(-) diff --git a/CHANGELOG b/CHANGELOG index d482ffcd5..cc46c8f21 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,6 +1,19 @@ ChangeLog : =========== +2008/09/02 : 1.3.15.3 + - [BUG] disable buffer read timeout when reading stats + - [BUILD] change declaration of base64tab to fix build with Intel C++ + - [BUILD] silent a warning in unlikely() with gcc 4.x + - [BUG] use_backend would not correctly consider "unless" + - [CLEANUP] remove dependency on obsolete INTBITS macro + - [BUG] fix segfault with url_param + check_post + - [BUG] server timeout was not considered in some circumstances + - [BUG] ev_sepoll: closed file descriptors could persist in the spec list + - [BUG] maintain_proxies must not disable backends + - [BUG] regparm is broken on gcc < 3 + - [OPTIM] force inlining of large functions with gcc >= 3 + 2008/06/21 : 1.3.15.2 - [BUILD] make install should depend on haproxy not "all" - [BUG] event pollers must not wait if a task exists in the run queue diff --git a/VERDATE b/VERDATE index 9793848c8..4b54ecccc 100644 --- a/VERDATE +++ b/VERDATE @@ -1 +1 @@ -2008/06/21 +2008/09/02 diff --git a/VERSION b/VERSION index 824f287ec..496ed76dd 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.3.15.2 +1.3.15.3 diff --git a/examples/haproxy-small.spec b/examples/haproxy-small.spec index 771bff5ce..cca14e66d 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.15.2 +Version: 1.3.15.3 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 +* Tue Sep 02 2008 Willy Tarreau +- updated to 1.3.15.3 + * Sat Jun 21 2008 Willy Tarreau - updated to 1.3.15.2 diff --git a/examples/haproxy.spec b/examples/haproxy.spec index a2cdf1534..8d96032ca 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.15.2 +Version: 1.3.15.3 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 +* Tue Sep 02 2008 Willy Tarreau +- updated to 1.3.15.3 + * Sat Jun 21 2008 Willy Tarreau - updated to 1.3.15.2 -- 2.47.3