]> git.ipfire.org Git - thirdparty/haproxy.git/commitdiff
[RELEASE] Released version 1.3.19 v1.3.19
authorWilly Tarreau <w@1wt.eu>
Mon, 27 Jul 2009 19:39:21 +0000 (21:39 +0200)
committerWilly Tarreau <w@1wt.eu>
Mon, 27 Jul 2009 19:39:21 +0000 (21:39 +0200)
Released version 1.3.19 with the following main changes :
    - [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

CHANGELOG
VERDATE
VERSION
doc/configuration.txt
examples/haproxy.spec

index 1ce97c43db7a5878eda6c9439cb445e16b979d96..5c5031c2ed5c792d3431b9ff2e6e570ad445e190 100644 (file)
--- 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 09d6e25ceab1668014d5537ea80e79019cb83760..15380d76c89818ea38fa89fa1e1506f89c75cc59 100644 (file)
--- a/VERDATE
+++ b/VERDATE
@@ -1 +1 @@
-2009/05/10
+2009/07/27
diff --git a/VERSION b/VERSION
index 9181bf7976adf085f4897744bce2980d5e1630f6..4fc01ac971af7966cabf1b5ff1e17ea66c011e7d 100644 (file)
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-1.3.18
+1.3.19
index e521cc15ea0097bb5483d752a8aad1e5ff108b85..5e0454f8dfee958b17cb5653233dc029d50dd644 100644 (file)
@@ -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
index 5421c780400d4dbf9e716306eec8fe7a930aefe6..6baae3f19b4914492ddd95db5cbfae3cba29a83f 100644 (file)
@@ -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 <w@1wt.eu>
+- updated to 1.3.19
+
 * Sun May 10 2009 Willy Tarreau <w@1wt.eu>
 - updated to 1.3.18