]> git.ipfire.org Git - thirdparty/haproxy.git/commitdiff
[RELEASE] Released version 1.3.14.3 v1.3.14.3
authorWilly Tarreau <w@1wt.eu>
Sat, 8 Mar 2008 21:07:42 +0000 (22:07 +0100)
committerWilly Tarreau <w@1wt.eu>
Sat, 8 Mar 2008 21:07:42 +0000 (22:07 +0100)
Released version 1.3.14.3 with the following main changes :
    - [BUG]: Restore clearing t->logs.bytes
    - [DOC] Update a "contrib" file with a hint about a scheme used for formathing subjects
    - [BUG] Don't increment server connections too much + fix retries
    - [BUG] appsession lookup in URL does not work
    - [MINOR] report correct section type for unknown keywords.
    - [BUILD] update MacOS Makefile to build on newer versions
    - [DOC] fix erroneous "useallbackups" option in the doc
    - [DOC] applied small fixes from early readers
    - [BUG] failed conns were sometimes incremented in the frontend!
    - [TESTS] add test-pollers.cfg to easily report pollers in use
    - [BUILD] ensure that makefile understands USE_DLMALLOC=1
    - [CLEANUP] update .gitignore to ignore more temporary files
    - [CLEANUP] report dlmalloc's source path only if explictly specified
    - [BUG] str2sun could leak a small buffer in case of error during parsing
    - [BUG] option allbackups was not working anymore in roundrobin mode

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

index 24db7a096c52b092363056787ab277663560aea4..819edf3d59d901cfdbaa4a5a911216a9d504adb2 100644 (file)
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,6 +1,23 @@
 ChangeLog :
 ===========
 
+2008/03/08 : 1.3.14.3
+    - [BUG]: Restore clearing t->logs.bytes
+    - [DOC] Update a "contrib" file with a hint about a scheme used for formathing subjects
+    - [BUG] Don't increment server connections too much + fix retries
+    - [BUG] appsession lookup in URL does not work
+    - [MINOR] report correct section type for unknown keywords.
+    - [BUILD] update MacOS Makefile to build on newer versions
+    - [DOC] fix erroneous "useallbackups" option in the doc
+    - [DOC] applied small fixes from early readers
+    - [BUG] failed conns were sometimes incremented in the frontend!
+    - [TESTS] add test-pollers.cfg to easily report pollers in use
+    - [BUILD] ensure that makefile understands USE_DLMALLOC=1
+    - [CLEANUP] update .gitignore to ignore more temporary files
+    - [CLEANUP] report dlmalloc's source path only if explictly specified
+    - [BUG] str2sun could leak a small buffer in case of error during parsing
+    - [BUG] option allbackups was not working anymore in roundrobin mode
+
 2008/01/21 : 1.3.14.2
     - bug: increment server connections for each connect()
     - bug: fix typo in redispatched connection
diff --git a/VERDATE b/VERDATE
index 4384dbfe27afbbd42259b72ca7cc7799af913405..79182335f8c31f66196e7b82d1d066a317e94339 100644 (file)
--- a/VERDATE
+++ b/VERDATE
@@ -1 +1 @@
-2008/01/21
+2008/03/08
diff --git a/VERSION b/VERSION
index 97d7294b99bd7c894bc75d5cc2c995aead24b76d..c36fa24b46e030907b313678f0670c765d575078 100644 (file)
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-1.3.14.2
+1.3.14.3
index bebf8f88138b241d3a0d8cdad4c9a8dd4b85df77..26367837008ddbbd3908dfaefd376311336c8352 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.2
+Version: 1.3.14.3
 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
+* Sat Mar 08 2008 Willy Tarreau <w@1wt.eu>
+- updated to 1.3.14.3
+
 * Mon Jan 21 2008 Willy Tarreau <w@1wt.eu>
 - updated to 1.3.14.2
 
index 737f3e7954c8f27065209fdd5d76cfbfab5759d6..e1fd7c4228c7437af0dbbf6fdd311efa1da35271 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.2
+Version: 1.3.14.3
 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
+* Sat Mar 08 2008 Willy Tarreau <w@1wt.eu>
+- updated to 1.3.14.3
+
 * Mon Jan 21 2008 Willy Tarreau <w@1wt.eu>
 - updated to 1.3.14.2