]> git.ipfire.org Git - thirdparty/haproxy.git/commitdiff
[RELEASE] Released version 1.3.15.3 v1.3.15.3
authorWilly Tarreau <w@1wt.eu>
Tue, 2 Sep 2008 09:32:34 +0000 (11:32 +0200)
committerWilly Tarreau <w@1wt.eu>
Tue, 2 Sep 2008 09:32:34 +0000 (11:32 +0200)
Released version 1.3.15.3 with the following main changes :
    - [BUG] disable buffer read timeout when reading stats
    - [BUILD] change declaration of base64tab to fix build with Intel C++
    - [BUILD] silent a warning in unlikely() with gcc 4.x
    - [BUG] use_backend would not correctly consider "unless"
    - [CLEANUP] remove dependency on obsolete INTBITS macro
    - [BUG] fix segfault with url_param + check_post
    - [BUG] server timeout was not considered in some circumstances
    - [BUG] ev_sepoll: closed file descriptors could persist in the spec list
    - [BUG] maintain_proxies must not disable backends
    - [BUG] regparm is broken on gcc < 3
    - [OPTIM] force inlining of large functions with gcc >= 3

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

index d482ffcd57332204c4237e7fad344e176f773741..cc46c8f217af0c764a2de8ceef88e24286f499f1 100644 (file)
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,6 +1,19 @@
 ChangeLog :
 ===========
 
+2008/09/02 : 1.3.15.3
+    - [BUG] disable buffer read timeout when reading stats
+    - [BUILD] change declaration of base64tab to fix build with Intel C++
+    - [BUILD] silent a warning in unlikely() with gcc 4.x
+    - [BUG] use_backend would not correctly consider "unless"
+    - [CLEANUP] remove dependency on obsolete INTBITS macro
+    - [BUG] fix segfault with url_param + check_post
+    - [BUG] server timeout was not considered in some circumstances
+    - [BUG] ev_sepoll: closed file descriptors could persist in the spec list
+    - [BUG] maintain_proxies must not disable backends
+    - [BUG] regparm is broken on gcc < 3
+    - [OPTIM] force inlining of large functions with gcc >= 3
+
 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
diff --git a/VERDATE b/VERDATE
index 9793848c88aa0cadcbc350009e16ca887d94f3bf..4b54eccccde704c30bdbaf0d69a9ed136b0c20d1 100644 (file)
--- a/VERDATE
+++ b/VERDATE
@@ -1 +1 @@
-2008/06/21
+2008/09/02
diff --git a/VERSION b/VERSION
index 824f287ec314f379fd84db60760a9e70c3bb9eba..496ed76dd10a1734c3394cc09d4f6ac88f73d854 100644 (file)
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-1.3.15.2
+1.3.15.3
index 771bff5ce4efed1947cdb95c0a71e662bd42e4ae..cca14e66dbc23a399fd4f6f1c4b973dbf4b8a3a1 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.2
+Version: 1.3.15.3
 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 Sep 02 2008 Willy Tarreau <w@1wt.eu>
+- updated to 1.3.15.3
+
 * Sat Jun 21 2008 Willy Tarreau <w@1wt.eu>
 - updated to 1.3.15.2
 
index a2cdf1534b92744fde8b88d05997a04e6a6ad5a7..8d96032cab2d60044d059c2a3fddcccb17c1d1e7 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.2
+Version: 1.3.15.3
 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 Sep 02 2008 Willy Tarreau <w@1wt.eu>
+- updated to 1.3.15.3
+
 * Sat Jun 21 2008 Willy Tarreau <w@1wt.eu>
 - updated to 1.3.15.2