[RELEASE] Released version 1.4-dev2
Released version 1.4-dev2 with the following main changes : - [BUG] task: fix possible crash when some timeouts are not configured - [BUG] log: option tcplog would log to global if no logger was defined
This commit is contained in:
parent
e7ded1f869
commit
68dcd25d9c
@ -1,6 +1,10 @@
|
|||||||
ChangeLog :
|
ChangeLog :
|
||||||
===========
|
===========
|
||||||
|
|
||||||
|
2009/08/09 : 1.4-dev2
|
||||||
|
- [BUG] task: fix possible crash when some timeouts are not configured
|
||||||
|
- [BUG] log: option tcplog would log to global if no logger was defined
|
||||||
|
|
||||||
2009/07/29 : 1.4-dev1
|
2009/07/29 : 1.4-dev1
|
||||||
- [MINOR] acl: add support for matching of RDP cookies
|
- [MINOR] acl: add support for matching of RDP cookies
|
||||||
- [MEDIUM] add support for RDP cookie load-balancing
|
- [MEDIUM] add support for RDP cookie load-balancing
|
||||||
|
@ -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-dev1
|
Version: 1.4-dev2
|
||||||
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
|
||||||
|
* Sun Aug 9 2009 Willy Tarreau <w@1wt.eu>
|
||||||
|
- updated to 1.4-dev2
|
||||||
|
|
||||||
* Wed Jul 29 2009 Willy Tarreau <w@1wt.eu>
|
* Wed Jul 29 2009 Willy Tarreau <w@1wt.eu>
|
||||||
- updated to 1.4-dev1
|
- updated to 1.4-dev1
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user