]> git.kaiwu.me - haproxy.git/commitdiff
[RELEASE] Released version 1.3.15.10 v1.3.15.10
authorWilly Tarreau <w@1wt.eu>
Mon, 27 Jul 2009 19:59:15 +0000 (21:59 +0200)
committerWilly Tarreau <w@1wt.eu>
Mon, 27 Jul 2009 19:59:15 +0000 (21:59 +0200)
Released version 1.3.15.10 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 2008 in the copyright banner.
    - [BUILD] fix incorrect printf arg count with tcp_splice

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

index e83f20ed4238b8a1ae457f293003b857ca1ac101..910c90433bb7b040032d2c7da9246c9e952278ab 100644 (file)
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,6 +1,14 @@
 ChangeLog :
 ===========
 
+2009/07/27 : 1.3.15.10
+    - [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 2008 in the copyright banner.
+    - [BUILD] fix incorrect printf arg count with tcp_splice
+
 2009/05/10 : 1.3.15.9
     - [BUILD] Fixed Makefile for linking pcre
     - [CONTRIB] selinux policy for haproxy
diff --git a/VERSION b/VERSION
index 6d940827776264fa3384ff8f130b0c14f8a1bc28..5c76307ab77f55046cdd011f471de9580852daa2 100644 (file)
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-1.3.15.9
+1.3.15.10
index 5be9d01538195f40c432f6caf79ee72ebb9421df..9c489e58b1335a20a8b2f40ea5dbec4555e2d0da 100644 (file)
@@ -2,9 +2,9 @@
                                  HAProxy
                           Configuration Manual
                          ----------------------
-                            version 1.3.15.8
+                            version 1.3.15.10
                              willy tarreau
-                              2009/03/08
+                              2009/07/27
 
 
 This document covers the configuration language as implemented in the version
index ed0775bd3c285cf517b0be3c4e1f8ca6730f347d..31241cf13432b3a139803e05d0fe970f7d0c8d73 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.9
+Version: 1.3.15.10
 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.15.10
+
 * Sun May 10 2009 Willy Tarreau <w@1wt.eu>
 - updated to 1.3.15.9
 
index fad1dde28a9bbf51abf70dab20118ee7b24a35e7..3c2d3c6e7d1eb7bf2d6c3aee3496f2bd13e42434 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.9
+Version: 1.3.15.10
 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.15.10
+
 * Sun May 10 2009 Willy Tarreau <w@1wt.eu>
 - updated to 1.3.15.9