]> git.kaiwu.me - haproxy.git/commitdiff
[RELEASE] Released version 1.3.14.7 v1.3.14.7
authorWilly Tarreau <w@1wt.eu>
Tue, 2 Sep 2008 09:35:16 +0000 (11:35 +0200)
committerWilly Tarreau <w@1wt.eu>
Tue, 2 Sep 2008 09:35:16 +0000 (11:35 +0200)
Released version 1.3.14.7 with the following main changes :
    - [BUG] use_backend would not correctly consider "unless"
    - [BUG] disable buffer read timeout when reading stats
    - [BUILD] change declaration of base64tab to fix build with Intel C++
    - [CLEANUP] remove dependency on obsolete INTBITS macro
    - [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 dd993ce7cbdc15ab5c27fd8943a7f86b9648a11f..5c05b23ed6503cb0aedcc5acdebf34ca919de27c 100644 (file)
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,6 +1,17 @@
 ChangeLog :
 ===========
 
+2008/09/02 : 1.3.14.7
+    - [BUG] use_backend would not correctly consider "unless"
+    - [BUG] disable buffer read timeout when reading stats
+    - [BUILD] change declaration of base64tab to fix build with Intel C++
+    - [CLEANUP] remove dependency on obsolete INTBITS macro
+    - [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.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
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 a9033ef9831899baea3deadc57fe31f250a69ea3..12a21087df96aad8df4fcea9d0f7ae4a22179bf4 100644 (file)
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-1.3.14.6
+1.3.14.7
index efeb4e37051d9b063309d4bf02b880381dbb42e4..c17d83104cbfc0765107150a0e08dc5bb334060e 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.6
+Version: 1.3.14.7
 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.14.7
+
 * Sat Jun 21 2008 Willy Tarreau <w@1wt.eu>
 - updated to 1.3.14.6
 
index 59622c399579113ec8e7c682448eab6c376aaa16..b39a82435081aa96b85c335a581b7d4c46fbd969 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.6
+Version: 1.3.14.7
 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.14.7
+
 * Sat Jun 21 2008 Willy Tarreau <w@1wt.eu>
 - updated to 1.3.14.6