]> git.kaiwu.me - haproxy.git/commitdiff
[RELEASE] Released version 1.3.14.11 v1.3.14.11
authorWilly Tarreau <w@1wt.eu>
Thu, 4 Dec 2008 14:17:39 +0000 (15:17 +0100)
committerWilly Tarreau <w@1wt.eu>
Thu, 4 Dec 2008 14:17:39 +0000 (15:17 +0100)
Released version 1.3.14.11 with the following main changes :
    - [BUILD] fix MANDIR default location to match documentation
    - [BUG] critical errors should be reported even in daemon mode
    - [BUG] do not dequeue requests on a dead server
    - [BUG] do not dequeue the backend's pending connections on a dead server

CHANGELOG
VERDATE
VERSION
examples/haproxy-small.spec
examples/haproxy.spec

index 680f3a4699eb56dae3f71590b36616ef7dfd97bb..7765e33ba22c62c90d193197d487634cdc398f5c 100644 (file)
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,13 +1,16 @@
 ChangeLog :
 ===========
 
+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
+    - [BUG] do not dequeue requests on a dead server
+    - [BUG] do not dequeue the backend's pending connections on a dead server
+
 2008/11/04 : 1.3.14.10
     - [MINOR] cfgparse: fix off-by 2 in error message size
     - [BUG] cookie capture is declared in the frontend but checked on the backend
 
-ChangeLog :
-===========
-
 2008/10/12 : 1.3.14.9
     - [BUG] do not try to pause backends during reload
     - [BUG] ensure that listeners from disabled proxies are correctly unbound.
diff --git a/VERDATE b/VERDATE
index 1a3ae81e6fce3bd6422efa062ac1da59ad1656ab..0a2fab223cc5df0436328582e117e774c1382d42 100644 (file)
--- a/VERDATE
+++ b/VERDATE
@@ -1 +1 @@
-2008/11/04
+2008/12/04
diff --git a/VERSION b/VERSION
index 3a3281b43abd1355f968d5974e0c656b20dc8326..7841a1da824d6fb5f3963b2e5a2039cb773a72e2 100644 (file)
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-1.3.14.10
+1.3.14.11
index 34e9f139e4b16ca5b4a7c9a68ab1e897b133af80..980df5d19a6561dd073c2da73b7d671ad626f6a3 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.10
+Version: 1.3.14.11
 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
+* Tue Dec 04 2008 Willy Tarreau <w@1wt.eu>
+- updated to 1.3.14.11
+
 * Tue Nov 04 2008 Willy Tarreau <w@1wt.eu>
 - updated to 1.3.14.10
 
index c0e131d0998d6e76ec7b021bef5bedbf352b7cd7..9af8baaa22a449cfcdfdb5afd08e8e396c826f8e 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.10
+Version: 1.3.14.11
 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
+* Tue Dec 04 2008 Willy Tarreau <w@1wt.eu>
+- updated to 1.3.14.11
+
 * Tue Nov 04 2008 Willy Tarreau <w@1wt.eu>
 - updated to 1.3.14.10