From 8b2fce37130775215367d5fb23bff73d13e7ab96 Mon Sep 17 00:00:00 2001 From: Willy Tarreau Date: Tue, 2 Sep 2008 11:35:16 +0200 Subject: [PATCH] [RELEASE] Released version 1.3.14.7 Released version 1.3.14.7 with the following main changes : - [BUG] use_backend would not correctly consider "unless" - [BUG] disable buffer read timeout when reading stats - [BUILD] change declaration of base64tab to fix build with Intel C++ - [CLEANUP] remove dependency on obsolete INTBITS macro - [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 | 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 dd993ce7c..5c05b23ed 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,6 +1,17 @@ ChangeLog : =========== +2008/09/02 : 1.3.14.7 + - [BUG] use_backend would not correctly consider "unless" + - [BUG] disable buffer read timeout when reading stats + - [BUILD] change declaration of base64tab to fix build with Intel C++ + - [CLEANUP] remove dependency on obsolete INTBITS macro + - [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.14.6 - [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 a9033ef98..12a21087d 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.3.14.6 +1.3.14.7 diff --git a/examples/haproxy-small.spec b/examples/haproxy-small.spec index efeb4e370..c17d83104 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.6 +Version: 1.3.14.7 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.14.7 + * Sat Jun 21 2008 Willy Tarreau - updated to 1.3.14.6 diff --git a/examples/haproxy.spec b/examples/haproxy.spec index 59622c399..b39a82435 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.6 +Version: 1.3.14.7 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.14.7 + * Sat Jun 21 2008 Willy Tarreau - updated to 1.3.14.6