mirror of
https://git.haproxy.org/git/haproxy.git/
synced 2026-01-16 06:11:00 +01:00
[RELEASE] Released version 1.3.14.12
Released version 1.3.14.12 with the following main changes :
- [BUG] Fix listen & more of 2 couples <ip>:<port>
- [DOC] remove buggy comment for use_backend
- [BUG] "option transparent" is for backend, not frontend !
- [BUG] we must not exit if protocol binding only returns a warning
- [BUG] inform the user when root is expected but not set
- [BUG] the "source" keyword must first clear optional settings
- [BUG] global.tune.maxaccept must be limited even in mono-process mode
- [BUG] typo in timeout error reporting : report *res and not *err
This commit is contained in:
parent
3b20461eca
commit
9fb0280e0b
10
CHANGELOG
10
CHANGELOG
@ -1,6 +1,16 @@
|
||||
ChangeLog :
|
||||
===========
|
||||
|
||||
2009/03/08 : 1.3.14.12
|
||||
- [BUG] Fix listen & more of 2 couples <ip>:<port>
|
||||
- [DOC] remove buggy comment for use_backend
|
||||
- [BUG] "option transparent" is for backend, not frontend !
|
||||
- [BUG] we must not exit if protocol binding only returns a warning
|
||||
- [BUG] inform the user when root is expected but not set
|
||||
- [BUG] the "source" keyword must first clear optional settings
|
||||
- [BUG] global.tune.maxaccept must be limited even in mono-process mode
|
||||
- [BUG] typo in timeout error reporting : report *res and not *err
|
||||
|
||||
2008/12/04 : 1.3.14.11
|
||||
- [BUILD] fix MANDIR default location to match documentation
|
||||
- [BUG] critical errors should be reported even in daemon mode
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
Summary: HA-Proxy is a TCP/HTTP reverse proxy for high availability environments
|
||||
Name: haproxy
|
||||
Version: 1.3.14.11
|
||||
Version: 1.3.14.12
|
||||
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
|
||||
* Sun Mar 08 2009 Willy Tarreau <w@1wt.eu>
|
||||
- updated to 1.3.14.12
|
||||
|
||||
* Tue Dec 04 2008 Willy Tarreau <w@1wt.eu>
|
||||
- updated to 1.3.14.11
|
||||
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
Summary: HA-Proxy is a TCP/HTTP reverse proxy for high availability environments
|
||||
Name: haproxy
|
||||
Version: 1.3.14.11
|
||||
Version: 1.3.14.12
|
||||
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
|
||||
* Sun Mar 08 2009 Willy Tarreau <w@1wt.eu>
|
||||
- updated to 1.3.14.12
|
||||
|
||||
* Tue Dec 04 2008 Willy Tarreau <w@1wt.eu>
|
||||
- updated to 1.3.14.11
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user