]> git.kaiwu.me - haproxy.git/commitdiff
[RELEASE] Released version 1.3.14.14 v1.3.14.14
authorWilly Tarreau <w@1wt.eu>
Mon, 27 Jul 2009 20:05:28 +0000 (22:05 +0200)
committerWilly Tarreau <w@1wt.eu>
Mon, 27 Jul 2009 20:05:28 +0000 (22:05 +0200)
Released version 1.3.14.14 with the following main changes :
    - [MINOR] startup: don't imply -q with -D
    - [BUG] ensure that we correctly re-start old process in case of error
    - [BUILD] report commit date and not author's date as build date
    - [BUG] stream_sock: don't stop reading when the poller reports an error
    - [CLEANUP] report 2009 not 2007 in the copyright banner.
    - [BUILD] fix incorrect printf arg count with tcp_splice

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

index 053b42d35cd058fc0c20ea01a31551caa42fa18f..62a48d5e4b7590581b60c217b100d6efe154944a 100644 (file)
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,6 +1,14 @@
 ChangeLog :
 ===========
 
+2009/07/27 : 1.3.14.14
+    - [MINOR] startup: don't imply -q with -D
+    - [BUG] ensure that we correctly re-start old process in case of error
+    - [BUILD] report commit date and not author's date as build date
+    - [BUG] stream_sock: don't stop reading when the poller reports an error
+    - [CLEANUP] report 2009 not 2007 in the copyright banner.
+    - [BUILD] fix incorrect printf arg count with tcp_splice
+
 2009/05/10 : 1.3.14.13
     - [BUILD] Fixed Makefile for linking pcre
     - [DOC] Make the status listener example complete.
diff --git a/VERDATE b/VERDATE
index 09d6e25ceab1668014d5537ea80e79019cb83760..15380d76c89818ea38fa89fa1e1506f89c75cc59 100644 (file)
--- a/VERDATE
+++ b/VERDATE
@@ -1 +1 @@
-2009/05/10
+2009/07/27
diff --git a/VERSION b/VERSION
index 0ed8543c170ab1a96c4289c1492419ed9bd67d0f..a966300870deb58d3237f6ee24eecfd5cfd9ca12 100644 (file)
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-1.3.14.13
+1.3.14.14
index adb9d2d3aac7f857d9aa99807b88cf1d6a96ccfb..0e3fd9ff9fe7c6daf323fda515d524de4dac85b0 100644 (file)
@@ -2,9 +2,9 @@
                                  HAProxy
                           Configuration Manual
                          ----------------------
-                            version 1.3.14.6
+                            version 1.3.14.14
                              willy tarreau
-                               2008/06/21
+                               2009/07/27
 
 
 This document covers the configuration language as implemented in the version
index 7a7a44c9698f62a678eee84d3811cbece9805b6a..365c44688c719d75fe4f94845a402316a42ce132 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.13
+Version: 1.3.14.14
 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
+* Mon Jul 27 2009 Willy Tarreau <w@1wt.eu>
+- updated to 1.3.14.14
+
 * Sun May 10 2009 Willy Tarreau <w@1wt.eu>
 - updated to 1.3.14.13
 
index 0cd35ad3beff7220c2dc049e1dbb5bb93b788095..ab7d2c521cce33561615e45cc81d89ac7a9eff59 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.13
+Version: 1.3.14.14
 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
+* Mon Jul 27 2009 Willy Tarreau <w@1wt.eu>
+- updated to 1.3.14.14
+
 * Sun May 10 2009 Willy Tarreau <w@1wt.eu>
 - updated to 1.3.14.13