mirror of
https://github.com/haproxy/haproxy.git
synced 2026-02-18 18:19:39 -05:00
[RELEASE] Released version 1.5-dev6
Released version 1.5-dev6 with the following main changes :
- [BUG] stream_sock: use get_addr_len() instead of sizeof() on sockaddr_storage
- [BUG] TCP source tracking was broken with IPv6 changes
- [BUG] stick-tables did not work when converting IPv6 to IPv4
- [CRITICAL] fix risk of crash when dealing with space in response cookies
This commit is contained in:
parent
1fc1f45618
commit
04df1125cf
5 changed files with 13 additions and 4 deletions
|
|
@ -1,6 +1,12 @@
|
|||
ChangeLog :
|
||||
===========
|
||||
|
||||
2011/04/08 : 1.5-dev6
|
||||
- [BUG] stream_sock: use get_addr_len() instead of sizeof() on sockaddr_storage
|
||||
- [BUG] TCP source tracking was broken with IPv6 changes
|
||||
- [BUG] stick-tables did not work when converting IPv6 to IPv4
|
||||
- [CRITICAL] fix risk of crash when dealing with space in response cookies
|
||||
|
||||
2011/03/29 : 1.5-dev5
|
||||
- [BUG] standard: is_addr return value for IPv4 was inverted
|
||||
- [MINOR] update comment about IPv6 support for server
|
||||
|
|
|
|||
2
VERDATE
2
VERDATE
|
|
@ -1 +1 @@
|
|||
2011/03/29
|
||||
2011/04/08
|
||||
|
|
|
|||
2
VERSION
2
VERSION
|
|
@ -1 +1 @@
|
|||
1.5-dev5
|
||||
1.5-dev6
|
||||
|
|
|
|||
|
|
@ -4,7 +4,7 @@
|
|||
----------------------
|
||||
version 1.5
|
||||
willy tarreau
|
||||
2011/03/29
|
||||
2011/04/08
|
||||
|
||||
|
||||
This document covers the configuration language as implemented in the version
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
Summary: HA-Proxy is a TCP/HTTP reverse proxy for high availability environments
|
||||
Name: haproxy
|
||||
Version: 1.5-dev5
|
||||
Version: 1.5-dev6
|
||||
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
|
||||
* Fri Apr 8 2011 Willy Tarreau <w@1wt.eu>
|
||||
- updated to 1.5-dev6
|
||||
|
||||
* Tue Mar 29 2011 Willy Tarreau <w@1wt.eu>
|
||||
- updated to 1.5-dev5
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue