]> git.kaiwu.me - haproxy.git/commitdiff
[RELEASE] Released version 1.3.13.2 v1.3.13.2
authorWilly Tarreau <w@1wt.eu>
Sun, 20 Jan 2008 23:42:07 +0000 (00:42 +0100)
committerWilly Tarreau <w@1wt.eu>
Sun, 20 Jan 2008 23:42:07 +0000 (00:42 +0100)
Released version 1.3.13.2 with the following main changes :
    - assign connection timeouts to backend not frontend
    - bug: fix missing parenthesis in check_response_for_cacheability
    - bug: transparent proxy address was ignored in backend
    - bug: hot reconfiguration failed because of a wrong error check
    - 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: log response byte count, not request
    - bug: fix truncated responses with sepoll

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

index 1af7317056d72d2461512379e7b6880854dd4957..8acade3ded62150241810edfc49a143106aa46c4 100644 (file)
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,6 +1,17 @@
 ChangeLog :
 ===========
 
+2008/01/21 : 1.3.13.2
+    - assign connection timeouts to backend not frontend
+    - bug: fix missing parenthesis in check_response_for_cacheability
+    - bug: transparent proxy address was ignored in backend
+    - bug: hot reconfiguration failed because of a wrong error check
+    - 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: log response byte count, not request
+    - bug: fix truncated responses with sepoll
+
 2007/11/04 : 1.3.13.1
     - Check for duplicated conflicting proxies (Krzysztof Oledzki)
     - adjust error messages about conflicting proxies
diff --git a/VERDATE b/VERDATE
index 8a1a5d3a6dbe4a60d17421ecc0ee6d95c19b97fb..4384dbfe27afbbd42259b72ca7cc7799af913405 100644 (file)
--- a/VERDATE
+++ b/VERDATE
@@ -1 +1 @@
-2007/11/04
+2008/01/21
diff --git a/VERSION b/VERSION
index c9e86363c896528d9037c53ba8146f7d33f58b10..8109f59948cafc331e363046315bfd572e48176a 100644 (file)
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-1.3.13.1
+1.3.13.2
index 322b4e5ade66b4c045d0dca6b0b7170f875122aa..d7e20ce7ffbbff900a5c22b0fced28cd58b9ccc6 100644 (file)
@@ -1,6 +1,6 @@
 Summary: HA-Proxy is a TCP/HTTP reverse proxy for high availability environments
 Name: haproxy
-Version: 1.3.13.1
+Version: 1.3.13.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.13.2
+
 * Sun Nov 04 2007 Willy Tarreau <w@1wt.eu>
 - updated to 1.3.13.1
 
index a0c7014fb7883d414a882c572b70c2293a02bf15..581149385207388444e22054674e7d9bfde8d710 100644 (file)
@@ -1,6 +1,6 @@
 Summary: HA-Proxy is a TCP/HTTP reverse proxy for high availability environments
 Name: haproxy
-Version: 1.3.13.1
+Version: 1.3.13.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.13.2
+
 * Sun Nov 04 2007 Willy Tarreau <w@1wt.eu>
 - updated to 1.3.13.1