From 097e947499500085e23dd6555e339d36a74e6cba Mon Sep 17 00:00:00 2001 From: Willy Tarreau Date: Tue, 4 Nov 2008 10:54:14 +0100 Subject: [PATCH] [RELEASE] Released version 1.3.15.6 Released version 1.3.15.6 with the following main changes : - [MINOR] cfgparse: fix off-by 2 in error message size - [BUG] cookie capture is declared in the frontend but checked on the backend --- CHANGELOG | 7 +++++++ VERDATE | 2 +- VERSION | 2 +- examples/haproxy-small.spec | 5 ++++- examples/haproxy.spec | 5 ++++- 5 files changed, 17 insertions(+), 4 deletions(-) diff --git a/CHANGELOG b/CHANGELOG index 2566fd3cc..06df2bf61 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,6 +1,13 @@ ChangeLog : =========== +2008/11/04 : 1.3.15.6 + - [MINOR] cfgparse: fix off-by 2 in error message size + - [BUG] cookie capture is declared in the frontend but checked on the backend + +ChangeLog : +=========== + 2008/10/12 : 1.3.15.5 - [BUG] do not try to pause backends during reload - [BUG] ensure that listeners from disabled proxies are correctly unbound. diff --git a/VERDATE b/VERDATE index c402b5cc8..1a3ae81e6 100644 --- a/VERDATE +++ b/VERDATE @@ -1 +1 @@ -2008/10/12 +2008/11/04 diff --git a/VERSION b/VERSION index 032e08dd4..dba8ad65a 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.3.15.5 +1.3.15.6 diff --git a/examples/haproxy-small.spec b/examples/haproxy-small.spec index aac9d77ef..a6286aa56 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.5 +Version: 1.3.15.6 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 Nov 04 2008 Willy Tarreau +- updated to 1.3.15.6 + * Sun Oct 12 2008 Willy Tarreau - updated to 1.3.15.5 diff --git a/examples/haproxy.spec b/examples/haproxy.spec index 5e0344be7..7ef442db7 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.5 +Version: 1.3.15.6 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 Nov 04 2008 Willy Tarreau +- updated to 1.3.15.6 + * Sun Oct 12 2008 Willy Tarreau - updated to 1.3.15.5