diff --git a/CHANGELOG b/CHANGELOG index 1ce97c43d..5c5031c2e 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,6 +1,36 @@ ChangeLog : =========== +2009/07/27 : 1.3.19 + - [MINOR] startup: don't imply -q with -D + - [BUG] ensure that we correctly re-start old process in case of error + - [MEDIUM] add support for binding to source port ranges during connect + - [MEDIUM] support setting a server weight to zero + - [MINOR] make DEFAULT_MAXCONN user-configurable at build time + - [MEDIUM] config: split parser and checker in two functions + - [MEDIUM] config: support loading multiple configuration files + - [BUG] http: redirect rules were processed too early + - [CLEANUP] remove unused DEBUG_PARSE_NO_SPEEDUP define + - [BUG] default ACLs did not properly set the ->requires flag + - [BUILD] report commit date and not author's date as build date + - [BUG] stream_sock: always shutdown(SHUT_WR) before closing + - [BUG] stream_sock: don't stop reading when the poller reports an error + - [BUG] config: tcp-request content only accepts "if" or "unless" + - [BUG] task: fix possible timer drift after update + - [MINOR] stats: better displaying in MSIE + - [MINOR] config: improve error reporting in global section + - [MINOR] config: improve error reporting in listen sections + - [MINOR] config: the "capture" keyword is not allowed in backends + - [MINOR] config: improve error reporting when checking configuration + - [BUILD] fix a minor build warning on AIX + - [BUILD] use "git cmd" instead of "git-cmd" + - [CLEANUP] report 2009 not 2008 in the copyright banner. + - [MINOR] print usage on the stats sockets upon invalid commands + - [MINOR] acl: detect and report potential mistakes in ACLs + - [BUILD] fix incorrect printf arg count with tcp_splice + - [BUG] fix random pauses on last segment of a series + - [BUILD] add support for build under Cygwin + 2009/05/10 : 1.3.18 - [MEDIUM] add support for "balance hdr(name)" - [CLEANUP] give a little bit more information in error message diff --git a/VERDATE b/VERDATE index 09d6e25ce..15380d76c 100644 --- a/VERDATE +++ b/VERDATE @@ -1 +1 @@ -2009/05/10 +2009/07/27 diff --git a/VERSION b/VERSION index 9181bf797..4fc01ac97 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.3.18 +1.3.19 diff --git a/doc/configuration.txt b/doc/configuration.txt index e521cc15e..5e0454f8d 100644 --- a/doc/configuration.txt +++ b/doc/configuration.txt @@ -2,9 +2,9 @@ HAProxy Configuration Manual ---------------------- - version 1.3.18 + version 1.3.19 willy tarreau - 2009/05/10 + 2009/07/27 This document covers the configuration language as implemented in the version diff --git a/examples/haproxy.spec b/examples/haproxy.spec index 5421c7804..6baae3f19 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.18 +Version: 1.3.19 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 +* Mon Jul 27 2009 Willy Tarreau +- updated to 1.3.19 + * Sun May 10 2009 Willy Tarreau - updated to 1.3.18