]> git.kaiwu.me - haproxy.git/commitdiff
[RELEASE] Released version 1.3.14.5 v1.3.14.5
authorWilly Tarreau <w@1wt.eu>
Sun, 25 May 2008 19:02:32 +0000 (21:02 +0200)
committerWilly Tarreau <w@1wt.eu>
Sun, 25 May 2008 19:02:32 +0000 (21:02 +0200)
Released version 1.3.14.5 with the following main changes :
    - [BUILD] fix build with gcc 4.3
    - [TESTS] add a debug patch to help trigger the stats bug
    - [BUG] Flush buffers also where there are exactly 0 bytes left
    - [DOC] fix unescaped space in httpchk example.
    - [DOC] update the README file with new build options
    - [MEDIUM] reduce risk of event starvation in ev_sepoll

CHANGELOG
VERDATE
VERSION
doc/configuration.txt
examples/haproxy-small.spec
examples/haproxy.spec

index 5653805811000e41e55fe1c92fb3cf1e4ba54023..6aa82aa216cb89fd3bf2a6cb21e1792bd5fc3fef 100644 (file)
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,6 +1,14 @@
 ChangeLog :
 ===========
 
+2008/05/25 : 1.3.14.5
+    - [BUILD] fix build with gcc 4.3
+    - [TESTS] add a debug patch to help trigger the stats bug
+    - [BUG] Flush buffers also where there are exactly 0 bytes left
+    - [DOC] fix unescaped space in httpchk example.
+    - [DOC] update the README file with new build options
+    - [MEDIUM] reduce risk of event starvation in ev_sepoll
+
 2008/03/20 : 1.3.14.4
     - [BUILD] Replace hardcoded 'LD = gcc' with 'LD = $(CC)'
     - [BUILD] Added support for 'make install'
diff --git a/VERDATE b/VERDATE
index 7b4c3fb4c44ea0293d105d9b0579a36d2993d677..6cbb2247552805655a2db78deadb6fb85bf4a25e 100644 (file)
--- a/VERDATE
+++ b/VERDATE
@@ -1 +1 @@
-2008/03/20
+2008/05/25
diff --git a/VERSION b/VERSION
index ac47b90338f8fa46a539d76579c2c2a84b2fba29..00f200cca323484ffcde9eaf21a6d92cd09dd622 100644 (file)
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-1.3.14.4
+1.3.14.5
index 0c4491ea5b06bdcf591f0891f17c91828ac2f55f..2f494a9c8f41f096f1aebf3d4c78d99e09963a04 100644 (file)
@@ -2,9 +2,9 @@
                                  HAProxy
                           Configuration Manual
                          ----------------------
-                            version 1.3.14.2
+                            version 1.3.14.5
                              willy tarreau
-                               2008/01/17
+                               2008/05/25
 
 
 This document covers the configuration language as implemented in the version
index 043a0fe97ef5ab0a71274cca814d7938158df29c..70e424ae2ce052730a7f439ac5148537ef098a2f 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.4
+Version: 1.3.14.5
 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 25 2008 Willy Tarreau <w@1wt.eu>
+- updated to 1.3.14.5
+
 * Thu Mar 20 2008 Willy Tarreau <w@1wt.eu>
 - updated to 1.3.14.4
 
index ab8285fe8d246344b1916ac70ba5e59a1423127d..b35246ffe79fea5c03e7124511f963597a1134ee 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.4
+Version: 1.3.14.5
 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
+* Sun May 25 2008 Willy Tarreau <w@1wt.eu>
+- updated to 1.3.14.5
+
 * Thu Mar 20 2008 Willy Tarreau <w@1wt.eu>
 - updated to 1.3.14.4