]> git.ipfire.org Git - thirdparty/haproxy.git/commitdiff
[RELEASE] Released version 1.3.15.2 v1.3.15.2
authorWilly Tarreau <w@1wt.eu>
Sat, 21 Jun 2008 19:59:05 +0000 (21:59 +0200)
committerWilly Tarreau <w@1wt.eu>
Sat, 21 Jun 2008 19:59:05 +0000 (21:59 +0200)
Released version 1.3.15.2 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 b00e6daa5a6671cf0c9d114649715cd84a4c16f4..d482ffcd57332204c4237e7fad344e176f773741 100644 (file)
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,6 +1,14 @@
 ChangeLog :
 ===========
 
+2008/06/21 : 1.3.15.2
+    - [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.15.1
     - [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 e7f63e3464e069c368a76bf071334be686cefb35..824f287ec314f379fd84db60760a9e70c3bb9eba 100644 (file)
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-1.3.15.1
+1.3.15.2
index e0959fed2efc2dabf2681f662d03c59c185a1710..725d9fadda798dbbc342362a027bec74fadc6d10 100644 (file)
@@ -2,9 +2,9 @@
                                  HAProxy
                           Configuration Manual
                          ----------------------
-                            version 1.3.15
+                            version 1.3.15.2
                              willy tarreau
-                              2008/04/19
+                              2008/06/21
 
 
 This document covers the configuration language as implemented in the version
index 2559ae70a8353785737c195423b8def763cb51fb..771bff5ce4efed1947cdb95c0a71e662bd42e4ae 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.1
+Version: 1.3.15.2
 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.15.2
+
 * Sun May 25 2008 Willy Tarreau <w@1wt.eu>
 - updated to 1.3.15.1
 
index 02d603d15d6f9c76ab50fe6d35494b2bed2a44c6..a2cdf1534b92744fde8b88d05997a04e6a6ad5a7 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.1
+Version: 1.3.15.2
 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.15.2
+
 * Sun May 25 2008 Willy Tarreau <w@1wt.eu>
 - updated to 1.3.15.1