]> git.ipfire.org Git - thirdparty/haproxy.git/commitdiff
[RELEASE] Released version 1.4-dev2 v1.4-dev2
authorWilly Tarreau <w@1wt.eu>
Sun, 9 Aug 2009 20:57:09 +0000 (22:57 +0200)
committerWilly Tarreau <w@1wt.eu>
Sun, 9 Aug 2009 20:57:09 +0000 (22:57 +0200)
Released version 1.4-dev2 with the following main changes :
    - [BUG] task: fix possible crash when some timeouts are not configured
    - [BUG] log: option tcplog would log to global if no logger was defined

CHANGELOG
VERDATE
VERSION
examples/haproxy.spec

index 5b9dd92b03cfe32d1c848bbec5664f1cb0620145..eaa4bf125a9a12d53a2d7b2e64c7be86ea4c55f4 100644 (file)
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,6 +1,10 @@
 ChangeLog :
 ===========
 
+2009/08/09 : 1.4-dev2
+    - [BUG] task: fix possible crash when some timeouts are not configured
+    - [BUG] log: option tcplog would log to global if no logger was defined
+
 2009/07/29 : 1.4-dev1
     - [MINOR] acl: add support for matching of RDP cookies
     - [MEDIUM] add support for RDP cookie load-balancing
diff --git a/VERDATE b/VERDATE
index 15380d76c89818ea38fa89fa1e1506f89c75cc59..8600c6a680eb2714415843462218583655ada382 100644 (file)
--- a/VERDATE
+++ b/VERDATE
@@ -1 +1 @@
-2009/07/27
+2009/08/09
diff --git a/VERSION b/VERSION
index 406fe70009e551ae6de7a2c37995075471527b69..543945405ee4cfa736d0ed158bfc769b84849c63 100644 (file)
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-1.4-dev1
+1.4-dev2
index 383d8eadb4551c4f38b6b559f915ea01654e14d3..d7381d4a4f25ec7f2a252c7c2b2a45ec0441e061 100644 (file)
@@ -1,6 +1,6 @@
 Summary: HA-Proxy is a TCP/HTTP reverse proxy for high availability environments
 Name: haproxy
-Version: 1.4-dev1
+Version: 1.4-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
+* Sun Aug  9 2009 Willy Tarreau <w@1wt.eu>
+- updated to 1.4-dev2
+
 * Wed Jul 29 2009 Willy Tarreau <w@1wt.eu>
 - updated to 1.4-dev1