]> git.ipfire.org Git - thirdparty/haproxy.git/commitdiff
[RELEASE] Released version 1.4.0 v1.4.0
authorWilly Tarreau <w@1wt.eu>
Fri, 26 Feb 2010 13:55:22 +0000 (14:55 +0100)
committerWilly Tarreau <w@1wt.eu>
Fri, 26 Feb 2010 13:55:22 +0000 (14:55 +0100)
Released version 1.4.0 with the following main changes :
    - [MINOR] stats: report maint state for tracking servers too
    - [DOC] fix summary to add pattern extraction
    - [DOC] Documentation cleanups
    - [BUG] cfgparse memory leak and missing free calls in deinit()
    - [BUG] pxid/puid/luid: don't shift IDs when some of them are forced
    - [EXAMPLES] add auth.cfg
    - [BUG] uri_auth: ST_SHLGNDS should be 0x00000008 not 0x0000008
    - [BUG] uri_auth: do not attemp to convert uri_auth -> http-request more than once
    - [BUILD] auth: don't use unnamed unions
    - [BUG] config: report unresolvable host names as errors
    - [BUILD] fix build breakage with DEBUG_FULL
    - [DOC] fix a typo about timeout check and clarify the explanation.
    - [MEDIUM] http: don't use trash to realign large buffers
    - [STATS] report HTTP requests (total and rate) in frontends
    - [STATS] separate frontend and backend HTTP stats
    - [MEDIUM] http: revert to use a swap buffer for realignment
    - [MINOR] stats: report the request rate in frontends as cell titles
    - [MINOR] stats: mark areas with an underline when tooltips are available
    - [DOC] reorder some entries to maintain the alphabetical order
    - [DOC] cleanup of the keyword matrix

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

index 32b787416993e3aefb68aa7529355b1de0497d38..69bd111a6cacc507c56d644fc476c78317b2922b 100644 (file)
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,6 +1,28 @@
 ChangeLog :
 ===========
 
+2010/02/26 : 1.4.0
+    - [MINOR] stats: report maint state for tracking servers too
+    - [DOC] fix summary to add pattern extraction
+    - [DOC] Documentation cleanups
+    - [BUG] cfgparse memory leak and missing free calls in deinit()
+    - [BUG] pxid/puid/luid: don't shift IDs when some of them are forced
+    - [EXAMPLES] add auth.cfg
+    - [BUG] uri_auth: ST_SHLGNDS should be 0x00000008 not 0x0000008
+    - [BUG] uri_auth: do not attemp to convert uri_auth -> http-request more than once
+    - [BUILD] auth: don't use unnamed unions
+    - [BUG] config: report unresolvable host names as errors
+    - [BUILD] fix build breakage with DEBUG_FULL
+    - [DOC] fix a typo about timeout check and clarify the explanation.
+    - [MEDIUM] http: don't use trash to realign large buffers
+    - [STATS] report HTTP requests (total and rate) in frontends
+    - [STATS] separate frontend and backend HTTP stats
+    - [MEDIUM] http: revert to use a swap buffer for realignment
+    - [MINOR] stats: report the request rate in frontends as cell titles
+    - [MINOR] stats: mark areas with an underline when tooltips are available
+    - [DOC] reorder some entries to maintain the alphabetical order
+    - [DOC] cleanup of the keyword matrix
+
 2010/02/02 : 1.4-rc1
     - [MEDIUM] add a maintenance mode to servers
     - [MINOR] http-auth: last fix was wrong
diff --git a/VERDATE b/VERDATE
index 6e0f615fa1e56d0049d85b4a4c7b1817d4cde8ac..502f2d6011ca339003db76a88d34621cf087be2b 100644 (file)
--- a/VERDATE
+++ b/VERDATE
@@ -1 +1 @@
-2010/02/02
+2010/02/26
diff --git a/VERSION b/VERSION
index 1f9e73c86580ca9782c50f2c24b0d42493ac1552..88c5fb891dcf1d1647d2b84bac0630cf9570d213 100644 (file)
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-1.4-rc1
+1.4.0
index 4d53eb777e7cd90392d6dd99780d6ced04ae253d..2d4f0eb3ba1cfaf3c8d3bd922f343d9440a8ab7d 100644 (file)
@@ -4,7 +4,7 @@
                          ----------------------
                               version 1.4
                              willy tarreau
-                              2010/02/02
+                              2010/02/26
 
 
 This document covers the configuration language as implemented in the version
index ee2f7b57ad22e4f3c6d5deefea38814a548f5090..5e79439dc23e09a438b284e689c7cdb909a6a772 100644 (file)
@@ -1,6 +1,6 @@
 Summary: HA-Proxy is a TCP/HTTP reverse proxy for high availability environments
 Name: haproxy
-Version: 1.4-rc1
+Version: 1.4.0
 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
+* Fri Feb 26 2010 Willy Tarreau <w@1wt.eu>
+- updated to 1.4.0
+
 * Tue Feb  2 2010 Willy Tarreau <w@1wt.eu>
 - updated to 1.4-rc1