]> git.ipfire.org Git - thirdparty/haproxy.git/commitdiff
[RELEASE] Released version 1.3.17 v1.3.17
authorWilly Tarreau <w@1wt.eu>
Sun, 29 Mar 2009 13:26:57 +0000 (15:26 +0200)
committerWilly Tarreau <w@1wt.eu>
Sun, 29 Mar 2009 13:26:57 +0000 (15:26 +0200)
Released version 1.3.17 with the following main changes :
    - Update specfile to build for v2.6 kernel.
    - [BUG] reset the stream_interface connect timeout upon connect or error
    - [BUG] reject unix accepts when connection limit is reached
    - [MINOR] show sess: report number of calls to each task
    - [BUG] don't call epoll_ctl() on closed sockets
    - [BUG] stream_sock: disable I/O on fds reporting an error
    - [MINOR] sepoll: don't count two events on the same FD.
    - [MINOR] show sess: report a lot more information about sessions
    - [BUG] stream_sock: check for shut{r,w} before refreshing some timeouts
    - [BUG] don't set an expiration date directly from now_ms
    - [MINOR] implement ulltoh() to write HTML-formatted numbers
    - [MINOR] stats/html: group digits by 3 to clarify numbers
    - [BUILD] remove haproxy-small.spec
    - [BUILD] makefile: remove unused references to linux24eold and EPOLL_CTL_WORKAROUND

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

index 90c4105822fe478fa2253d31bc2c02a5882c36ab..16d3865e61a7ec53fb78db0dc579c12132b425f8 100644 (file)
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,6 +1,22 @@
 ChangeLog :
 ===========
 
+2009/03/29 : 1.3.17
+    - Update specfile to build for v2.6 kernel.
+    - [BUG] reset the stream_interface connect timeout upon connect or error
+    - [BUG] reject unix accepts when connection limit is reached
+    - [MINOR] show sess: report number of calls to each task
+    - [BUG] don't call epoll_ctl() on closed sockets
+    - [BUG] stream_sock: disable I/O on fds reporting an error
+    - [MINOR] sepoll: don't count two events on the same FD.
+    - [MINOR] show sess: report a lot more information about sessions
+    - [BUG] stream_sock: check for shut{r,w} before refreshing some timeouts
+    - [BUG] don't set an expiration date directly from now_ms
+    - [MINOR] implement ulltoh() to write HTML-formatted numbers
+    - [MINOR] stats/html: group digits by 3 to clarify numbers
+    - [BUILD] remove haproxy-small.spec
+    - [BUILD] makefile: remove unused references to linux24eold and EPOLL_CTL_WORKAROUND
+
 2009/03/22 : 1.3.16
     - [BUILD] Fixed Makefile for linking pcre
     - [CONTRIB] selinux policy for haproxy
diff --git a/VERDATE b/VERDATE
index 42b6cb03e83d8d1064c6d42288d9438b4c874718..bcc33ba71801061ca6850ff2d3f1e71dcecc95a2 100644 (file)
--- a/VERDATE
+++ b/VERDATE
@@ -1 +1 @@
-2009/03/22
+2009/03/29
diff --git a/VERSION b/VERSION
index 25b22e060e47740b43dd00bbbf622a2faaee7773..ef40e4d0f7e8369ffea8b170a705bf5efded52e8 100644 (file)
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-1.3.16
+1.3.17
index 4d58d8527c49cdd6a6cb28c00e4dc188e5b43f61..68f946d00747d95c9e99708dd7985dd89f429313 100644 (file)
@@ -2,9 +2,9 @@
                                  HAProxy
                           Configuration Manual
                          ----------------------
-                            version 1.3.16
+                            version 1.3.17
                              willy tarreau
-                              2009/03/22
+                              2009/03/29
 
 
 This document covers the configuration language as implemented in the version
index 54b6a8530f45c44520f69a68d15e3079a20f73d2..e25b3eef50a4016dce2cfb984f2dd8c57a774a20 100644 (file)
@@ -1,6 +1,6 @@
 Summary: HA-Proxy is a TCP/HTTP reverse proxy for high availability environments
 Name: haproxy
-Version: 1.3.16
+Version: 1.3.17
 Release: 1
 License: GPL
 Group: System Environment/Daemons
@@ -74,6 +74,9 @@ fi
 %attr(0755,root,root) %config %{_sysconfdir}/rc.d/init.d/%{name}
 
 %changelog
+* Sun Mar 29 2009 Willy Tarreau <w@1wt.eu>
+- updated to 1.3.17
+
 * Sun Mar 22 2009 Willy Tarreau <w@1wt.eu>
 - updated to 1.3.16