mirror of
https://github.com/haproxy/haproxy.git
synced 2026-04-15 21:59:41 -04:00
[RELEASE] Released version 1.3.15.4
Released version 1.3.15.4 with the following main changes :
- [BUG] do not release the connection slot during a retry
- [BUG] dynamic connection throttling could return a max of zero conns
This commit is contained in:
parent
819970098f
commit
c4922d89e7
5 changed files with 14 additions and 4 deletions
|
|
@ -1,6 +1,10 @@
|
|||
ChangeLog :
|
||||
===========
|
||||
|
||||
2008/09/14 : 1.3.15.4
|
||||
- [BUG] do not release the connection slot during a retry
|
||||
- [BUG] dynamic connection throttling could return a max of zero conns
|
||||
|
||||
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++
|
||||
|
|
|
|||
2
VERDATE
2
VERDATE
|
|
@ -1 +1 @@
|
|||
2008/09/02
|
||||
2008/09/14
|
||||
|
|
|
|||
2
VERSION
2
VERSION
|
|
@ -1 +1 @@
|
|||
1.3.15.3
|
||||
1.3.15.4
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
Summary: HA-Proxy is a TCP/HTTP reverse proxy for high availability environments
|
||||
Name: haproxy
|
||||
Version: 1.3.15.3
|
||||
Version: 1.3.15.4
|
||||
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 Sep 14 2008 Willy Tarreau <w@1wt.eu>
|
||||
- updated to 1.3.15.4
|
||||
|
||||
* Tue Sep 02 2008 Willy Tarreau <w@1wt.eu>
|
||||
- updated to 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.3
|
||||
Version: 1.3.15.4
|
||||
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 Sep 14 2008 Willy Tarreau <w@1wt.eu>
|
||||
- updated to 1.3.15.4
|
||||
|
||||
* Tue Sep 02 2008 Willy Tarreau <w@1wt.eu>
|
||||
- updated to 1.3.15.3
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue