]> git.kaiwu.me - haproxy.git/commitdiff
[RELEASE] Released version 1.3.15.9 v1.3.15.9
authorWilly Tarreau <w@1wt.eu>
Sun, 10 May 2009 18:38:06 +0000 (20:38 +0200)
committerWilly Tarreau <w@1wt.eu>
Sun, 10 May 2009 18:38:06 +0000 (20:38 +0200)
Released version 1.3.15.9 with the following main changes :
    - [BUILD] Fixed Makefile for linking pcre
    - [CONTRIB] selinux policy for haproxy
    - [DOC] Make the status listener example complete.
    - [BUILD] spec file: fix broken pipe during rpmbuild and add man file
    - [BUG] server check intervals must not be null
    - [BUG] check for global.maxconn before doing accept()
    - [BUILD] add format(printf) to printf-like functions
    - [MINOR] fix several printf formats and missing arguments
    - [BUG] stats: total and lbtot are unsigned
    - [MINOR] fix a few remaining printf-like formats on 64-bit platforms
    - [MEDIUM] ensure we don't recursively call pool_gc2()
    - [CRITICAL] uninitialized response field can sometimes cause crashes
    - [MINOR] rhel init script : support the reload operation
    - [BUG] O(1) pollers should check their FD before closing it
    - [MINOR] don't close stdio fds twice
    - [MINOR] stats/html: use the arial font before helvetica

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

index 5b6d2a2681a137895cc09515644602db04b2cbe7..e83f20ed4238b8a1ae457f293003b857ca1ac101 100644 (file)
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,6 +1,24 @@
 ChangeLog :
 ===========
 
+2009/05/10 : 1.3.15.9
+    - [BUILD] Fixed Makefile for linking pcre
+    - [CONTRIB] selinux policy for haproxy
+    - [DOC] Make the status listener example complete.
+    - [BUILD] spec file: fix broken pipe during rpmbuild and add man file
+    - [BUG] server check intervals must not be null
+    - [BUG] check for global.maxconn before doing accept()
+    - [BUILD] add format(printf) to printf-like functions
+    - [MINOR] fix several printf formats and missing arguments
+    - [BUG] stats: total and lbtot are unsigned
+    - [MINOR] fix a few remaining printf-like formats on 64-bit platforms
+    - [MEDIUM] ensure we don't recursively call pool_gc2()
+    - [CRITICAL] uninitialized response field can sometimes cause crashes
+    - [MINOR] rhel init script : support the reload operation
+    - [BUG] O(1) pollers should check their FD before closing it
+    - [MINOR] don't close stdio fds twice
+    - [MINOR] stats/html: use the arial font before helvetica
+
 2009/03/08 : 1.3.15.8
     - [BUG] Fix listen & more of 2 couples <ip>:<port>
     - [DOC] remove buggy comment for use_backend
diff --git a/VERDATE b/VERDATE
index c9442b8aed9514062f108cb2d2267cc614abbe03..09d6e25ceab1668014d5537ea80e79019cb83760 100644 (file)
--- a/VERDATE
+++ b/VERDATE
@@ -1 +1 @@
-2009/03/08
+2009/05/10
diff --git a/VERSION b/VERSION
index e93a5b07d67b8e39ad27d64450ec6ec2aa51b01d..6d940827776264fa3384ff8f130b0c14f8a1bc28 100644 (file)
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-1.3.15.8
+1.3.15.9
index 801890a3d38e3b23e61430b9a1645dbb1753828e..ed0775bd3c285cf517b0be3c4e1f8ca6730f347d 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.8
+Version: 1.3.15.9
 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
+* Sun May 10 2009 Willy Tarreau <w@1wt.eu>
+- updated to 1.3.15.9
+
 * Sun Mar 08 2009 Willy Tarreau <w@1wt.eu>
 - updated to 1.3.15.8
 
index 7e030701c4b1d9d3d5c16041314e085879bac185..fad1dde28a9bbf51abf70dab20118ee7b24a35e7 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.8
+Version: 1.3.15.9
 Release: 1
 License: GPL
 Group: System Environment/Daemons
@@ -75,6 +75,9 @@ fi
 %attr(0755,root,root) %config %{_sysconfdir}/rc.d/init.d/%{name}
 
 %changelog
+* Sun May 10 2009 Willy Tarreau <w@1wt.eu>
+- updated to 1.3.15.9
+
 * Sun Mar 08 2009 Willy Tarreau <w@1wt.eu>
 - updated to 1.3.15.8