From: Willy Tarreau Date: Sun, 16 May 2010 20:34:28 +0000 (+0200) Subject: [RELEASE] Released version 1.4.6 X-Git-Tag: v1.4.6 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=5fdd77da56fb3714f8b7df1316887c653137d6df;p=thirdparty%2Fhaproxy.git [RELEASE] Released version 1.4.6 Released version 1.4.6 with the following main changes : - [BUILD] ebtree: update to v6.0.1 to remove references to dprintf() - [CLEANUP] acl: make use of eb_is_empty() instead of open coding the tree's emptiness test - [MINOR] acl: add srv_is_up() to check that a specific server is up or not - [DOC] add a few precisions about the use of RDP cookies --- diff --git a/CHANGELOG b/CHANGELOG index b4ad754e63..6672f9879f 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,6 +1,12 @@ ChangeLog : =========== +2010/05/16 : 1.4.6 + - [BUILD] ebtree: update to v6.0.1 to remove references to dprintf() + - [CLEANUP] acl: make use of eb_is_empty() instead of open coding the tree's emptiness test + - [MINOR] acl: add srv_is_up() to check that a specific server is up or not + - [DOC] add a few precisions about the use of RDP cookies + 2010/05/13 : 1.4.5 - [DOC] report minimum kernel version for tproxy in the Makefile - [MINOR] add the "ignore-persist" option to conditionally ignore persistence diff --git a/VERDATE b/VERDATE index b0b886d4e0..ad186d8090 100644 --- a/VERDATE +++ b/VERDATE @@ -1 +1 @@ -2010/05/13 +2010/05/16 diff --git a/VERSION b/VERSION index e516bb9d96..c514bd85c2 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.4.5 +1.4.6 diff --git a/doc/configuration.txt b/doc/configuration.txt index 24cc3ac8ce..1d2718cf9d 100644 --- a/doc/configuration.txt +++ b/doc/configuration.txt @@ -2,9 +2,9 @@ HAProxy Configuration Manual ---------------------- - version 1.4.5 + version 1.4.6 willy tarreau - 2010/05/13 + 2010/05/16 This document covers the configuration language as implemented in the version diff --git a/examples/haproxy.spec b/examples/haproxy.spec index ff2e52833f..2737f67ebb 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.4.5 +Version: 1.4.6 Release: 1 License: GPL Group: System Environment/Daemons @@ -76,6 +76,9 @@ fi %attr(0755,root,root) %config %{_sysconfdir}/rc.d/init.d/%{name} %changelog +* Sun May 16 2010 Willy Tarreau +- updated to 1.4.6 + * Thu May 13 2010 Willy Tarreau - updated to 1.4.5