mirror of
https://github.com/haproxy/haproxy.git
synced 2026-04-21 06:06:59 -04:00
[RELEASE] Released version 1.3.15.2
Released version 1.3.15.2 with the following main changes :
- [BUILD] make install should depend on haproxy not "all"
- [BUG] event pollers must not wait if a task exists in the run queue
- [BUG] queue management: wake oldest request in queues
- [BUG] log: reported queue position was offed-by-one
- [BUG] fix the dequeuing logic to ensure that all requests get served
- [DOC] documentation for the "retries" parameter was missing.
This commit is contained in:
parent
fd7782b52a
commit
b4ac1f9995
6 changed files with 20 additions and 6 deletions
|
|
@ -1,6 +1,14 @@
|
|||
ChangeLog :
|
||||
===========
|
||||
|
||||
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
|
||||
- [BUG] queue management: wake oldest request in queues
|
||||
- [BUG] log: reported queue position was offed-by-one
|
||||
- [BUG] fix the dequeuing logic to ensure that all requests get served
|
||||
- [DOC] documentation for the "retries" parameter was missing.
|
||||
|
||||
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
|
||||
|
|
|
|||
2
VERDATE
2
VERDATE
|
|
@ -1 +1 @@
|
|||
2008/05/25
|
||||
2008/06/21
|
||||
|
|
|
|||
2
VERSION
2
VERSION
|
|
@ -1 +1 @@
|
|||
1.3.15.1
|
||||
1.3.15.2
|
||||
|
|
|
|||
|
|
@ -2,9 +2,9 @@
|
|||
HAProxy
|
||||
Configuration Manual
|
||||
----------------------
|
||||
version 1.3.15
|
||||
version 1.3.15.2
|
||||
willy tarreau
|
||||
2008/04/19
|
||||
2008/06/21
|
||||
|
||||
|
||||
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.15.1
|
||||
Version: 1.3.15.2
|
||||
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
|
||||
* Sat Jun 21 2008 Willy Tarreau <w@1wt.eu>
|
||||
- updated to 1.3.15.2
|
||||
|
||||
* Sun May 25 2008 Willy Tarreau <w@1wt.eu>
|
||||
- updated to 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.1
|
||||
Version: 1.3.15.2
|
||||
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
|
||||
* Sat Jun 21 2008 Willy Tarreau <w@1wt.eu>
|
||||
- updated to 1.3.15.2
|
||||
|
||||
* Sun May 25 2008 Willy Tarreau <w@1wt.eu>
|
||||
- updated to 1.3.15.1
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue