mirror of
https://github.com/haproxy/haproxy.git
synced 2026-05-28 04:12:17 -04:00
[RELEASE] Released version 1.3.15.3
Released version 1.3.15.3 with the following main changes :
- [BUG] disable buffer read timeout when reading stats
- [BUILD] change declaration of base64tab to fix build with Intel C++
- [BUILD] silent a warning in unlikely() with gcc 4.x
- [BUG] use_backend would not correctly consider "unless"
- [CLEANUP] remove dependency on obsolete INTBITS macro
- [BUG] fix segfault with url_param + check_post
- [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
21cca2e81a
commit
1d843131d8
5 changed files with 23 additions and 4 deletions
13
CHANGELOG
13
CHANGELOG
|
|
@ -1,6 +1,19 @@
|
|||
ChangeLog :
|
||||
===========
|
||||
|
||||
2008/09/02 : 1.3.15.3
|
||||
- [BUG] disable buffer read timeout when reading stats
|
||||
- [BUILD] change declaration of base64tab to fix build with Intel C++
|
||||
- [BUILD] silent a warning in unlikely() with gcc 4.x
|
||||
- [BUG] use_backend would not correctly consider "unless"
|
||||
- [CLEANUP] remove dependency on obsolete INTBITS macro
|
||||
- [BUG] fix segfault with url_param + check_post
|
||||
- [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.15.2
|
||||
- [BUILD] make install should depend on haproxy not "all"
|
||||
- [BUG] event pollers must not wait if a task exists in the run queue
|
||||
|
|
|
|||
2
VERDATE
2
VERDATE
|
|
@ -1 +1 @@
|
|||
2008/06/21
|
||||
2008/09/02
|
||||
|
|
|
|||
2
VERSION
2
VERSION
|
|
@ -1 +1 @@
|
|||
1.3.15.2
|
||||
1.3.15.3
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
Summary: HA-Proxy is a TCP/HTTP reverse proxy for high availability environments
|
||||
Name: haproxy
|
||||
Version: 1.3.15.2
|
||||
Version: 1.3.15.3
|
||||
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.15.3
|
||||
|
||||
* Sat Jun 21 2008 Willy Tarreau <w@1wt.eu>
|
||||
- updated to 1.3.15.2
|
||||
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
Summary: HA-Proxy is a TCP/HTTP reverse proxy for high availability environments
|
||||
Name: haproxy
|
||||
Version: 1.3.15.2
|
||||
Version: 1.3.15.3
|
||||
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.15.3
|
||||
|
||||
* Sat Jun 21 2008 Willy Tarreau <w@1wt.eu>
|
||||
- updated to 1.3.15.2
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue