]> git.kaiwu.me - haproxy.git/commitdiff
[RELEASE] Released version 1.3.14.10 v1.3.14.10
authorWilly Tarreau <w@1wt.eu>
Tue, 4 Nov 2008 09:57:33 +0000 (10:57 +0100)
committerWilly Tarreau <w@1wt.eu>
Tue, 4 Nov 2008 09:57:33 +0000 (10:57 +0100)
Released version 1.3.14.10 with the following main changes :
    - [MINOR] cfgparse: fix off-by 2 in error message size
    - [BUG] cookie capture is declared in the frontend but checked on the backend

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

index d97c30b005541e4b10230c320c8ad4873ce00c18..680f3a4699eb56dae3f71590b36616ef7dfd97bb 100644 (file)
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,6 +1,13 @@
 ChangeLog :
 ===========
 
+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 c402b5cc859995f1b8d8c84f3fce71ec485fe4f1..1a3ae81e6fce3bd6422efa062ac1da59ad1656ab 100644 (file)
--- a/VERDATE
+++ b/VERDATE
@@ -1 +1 @@
-2008/10/12
+2008/11/04
diff --git a/VERSION b/VERSION
index af27e32121d0c297ad4c4da25bba39c9773c275d..3a3281b43abd1355f968d5974e0c656b20dc8326 100644 (file)
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-1.3.14.9
+1.3.14.10
index 298ab52a7e47e88a5647eaaca209b88d48c3f995..34e9f139e4b16ca5b4a7c9a68ab1e897b133af80 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.9
+Version: 1.3.14.10
 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 Nov 04 2008 Willy Tarreau <w@1wt.eu>
+- updated to 1.3.14.10
+
 * Sun Oct 12 2008 Willy Tarreau <w@1wt.eu>
 - updated to 1.3.14.9
 
index ff4c456e5318856c5a252a246c5a0ce36c73a12b..c0e131d0998d6e76ec7b021bef5bedbf352b7cd7 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.9
+Version: 1.3.14.10
 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 Nov 04 2008 Willy Tarreau <w@1wt.eu>
+- updated to 1.3.14.10
+
 * Sun Oct 12 2008 Willy Tarreau <w@1wt.eu>
 - updated to 1.3.14.9