]> git.kaiwu.me - haproxy.git/commitdiff
[RELEASE] Released version 1.3.14.13 v1.3.14.13
authorWilly Tarreau <w@1wt.eu>
Sun, 10 May 2009 18:42:06 +0000 (20:42 +0200)
committerWilly Tarreau <w@1wt.eu>
Sun, 10 May 2009 18:42:06 +0000 (20:42 +0200)
Released version 1.3.14.13 with the following main changes :
    - [BUILD] Fixed Makefile for linking pcre
    - [DOC] Make the status listener example complete.
    - [BUILD] spec file: fix broken pipe during rpmbuild and add man file
    - [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 131aa08b6169389d45a2a91e721045ef86d9cb0e..053b42d35cd058fc0c20ea01a31551caa42fa18f 100644 (file)
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,6 +1,22 @@
 ChangeLog :
 ===========
 
+2009/05/10 : 1.3.14.13
+    - [BUILD] Fixed Makefile for linking pcre
+    - [DOC] Make the status listener example complete.
+    - [BUILD] spec file: fix broken pipe during rpmbuild and add man file
+    - [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.14.12
     - [BUG] Fix listen & more of 2 couples <ip>:<port>
     - [DOC] remove buggy comment for use_backend
diff --git a/VERDATE b/VERDATE
index b69877039c60a42c9a481b3e17e346ed87928a9d..09d6e25ceab1668014d5537ea80e79019cb83760 100644 (file)
--- a/VERDATE
+++ b/VERDATE
@@ -1 +1 @@
-2009/03/09
+2009/05/10
diff --git a/VERSION b/VERSION
index 91cbae22c3f760c7cbc66919ee1df4cc95884e77..0ed8543c170ab1a96c4289c1492419ed9bd67d0f 100644 (file)
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-1.3.14.12
+1.3.14.13
index 1a829e9ddf66675d29281afe3cfad7b65f5814ae..7a7a44c9698f62a678eee84d3811cbece9805b6a 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.12
+Version: 1.3.14.13
 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.14.13
+
 * Sun Mar 08 2009 Willy Tarreau <w@1wt.eu>
 - updated to 1.3.14.12
 
index d7443045edcbd785e6beb7bc2ae30d255c6a4e02..0cd35ad3beff7220c2dc049e1dbb5bb93b788095 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.12
+Version: 1.3.14.13
 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.14.13
+
 * Sun Mar 08 2009 Willy Tarreau <w@1wt.eu>
 - updated to 1.3.14.12