]> git.kaiwu.me - haproxy.git/commitdiff
[RELEASE] Released version 1.3.15.8 v1.3.15.8
authorWilly Tarreau <w@1wt.eu>
Sun, 8 Mar 2009 22:23:50 +0000 (23:23 +0100)
committerWilly Tarreau <w@1wt.eu>
Sun, 8 Mar 2009 22:23:50 +0000 (23:23 +0100)
Released version 1.3.15.8 with the following main changes :
    - [BUG] Fix listen & more of 2 couples <ip>:<port>
    - [DOC] remove buggy comment for use_backend
    - [CRITICAL] fix server state tracking: it was O(n!) instead of O(n)
    - [BUG] "option transparent" is for backend, not frontend !
    - [BUG] we must not exit if protocol binding only returns a warning
    - [BUG] inform the user when root is expected but not set
    - [DOC] large doc update backported from mainline
    - [BUG] the "source" keyword must first clear optional settings
    - [BUG] global.tune.maxaccept must be limited even in mono-process mode
    - [BUG] typo in timeout error reporting : report *res and not *err

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

index 05b6bf33cd27100ea97a3be98c9dfc67d331711a..5b6d2a2681a137895cc09515644602db04b2cbe7 100644 (file)
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,6 +1,18 @@
 ChangeLog :
 ===========
 
+2009/03/08 : 1.3.15.8
+    - [BUG] Fix listen & more of 2 couples <ip>:<port>
+    - [DOC] remove buggy comment for use_backend
+    - [CRITICAL] fix server state tracking: it was O(n!) instead of O(n)
+    - [BUG] "option transparent" is for backend, not frontend !
+    - [BUG] we must not exit if protocol binding only returns a warning
+    - [BUG] inform the user when root is expected but not set
+    - [DOC] large doc update backported from mainline
+    - [BUG] the "source" keyword must first clear optional settings
+    - [BUG] global.tune.maxaccept must be limited even in mono-process mode
+    - [BUG] typo in timeout error reporting : report *res and not *err
+
 2008/12/04 : 1.3.15.7
     - [BUILD] fix MANDIR default location to match documentation
     - [BUG] critical errors should be reported even in daemon mode
diff --git a/VERDATE b/VERDATE
index 0a2fab223cc5df0436328582e117e774c1382d42..c9442b8aed9514062f108cb2d2267cc614abbe03 100644 (file)
--- a/VERDATE
+++ b/VERDATE
@@ -1 +1 @@
-2008/12/04
+2009/03/08
diff --git a/VERSION b/VERSION
index 6f2d675810cabace31e7f48bfbc567cc3ff88710..e93a5b07d67b8e39ad27d64450ec6ec2aa51b01d 100644 (file)
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-1.3.15.7
+1.3.15.8
index 72fc3878e54236fbaafdd9a174674c855c2bfc25..5be9d01538195f40c432f6caf79ee72ebb9421df 100644 (file)
@@ -2,9 +2,9 @@
                                  HAProxy
                           Configuration Manual
                          ----------------------
-                            version 1.3.15.2
+                            version 1.3.15.8
                              willy tarreau
-                              2008/06/21
+                              2009/03/08
 
 
 This document covers the configuration language as implemented in the version
index ba268c27b9c721e192262398e28642e74cdf8c13..801890a3d38e3b23e61430b9a1645dbb1753828e 100644 (file)
@@ -1,6 +1,6 @@
 Summary: HA-Proxy is a TCP/HTTP reverse proxy for high availability environments
 Name: haproxy
-Version: 1.3.15.7
+Version: 1.3.15.8
 Release: 1
 License: GPL
 Group: System Environment/Daemons
@@ -69,6 +69,9 @@ fi
 %attr(0755,root,root) %config %{_sysconfdir}/rc.d/init.d/%{name}
 
 %changelog
+* Sun Mar 08 2009 Willy Tarreau <w@1wt.eu>
+- updated to 1.3.15.8
+
 * Thu Dec 04 2008 Willy Tarreau <w@1wt.eu>
 - updated to 1.3.15.7
 
index 044c10b9b3bba146a61c1c73acffdff52249ee64..1d7e3ea771ee5311f60066cbbd143756d4d675ba 100644 (file)
@@ -1,6 +1,6 @@
 Summary: HA-Proxy is a TCP/HTTP reverse proxy for high availability environments
 Name: haproxy
-Version: 1.3.15.7
+Version: 1.3.15.8
 Release: 1
 License: GPL
 Group: System Environment/Daemons
@@ -71,6 +71,9 @@ fi
 %attr(0755,root,root) %config %{_sysconfdir}/rc.d/init.d/%{name}
 
 %changelog
+* Sun Mar 08 2009 Willy Tarreau <w@1wt.eu>
+- updated to 1.3.15.8
+
 * Thu Dec 04 2008 Willy Tarreau <w@1wt.eu>
 - updated to 1.3.15.7