]> git.ipfire.org Git - thirdparty/haproxy.git/commitdiff
[RELEASE] Released version 1.5-dev2
authorWilly Tarreau <w@1wt.eu>
Sat, 28 Aug 2010 17:21:00 +0000 (19:21 +0200)
committerWilly Tarreau <w@1wt.eu>
Sat, 28 Aug 2010 17:21:00 +0000 (19:21 +0200)
Released version 1.5-dev2 with the following main changes :
    - [MINOR] startup: release unused structs after forking
    - [MINOR] startup: don't wait for nothing when no old pid remains
    - [CLEANUP] reference product branch 1.5
    - [MEDIUM] signals: add support for registering functions and tasks
    - [MEDIUM] signals: support redistribution of signal zero when stopping
    - [BUG] http: don't set auto_close if more data are expected

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

index 32dd8a0fd6298e53f93f3185306229b42ea704ea..ec821f6e916f26a00012e35edd4c61553db24a92 100644 (file)
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,6 +1,14 @@
 ChangeLog :
 ===========
 
+2010/08/28 : 1.5-dev2
+    - [MINOR] startup: release unused structs after forking
+    - [MINOR] startup: don't wait for nothing when no old pid remains
+    - [CLEANUP] reference product branch 1.5
+    - [MEDIUM] signals: add support for registering functions and tasks
+    - [MEDIUM] signals: support redistribution of signal zero when stopping
+    - [BUG] http: don't set auto_close if more data are expected
+
 2010/08/25 : 1.5-dev1
     - [BUG] stats: session rate limit gets garbaged in the stats
     - [DOC] mention 'option http-server-close' effect in Tq section
diff --git a/VERDATE b/VERDATE
index 69564865cb3df9d2ee2a63b5e64483ae21533dc7..e56c1373ba340c82600fb8294b74b7c6a6713a5b 100644 (file)
--- a/VERDATE
+++ b/VERDATE
@@ -1 +1 @@
-2010/08/20
+2010/08/28
diff --git a/VERSION b/VERSION
index c0a0f53d571fa6ded92822be57af8168a33cac0c..b0bde365fb5e8c12ca83c55b7ee7a89efc5e68a0 100644 (file)
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-1.5-dev1
+1.5-dev2
index 10fb742ebc51ac8eae508c35b969332ccba0d540..88dc44040a5df059b243caabcf4d3cdf04b5666f 100644 (file)
@@ -4,7 +4,7 @@
                          ----------------------
                              version 1.5
                              willy tarreau
-                              2010/08/20
+                              2010/08/28
 
 
 This document covers the configuration language as implemented in the version
index 80cc9fbb058daec659f3a9534e178d7a04c57e54..1d0a46361052acc202e25596e692025416477650 100644 (file)
@@ -1,6 +1,6 @@
 Summary: HA-Proxy is a TCP/HTTP reverse proxy for high availability environments
 Name: haproxy
-Version: 1.5-dev1
+Version: 1.5-dev2
 Release: 1
 License: GPL
 Group: System Environment/Daemons
@@ -76,6 +76,9 @@ fi
 %attr(0755,root,root) %config %{_sysconfdir}/rc.d/init.d/%{name}
 
 %changelog
+* Sat Aug 28 2010 Willy Tarreau <w@1wt.eu>
+- updated to 1.5-dev2
+
 * Wed Aug 25 2010 Willy Tarreau <w@1wt.eu>
 - updated to 1.5-dev1