]> git.kaiwu.me - haproxy.git/commitdiff
[RELEASE] Released version 1.3.14.2 v1.3.14.2
authorWilly Tarreau <w@1wt.eu>
Sun, 20 Jan 2008 23:06:34 +0000 (00:06 +0100)
committerWilly Tarreau <w@1wt.eu>
Sun, 20 Jan 2008 23:06:34 +0000 (00:06 +0100)
Released version 1.3.14.2 with the following main changes :
    - bug: increment server connections for each connect()
    - bug: fix typo in redispatched connection
    - bug: connect_server: server might not exist when sending error report
    - bug: use backend's source and not server's source with tproxy
    - bug: fix overlapping server flags
    - bug: log response byte count, not request
    - bug: fix truncated responses with sepoll
    - large update to the configuration manual
    - major rework of the GNU Makefile
    - provide inversion for some options
    - add support for "show info" on the unix socket
    - add support for the "backlog" parameter
    - introduce global parameter "tune.maxaccept"
    - introduce "timeout http-request" in frontends
    - tarpit timeout is also allowed in backends
    - code did not build in full debug mode
    - fix configuration hint about timeouts

CHANGELOG
VERDATE
VERSION
examples/haproxy-small.spec
examples/haproxy.spec

index 6736a87c617c366e4ecee3d4686154ac5927cccf..24db7a096c52b092363056787ab277663560aea4 100644 (file)
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,6 +1,25 @@
 ChangeLog :
 ===========
 
+2008/01/21 : 1.3.14.2
+    - bug: increment server connections for each connect()
+    - bug: fix typo in redispatched connection
+    - bug: connect_server: server might not exist when sending error report
+    - bug: use backend's source and not server's source with tproxy
+    - bug: fix overlapping server flags
+    - bug: log response byte count, not request
+    - bug: fix truncated responses with sepoll
+    - large update to the configuration manual
+    - major rework of the GNU Makefile
+    - provide inversion for some options
+    - add support for "show info" on the unix socket
+    - add support for the "backlog" parameter
+    - introduce global parameter "tune.maxaccept"
+    - introduce "timeout http-request" in frontends
+    - tarpit timeout is also allowed in backends
+    - code did not build in full debug mode
+    - fix configuration hint about timeouts
+
 2007/12/24 : 1.3.14.1
     - transparent proxy address was ignored in backend
     - hot reconfiguration failed because of a wrong error check
diff --git a/VERDATE b/VERDATE
index f770115727a330e989ac152c3b5de5a214df10df..4384dbfe27afbbd42259b72ca7cc7799af913405 100644 (file)
--- a/VERDATE
+++ b/VERDATE
@@ -1 +1 @@
-2007/12/24
+2008/01/21
diff --git a/VERSION b/VERSION
index aa90c402e1a6112dd98a43edc61510bf854fa94c..97d7294b99bd7c894bc75d5cc2c995aead24b76d 100644 (file)
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-1.3.14.1
+1.3.14.2
index 4fcd103e440fc550fa35f6e8383700c790a4dbcf..bebf8f88138b241d3a0d8cdad4c9a8dd4b85df77 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.1
+Version: 1.3.14.2
 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 Jan 21 2008 Willy Tarreau <w@1wt.eu>
+- updated to 1.3.14.2
+
 * Mon Dec 24 2007 Willy Tarreau <w@1wt.eu>
 - updated to 1.3.14.1
 
index e41036e0ed33f0672bb366f5cdd2b6248841babd..737f3e7954c8f27065209fdd5d76cfbfab5759d6 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.1
+Version: 1.3.14.2
 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
+* Mon Jan 21 2008 Willy Tarreau <w@1wt.eu>
+- updated to 1.3.14.2
+
 * Mon Dec 24 2007 Willy Tarreau <w@1wt.eu>
 - updated to 1.3.14.1