]> git.ipfire.org Git - thirdparty/haproxy.git/commitdiff
[RELEASE] Released version 1.4.3 v1.4.3
authorWilly Tarreau <w@1wt.eu>
Tue, 30 Mar 2010 07:50:08 +0000 (09:50 +0200)
committerWilly Tarreau <w@1wt.eu>
Tue, 30 Mar 2010 07:50:08 +0000 (09:50 +0200)
Released version 1.4.3 with the following main changes :
    - [CLEANUP] stats: remove printf format warning in stats_dump_full_sess_to_buffer()
    - [MEDIUM] session: better fix for connection to servers with closed input
    - [DOC] indicate in the doc how to bind to port ranges
    - [BUG] backend: L7 hashing must not be performed on incomplete requests
    - [TESTS] add a simple program to test connection resets
    - [MINOR] cli: "show errors" should display "backend <NONE>" when backend was not used
    - [MINOR] config: emit warnings when HTTP-only options are used in TCP mode
    - [MINOR] config: allow "slowstart 0s"
    - [BUILD] 'make tags' did not consider files ending in '.c'
    - [MINOR] checks: add the ability to disable a server in the config

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

index caeeabedd6d5cbf8dc5019f3ed33176116d8f745..3461e1904bf46f62123da34266752fae911dfe8b 100644 (file)
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,6 +1,18 @@
 ChangeLog :
 ===========
 
+2010/03/30 : 1.4.3
+    - [CLEANUP] stats: remove printf format warning in stats_dump_full_sess_to_buffer()
+    - [MEDIUM] session: better fix for connection to servers with closed input
+    - [DOC] indicate in the doc how to bind to port ranges
+    - [BUG] backend: L7 hashing must not be performed on incomplete requests
+    - [TESTS] add a simple program to test connection resets
+    - [MINOR] cli: "show errors" should display "backend <NONE>" when backend was not used
+    - [MINOR] config: emit warnings when HTTP-only options are used in TCP mode
+    - [MINOR] config: allow "slowstart 0s"
+    - [BUILD] 'make tags' did not consider files ending in '.c'
+    - [MINOR] checks: add the ability to disable a server in the config
+
 2010/03/17 : 1.4.2
     - [CLEANUP] product branch update
     - [DOC] Some more documentation cleanups
diff --git a/VERDATE b/VERDATE
index 15d55f752eca7e47fc6028be5775503301037542..8f16b1a03655ec5f652db603d59efad404279ad2 100644 (file)
--- a/VERDATE
+++ b/VERDATE
@@ -1 +1 @@
-2010/03/17
+2010/03/30
diff --git a/VERSION b/VERSION
index 9df886c42a1e2082f1471383d986fea4d531f8ac..428b770e3e234822240cb1d877687486143a0161 100644 (file)
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-1.4.2
+1.4.3
index 3972ce1c34fa19270a6e8cd7c804087b8247e536..c46587f07ecbe9073c76b59f680be1ffb42f8898 100644 (file)
@@ -2,9 +2,9 @@
                                  HAProxy
                           Configuration Manual
                          ----------------------
-                             version 1.4.2
+                             version 1.4.3
                              willy tarreau
-                              2010/03/17
+                              2010/03/30
 
 
 This document covers the configuration language as implemented in the version
index 91ebc07072ee99ca64f2a25ce9419ae7747789ac..1a8c5a3b328a0c1c5556931572f16c819fbb67e7 100644 (file)
@@ -1,6 +1,6 @@
 Summary: HA-Proxy is a TCP/HTTP reverse proxy for high availability environments
 Name: haproxy
-Version: 1.4.2
+Version: 1.4.3
 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
+* Tue Mar 30 2010 Willy Tarreau <w@1wt.eu>
+- updated to 1.4.3
+
 * Wed Mar 17 2010 Willy Tarreau <w@1wt.eu>
 - updated to 1.4.2