diff --git a/CHANGELOG b/CHANGELOG index 8da2cda0f..dbceac85f 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,6 +1,44 @@ ChangeLog : =========== +2012/11/26 : 1.5-dev14 + - DOC: fix minor typos + - BUG/MEDIUM: compression: does not forward trailers + - MINOR: buffer_dump with ASCII + - BUG/MEDIUM: checks: mark the check as stopped after a connect error + - BUG/MEDIUM: checks: ensure we completely disable polling upon success + - BUG/MINOR: checks: don't mark the FD as closed before transport close + - MEDIUM: checks: avoid accumulating TIME_WAITs during checks + - MINOR: cli: report the msg state in full text in "show sess $PTR" + - CLEANUP: checks: rename some server check flags + - MAJOR: checks: rework completely bogus state machine + - BUG/MINOR: checks: slightly clean the state machine up + - MEDIUM: checks: avoid waking the application up for pure TCP checks + - MEDIUM: checks: close the socket as soon as we have a response + - BUG/MAJOR: checks: close FD on all timeouts + - MINOR: checks: fix recv polling after connect() + - MEDIUM: connection: provide a common conn_full_close() function + - BUG/MEDIUM: checks: prevent TIME_WAITs from appearing also on timeouts + - BUG/MAJOR: peers: the listener's maxaccept was not set and caused loops + - MINOR: listeners: make the accept loop more robust when maxaccept==0 + - BUG/MEDIUM: acl: correctly resolve all args, not just the first one + - BUG/MEDIUM: acl: make prue_acl_expr() correctly free ACL expressions upon exit + - BUG/MINOR: stats: fix inversion of the report of a check in progress + - MEDIUM: tcp: add explicit support for delayed ACK in connect() + - BUG/MEDIUM: connection: always disable polling upon error + - MINOR: connection: abort earlier when errors are detected + - BUG/MEDIUM: checks: report handshake failures + - BUG/MEDIUM: connection: local_send_proxy must wait for connection to establish + - MINOR: tcp: add support for the "v6only" bind option + - MINOR: stats: also report the computed compression savings in html stats + - MINOR: stats: report the total number of compressed responses per front/back + - MINOR: tcp: add support for the "v4v6" bind option + - DOC: stats: document the comp_rsp stats column + - BUILD: buffer: fix another isprint() warning on solaris + - MINOR: cli: add support for the "show sess all" command + - BUG/MAJOR: cli: show sess may randomly corrupt the back-ref list + - MINOR: cli: improve output format for show sess $ptr + 2012/11/22 : 1.5-dev13 - BUILD: fix build issue without USE_OPENSSL - BUILD: fix compilation error with DEBUG_FULL diff --git a/README b/README index 55da5394d..4b7b4d45f 100644 --- a/README +++ b/README @@ -1,9 +1,9 @@ ---------------------- HAProxy how-to ---------------------- - version 1.5-dev13 + version 1.5-dev14 willy tarreau - 2012/11/22 + 2012/11/26 1) How to build it diff --git a/VERDATE b/VERDATE index 7b4d202e0..9b4f11413 100644 --- a/VERDATE +++ b/VERDATE @@ -1 +1 @@ -2012/11/22 +2012/11/26 diff --git a/VERSION b/VERSION index 1f1fe9dc6..d47a55b5a 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.5-dev13 +1.5-dev14 diff --git a/doc/configuration.txt b/doc/configuration.txt index bbe882df8..8d6716223 100644 --- a/doc/configuration.txt +++ b/doc/configuration.txt @@ -4,7 +4,7 @@ ---------------------- version 1.5 willy tarreau - 2012/11/22 + 2012/11/26 This document covers the configuration language as implemented in the version diff --git a/examples/haproxy.spec b/examples/haproxy.spec index 93532fd31..6b45b3e39 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.5-dev13 +Version: 1.5-dev14 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 Nov 26 2012 Willy Tarreau +- updated to 1.5-dev14 + * Thu Nov 22 2012 Willy Tarreau - updated to 1.5-dev13