[RELEASE] Released version 1.4-dev8

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
This commit is contained in:
Willy Tarreau 2010-01-25 23:28:05 +01:00
parent 99ed327d62
commit 2eba6aaa1b
3 changed files with 12 additions and 2 deletions

View File

@ -1,6 +1,13 @@
ChangeLog : 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 2010/01/25 : 1.4-dev7
- [BUG] appsession: possible memory leak in case of out of memory condition - [BUG] appsession: possible memory leak in case of out of memory condition
- [MINOR] config: don't accept 'appsession' in defaults section - [MINOR] config: don't accept 'appsession' in defaults section

View File

@ -1 +1 @@
1.4-dev7 1.4-dev8

View File

@ -1,6 +1,6 @@
Summary: HA-Proxy is a TCP/HTTP reverse proxy for high availability environments Summary: HA-Proxy is a TCP/HTTP reverse proxy for high availability environments
Name: haproxy Name: haproxy
Version: 1.4-dev7 Version: 1.4-dev8
Release: 1 Release: 1
License: GPL License: GPL
Group: System Environment/Daemons Group: System Environment/Daemons
@ -76,6 +76,9 @@ fi
%attr(0755,root,root) %config %{_sysconfdir}/rc.d/init.d/%{name} %attr(0755,root,root) %config %{_sysconfdir}/rc.d/init.d/%{name}
%changelog %changelog
* Mon Jan 25 2010 Willy Tarreau <w@1wt.eu>
- updated to 1.4-dev8
* Mon Jan 25 2010 Willy Tarreau <w@1wt.eu> * Mon Jan 25 2010 Willy Tarreau <w@1wt.eu>
- updated to 1.4-dev7 - updated to 1.4-dev7