mirror of
https://git.haproxy.org/git/haproxy.git/
synced 2026-01-20 01:21:26 +01:00
[RELEASE] Released version 1.3.14.5
Released version 1.3.14.5 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] fix unescaped space in httpchk example.
- [DOC] update the README file with new build options
- [MEDIUM] reduce risk of event starvation in ev_sepoll
This commit is contained in:
parent
70c0de9c58
commit
58135eac2a
@ -1,6 +1,14 @@
|
||||
ChangeLog :
|
||||
===========
|
||||
|
||||
2008/05/25 : 1.3.14.5
|
||||
- [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] fix unescaped space in httpchk example.
|
||||
- [DOC] update the README file with new build options
|
||||
- [MEDIUM] reduce risk of event starvation in ev_sepoll
|
||||
|
||||
2008/03/20 : 1.3.14.4
|
||||
- [BUILD] Replace hardcoded 'LD = gcc' with 'LD = $(CC)'
|
||||
- [BUILD] Added support for 'make install'
|
||||
|
||||
@ -2,9 +2,9 @@
|
||||
HAProxy
|
||||
Configuration Manual
|
||||
----------------------
|
||||
version 1.3.14.2
|
||||
version 1.3.14.5
|
||||
willy tarreau
|
||||
2008/01/17
|
||||
2008/05/25
|
||||
|
||||
|
||||
This document covers the configuration language as implemented in the version
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
Summary: HA-Proxy is a TCP/HTTP reverse proxy for high availability environments
|
||||
Name: haproxy
|
||||
Version: 1.3.14.4
|
||||
Version: 1.3.14.5
|
||||
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.14.5
|
||||
|
||||
* Thu Mar 20 2008 Willy Tarreau <w@1wt.eu>
|
||||
- updated to 1.3.14.4
|
||||
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
Summary: HA-Proxy is a TCP/HTTP reverse proxy for high availability environments
|
||||
Name: haproxy
|
||||
Version: 1.3.14.4
|
||||
Version: 1.3.14.5
|
||||
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.14.5
|
||||
|
||||
* Thu Mar 20 2008 Willy Tarreau <w@1wt.eu>
|
||||
- updated to 1.3.14.4
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user