mirror of
https://github.com/haproxy/haproxy.git
synced 2026-04-21 14:17:30 -04:00
[RELEASE] Released version 1.3.15.1
Released version 1.3.15.1 with the following main changes :
- [BUILD] fix build with gcc 4.3
- [TESTS] add a debug patch to help trigger the stats bug
- [BUG] Flush buffers also where there are exactly 0 bytes left
- [DOC] update the README file with new build options
- [MEDIUM] reduce risk of event starvation in ev_sepoll
This commit is contained in:
parent
e3dabe51ad
commit
98f0b04234
5 changed files with 17 additions and 4 deletions
|
|
@ -1,6 +1,13 @@
|
|||
ChangeLog :
|
||||
===========
|
||||
|
||||
2008/05/25 : 1.3.15.1
|
||||
- [BUILD] fix build with gcc 4.3
|
||||
- [TESTS] add a debug patch to help trigger the stats bug
|
||||
- [BUG] Flush buffers also where there are exactly 0 bytes left
|
||||
- [DOC] update the README file with new build options
|
||||
- [MEDIUM] reduce risk of event starvation in ev_sepoll
|
||||
|
||||
2008/04/19 : 1.3.15
|
||||
- [BUILD] Added support for 'make install'
|
||||
- [BUILD] Added 'install-man' make target for installing the man page
|
||||
|
|
|
|||
2
VERDATE
2
VERDATE
|
|
@ -1 +1 @@
|
|||
2008/04/19
|
||||
2008/05/25
|
||||
|
|
|
|||
2
VERSION
2
VERSION
|
|
@ -1 +1 @@
|
|||
1.3.15
|
||||
1.3.15.1
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
Summary: HA-Proxy is a TCP/HTTP reverse proxy for high availability environments
|
||||
Name: haproxy
|
||||
Version: 1.3.15
|
||||
Version: 1.3.15.1
|
||||
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 May 25 2008 Willy Tarreau <w@1wt.eu>
|
||||
- updated to 1.3.15.1
|
||||
|
||||
* Sat Apr 19 2008 Willy Tarreau <w@1wt.eu>
|
||||
- updated to 1.3.15
|
||||
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
Summary: HA-Proxy is a TCP/HTTP reverse proxy for high availability environments
|
||||
Name: haproxy
|
||||
Version: 1.3.15
|
||||
Version: 1.3.15.1
|
||||
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 May 25 2008 Willy Tarreau <w@1wt.eu>
|
||||
- updated to 1.3.15.1
|
||||
|
||||
* Sat Apr 19 2008 Willy Tarreau <w@1wt.eu>
|
||||
- updated to 1.3.15
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue