]> git.kaiwu.me - haproxy.git/commitdiff
[RELEASE] Released version 1.3.14.6 v1.3.14.6
authorWilly Tarreau <w@1wt.eu>
Sat, 21 Jun 2008 19:56:21 +0000 (21:56 +0200)
committerWilly Tarreau <w@1wt.eu>
Sat, 21 Jun 2008 19:56:21 +0000 (21:56 +0200)
Released version 1.3.14.6 with the following main changes :
    - [BUILD] make install should depend on haproxy not "all"
    - [BUG] event pollers must not wait if a task exists in the run queue
    - [BUG] queue management: wake oldest request in queues
    - [BUG] log: reported queue position was offed-by-one
    - [BUG] fix the dequeuing logic to ensure that all requests get served
    - [DOC] documentation for the "retries" parameter was missing.

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

index 6aa82aa216cb89fd3bf2a6cb21e1792bd5fc3fef..dd993ce7cbdc15ab5c27fd8943a7f86b9648a11f 100644 (file)
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,6 +1,14 @@
 ChangeLog :
 ===========
 
+2008/06/21 : 1.3.14.6
+    - [BUILD] make install should depend on haproxy not "all"
+    - [BUG] event pollers must not wait if a task exists in the run queue
+    - [BUG] queue management: wake oldest request in queues
+    - [BUG] log: reported queue position was offed-by-one
+    - [BUG] fix the dequeuing logic to ensure that all requests get served
+    - [DOC] documentation for the "retries" parameter was missing.
+
 2008/05/25 : 1.3.14.5
     - [BUILD] fix build with gcc 4.3
     - [TESTS] add a debug patch to help trigger the stats bug
diff --git a/VERDATE b/VERDATE
index 6cbb2247552805655a2db78deadb6fb85bf4a25e..9793848c88aa0cadcbc350009e16ca887d94f3bf 100644 (file)
--- a/VERDATE
+++ b/VERDATE
@@ -1 +1 @@
-2008/05/25
+2008/06/21
diff --git a/VERSION b/VERSION
index 00f200cca323484ffcde9eaf21a6d92cd09dd622..a9033ef9831899baea3deadc57fe31f250a69ea3 100644 (file)
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-1.3.14.5
+1.3.14.6
index 4784815bf648b39d438a163b0a7b6ca52ae3bf4e..738b3da7bedcdb2df583b16ccf8f8076df88ec6e 100644 (file)
@@ -2,9 +2,9 @@
                                  HAProxy
                           Configuration Manual
                          ----------------------
-                            version 1.3.14.5
+                            version 1.3.14.6
                              willy tarreau
-                               2008/05/25
+                               2008/06/21
 
 
 This document covers the configuration language as implemented in the version
index 70e424ae2ce052730a7f439ac5148537ef098a2f..efeb4e37051d9b063309d4bf02b880381dbb42e4 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.5
+Version: 1.3.14.6
 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
+* Sat Jun 21 2008 Willy Tarreau <w@1wt.eu>
+- updated to 1.3.14.6
+
 * Sun May 25 2008 Willy Tarreau <w@1wt.eu>
 - updated to 1.3.14.5
 
index b35246ffe79fea5c03e7124511f963597a1134ee..59622c399579113ec8e7c682448eab6c376aaa16 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.5
+Version: 1.3.14.6
 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
+* Sat Jun 21 2008 Willy Tarreau <w@1wt.eu>
+- updated to 1.3.14.6
+
 * Sun May 25 2008 Willy Tarreau <w@1wt.eu>
 - updated to 1.3.14.5