]> git.ipfire.org Git - thirdparty/haproxy.git/commitdiff
[RELEASE] Released version 1.3.14.12 v1.3.14.12
authorWilly Tarreau <w@1wt.eu>
Sun, 8 Mar 2009 22:43:53 +0000 (23:43 +0100)
committerWilly Tarreau <w@1wt.eu>
Sun, 8 Mar 2009 22:43:53 +0000 (23:43 +0100)
Released version 1.3.14.12 with the following main changes :
    - [BUG] Fix listen & more of 2 couples <ip>:<port>
    - [DOC] remove buggy comment for use_backend
    - [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
    - [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
examples/haproxy-small.spec
examples/haproxy.spec

index 7765e33ba22c62c90d193197d487634cdc398f5c..131aa08b6169389d45a2a91e721045ef86d9cb0e 100644 (file)
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,6 +1,16 @@
 ChangeLog :
 ===========
 
+2009/03/08 : 1.3.14.12
+    - [BUG] Fix listen & more of 2 couples <ip>:<port>
+    - [DOC] remove buggy comment for use_backend
+    - [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
+    - [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.14.11
     - [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..b69877039c60a42c9a481b3e17e346ed87928a9d 100644 (file)
--- a/VERDATE
+++ b/VERDATE
@@ -1 +1 @@
-2008/12/04
+2009/03/09
diff --git a/VERSION b/VERSION
index 7841a1da824d6fb5f3963b2e5a2039cb773a72e2..91cbae22c3f760c7cbc66919ee1df4cc95884e77 100644 (file)
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-1.3.14.11
+1.3.14.12
index 980df5d19a6561dd073c2da73b7d671ad626f6a3..1a829e9ddf66675d29281afe3cfad7b65f5814ae 100644 (file)
@@ -1,6 +1,6 @@
 Summary: HA-Proxy is a TCP/HTTP reverse proxy for high availability environments
 Name: haproxy
-Version: 1.3.14.11
+Version: 1.3.14.12
 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.14.12
+
 * Tue Dec 04 2008 Willy Tarreau <w@1wt.eu>
 - updated to 1.3.14.11
 
index 9af8baaa22a449cfcdfdb5afd08e8e396c826f8e..e2405d6fd33f9f91cfc165071de2e6107e533f15 100644 (file)
@@ -1,6 +1,6 @@
 Summary: HA-Proxy is a TCP/HTTP reverse proxy for high availability environments
 Name: haproxy
-Version: 1.3.14.11
+Version: 1.3.14.12
 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.14.12
+
 * Tue Dec 04 2008 Willy Tarreau <w@1wt.eu>
 - updated to 1.3.14.11