mirror of
https://git.haproxy.org/git/haproxy.git/
synced 2026-01-16 22:31:42 +01:00
[RELEASE] Released version 1.3.14.7
Released version 1.3.14.7 with the following main changes :
- [BUG] use_backend would not correctly consider "unless"
- [BUG] disable buffer read timeout when reading stats
- [BUILD] change declaration of base64tab to fix build with Intel C++
- [CLEANUP] remove dependency on obsolete INTBITS macro
- [BUG] server timeout was not considered in some circumstances
- [BUG] ev_sepoll: closed file descriptors could persist in the spec list
- [BUG] maintain_proxies must not disable backends
- [BUG] regparm is broken on gcc < 3
- [OPTIM] force inlining of large functions with gcc >= 3
This commit is contained in:
parent
568fc86d22
commit
8b2fce3713
11
CHANGELOG
11
CHANGELOG
@ -1,6 +1,17 @@
|
||||
ChangeLog :
|
||||
===========
|
||||
|
||||
2008/09/02 : 1.3.14.7
|
||||
- [BUG] use_backend would not correctly consider "unless"
|
||||
- [BUG] disable buffer read timeout when reading stats
|
||||
- [BUILD] change declaration of base64tab to fix build with Intel C++
|
||||
- [CLEANUP] remove dependency on obsolete INTBITS macro
|
||||
- [BUG] server timeout was not considered in some circumstances
|
||||
- [BUG] ev_sepoll: closed file descriptors could persist in the spec list
|
||||
- [BUG] maintain_proxies must not disable backends
|
||||
- [BUG] regparm is broken on gcc < 3
|
||||
- [OPTIM] force inlining of large functions with gcc >= 3
|
||||
|
||||
2008/06/21 : 1.3.14.6
|
||||
- [BUILD] make install should depend on haproxy not "all"
|
||||
- [BUG] event pollers must not wait if a task exists in the run queue
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
Summary: HA-Proxy is a TCP/HTTP reverse proxy for high availability environments
|
||||
Name: haproxy
|
||||
Version: 1.3.14.6
|
||||
Version: 1.3.14.7
|
||||
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 Sep 02 2008 Willy Tarreau <w@1wt.eu>
|
||||
- updated to 1.3.14.7
|
||||
|
||||
* Sat Jun 21 2008 Willy Tarreau <w@1wt.eu>
|
||||
- updated to 1.3.14.6
|
||||
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
Summary: HA-Proxy is a TCP/HTTP reverse proxy for high availability environments
|
||||
Name: haproxy
|
||||
Version: 1.3.14.6
|
||||
Version: 1.3.14.7
|
||||
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 Sep 02 2008 Willy Tarreau <w@1wt.eu>
|
||||
- updated to 1.3.14.7
|
||||
|
||||
* Sat Jun 21 2008 Willy Tarreau <w@1wt.eu>
|
||||
- updated to 1.3.14.6
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user