]> git.ipfire.org Git - thirdparty/haproxy.git/commitdiff
[RELEASE] Released version 1.4-dev8 v1.4-dev8
authorWilly Tarreau <w@1wt.eu>
Mon, 25 Jan 2010 22:28:05 +0000 (23:28 +0100)
committerWilly Tarreau <w@1wt.eu>
Mon, 25 Jan 2010 22:28:05 +0000 (23:28 +0100)
Released version 1.4-dev8 with the following main changes :
    - [CLEANUP] Keep in sync "defaults" support between documentation and code
    - [MEDIUM] http: add support for Proxy-Connection header
    - [CRITICAL] buffers: buffer_insert_line2 must not change the ->w entry
    - [MINOR] http: remove a copy-paste typo in transaction cleaning
    - [BUG] http: trim any excess buffer data when recycling a connection

CHANGELOG
VERSION
examples/haproxy.spec

index 737c82bf7b9f497738c41ba427d5cd2d3b3559e8..80b8ee63775a29732e98654645b6aa73b82c47f3 100644 (file)
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,6 +1,13 @@
 ChangeLog :
 ===========
 
+2010/01/25 : 1.4-dev8
+    - [CLEANUP] Keep in sync "defaults" support between documentation and code
+    - [MEDIUM] http: add support for Proxy-Connection header
+    - [CRITICAL] buffers: buffer_insert_line2 must not change the ->w entry
+    - [MINOR] http: remove a copy-paste typo in transaction cleaning
+    - [BUG] http: trim any excess buffer data when recycling a connection
+
 2010/01/25 : 1.4-dev7
     - [BUG] appsession: possible memory leak in case of out of memory condition
     - [MINOR] config: don't accept 'appsession' in defaults section
diff --git a/VERSION b/VERSION
index 4639e3fd5566fc487aba0015bc6ca027637641d2..7fa91b5276543632078215a5f66a41f76757379d 100644 (file)
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-1.4-dev7
+1.4-dev8
index af3f289c33b35ec93ab01fe7bdc353f90b90783f..c0167039b7876fa8311eeeb391962138e5e12d0e 100644 (file)
@@ -1,6 +1,6 @@
 Summary: HA-Proxy is a TCP/HTTP reverse proxy for high availability environments
 Name: haproxy
-Version: 1.4-dev7
+Version: 1.4-dev8
 Release: 1
 License: GPL
 Group: System Environment/Daemons
@@ -76,6 +76,9 @@ fi
 %attr(0755,root,root) %config %{_sysconfdir}/rc.d/init.d/%{name}
 
 %changelog
+* Mon Jan 25 2010 Willy Tarreau <w@1wt.eu>
+- updated to 1.4-dev8
+
 * Mon Jan 25 2010 Willy Tarreau <w@1wt.eu>
 - updated to 1.4-dev7