mirror of
https://git.haproxy.org/git/haproxy.git/
synced 2026-01-16 06:11:00 +01:00
[RELEASE] Released version 1.3.14.11
Released version 1.3.14.11 with the following main changes :
- [BUILD] fix MANDIR default location to match documentation
- [BUG] critical errors should be reported even in daemon mode
- [BUG] do not dequeue requests on a dead server
- [BUG] do not dequeue the backend's pending connections on a dead server
This commit is contained in:
parent
82e2f4406d
commit
0ef2486295
@ -1,13 +1,16 @@
|
||||
ChangeLog :
|
||||
===========
|
||||
|
||||
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
|
||||
- [BUG] do not dequeue requests on a dead server
|
||||
- [BUG] do not dequeue the backend's pending connections on a dead server
|
||||
|
||||
2008/11/04 : 1.3.14.10
|
||||
- [MINOR] cfgparse: fix off-by 2 in error message size
|
||||
- [BUG] cookie capture is declared in the frontend but checked on the backend
|
||||
|
||||
ChangeLog :
|
||||
===========
|
||||
|
||||
2008/10/12 : 1.3.14.9
|
||||
- [BUG] do not try to pause backends during reload
|
||||
- [BUG] ensure that listeners from disabled proxies are correctly unbound.
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
Summary: HA-Proxy is a TCP/HTTP reverse proxy for high availability environments
|
||||
Name: haproxy
|
||||
Version: 1.3.14.10
|
||||
Version: 1.3.14.11
|
||||
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
|
||||
* Tue Dec 04 2008 Willy Tarreau <w@1wt.eu>
|
||||
- updated to 1.3.14.11
|
||||
|
||||
* Tue Nov 04 2008 Willy Tarreau <w@1wt.eu>
|
||||
- updated to 1.3.14.10
|
||||
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
Summary: HA-Proxy is a TCP/HTTP reverse proxy for high availability environments
|
||||
Name: haproxy
|
||||
Version: 1.3.14.10
|
||||
Version: 1.3.14.11
|
||||
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
|
||||
* Tue Dec 04 2008 Willy Tarreau <w@1wt.eu>
|
||||
- updated to 1.3.14.11
|
||||
|
||||
* Tue Nov 04 2008 Willy Tarreau <w@1wt.eu>
|
||||
- updated to 1.3.14.10
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user