From 682c3c1be3238c5dfd21e6af6b07aeeca45a3730 Mon Sep 17 00:00:00 2001 From: Willy Tarreau Date: Sat, 8 Mar 2008 22:07:42 +0100 Subject: [PATCH] [RELEASE] Released version 1.3.14.3 Released version 1.3.14.3 with the following main changes : - [BUG]: Restore clearing t->logs.bytes - [DOC] Update a "contrib" file with a hint about a scheme used for formathing subjects - [BUG] Don't increment server connections too much + fix retries - [BUG] appsession lookup in URL does not work - [MINOR] report correct section type for unknown keywords. - [BUILD] update MacOS Makefile to build on newer versions - [DOC] fix erroneous "useallbackups" option in the doc - [DOC] applied small fixes from early readers - [BUG] failed conns were sometimes incremented in the frontend! - [TESTS] add test-pollers.cfg to easily report pollers in use - [BUILD] ensure that makefile understands USE_DLMALLOC=1 - [CLEANUP] update .gitignore to ignore more temporary files - [CLEANUP] report dlmalloc's source path only if explictly specified - [BUG] str2sun could leak a small buffer in case of error during parsing - [BUG] option allbackups was not working anymore in roundrobin mode --- CHANGELOG | 17 +++++++++++++++++ VERDATE | 2 +- VERSION | 2 +- examples/haproxy-small.spec | 5 ++++- examples/haproxy.spec | 5 ++++- 5 files changed, 27 insertions(+), 4 deletions(-) diff --git a/CHANGELOG b/CHANGELOG index 24db7a096..819edf3d5 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,6 +1,23 @@ ChangeLog : =========== +2008/03/08 : 1.3.14.3 + - [BUG]: Restore clearing t->logs.bytes + - [DOC] Update a "contrib" file with a hint about a scheme used for formathing subjects + - [BUG] Don't increment server connections too much + fix retries + - [BUG] appsession lookup in URL does not work + - [MINOR] report correct section type for unknown keywords. + - [BUILD] update MacOS Makefile to build on newer versions + - [DOC] fix erroneous "useallbackups" option in the doc + - [DOC] applied small fixes from early readers + - [BUG] failed conns were sometimes incremented in the frontend! + - [TESTS] add test-pollers.cfg to easily report pollers in use + - [BUILD] ensure that makefile understands USE_DLMALLOC=1 + - [CLEANUP] update .gitignore to ignore more temporary files + - [CLEANUP] report dlmalloc's source path only if explictly specified + - [BUG] str2sun could leak a small buffer in case of error during parsing + - [BUG] option allbackups was not working anymore in roundrobin mode + 2008/01/21 : 1.3.14.2 - bug: increment server connections for each connect() - bug: fix typo in redispatched connection diff --git a/VERDATE b/VERDATE index 4384dbfe2..79182335f 100644 --- a/VERDATE +++ b/VERDATE @@ -1 +1 @@ -2008/01/21 +2008/03/08 diff --git a/VERSION b/VERSION index 97d7294b9..c36fa24b4 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.3.14.2 +1.3.14.3 diff --git a/examples/haproxy-small.spec b/examples/haproxy-small.spec index bebf8f881..263678370 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.2 +Version: 1.3.14.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 +* Sat Mar 08 2008 Willy Tarreau +- updated to 1.3.14.3 + * Mon Jan 21 2008 Willy Tarreau - updated to 1.3.14.2 diff --git a/examples/haproxy.spec b/examples/haproxy.spec index 737f3e795..e1fd7c422 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.2 +Version: 1.3.14.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 +* Sat Mar 08 2008 Willy Tarreau +- updated to 1.3.14.3 + * Mon Jan 21 2008 Willy Tarreau - updated to 1.3.14.2