[RELEASE] Released version 1.3.15.9

Released version 1.3.15.9 with the following main changes :
    - [BUILD] Fixed Makefile for linking pcre
    - [CONTRIB] selinux policy for haproxy
    - [DOC] Make the status listener example complete.
    - [BUILD] spec file: fix broken pipe during rpmbuild and add man file
    - [BUG] server check intervals must not be null
    - [BUG] check for global.maxconn before doing accept()
    - [BUILD] add format(printf) to printf-like functions
    - [MINOR] fix several printf formats and missing arguments
    - [BUG] stats: total and lbtot are unsigned
    - [MINOR] fix a few remaining printf-like formats on 64-bit platforms
    - [MEDIUM] ensure we don't recursively call pool_gc2()
    - [CRITICAL] uninitialized response field can sometimes cause crashes
    - [MINOR] rhel init script : support the reload operation
    - [BUG] O(1) pollers should check their FD before closing it
    - [MINOR] don't close stdio fds twice
    - [MINOR] stats/html: use the arial font before helvetica
This commit is contained in:
Willy Tarreau 2009-05-10 20:38:06 +02:00
parent abfb7bdaca
commit 1114b406dc
5 changed files with 28 additions and 4 deletions

View File

@ -1,6 +1,24 @@
ChangeLog :
===========
2009/05/10 : 1.3.15.9
- [BUILD] Fixed Makefile for linking pcre
- [CONTRIB] selinux policy for haproxy
- [DOC] Make the status listener example complete.
- [BUILD] spec file: fix broken pipe during rpmbuild and add man file
- [BUG] server check intervals must not be null
- [BUG] check for global.maxconn before doing accept()
- [BUILD] add format(printf) to printf-like functions
- [MINOR] fix several printf formats and missing arguments
- [BUG] stats: total and lbtot are unsigned
- [MINOR] fix a few remaining printf-like formats on 64-bit platforms
- [MEDIUM] ensure we don't recursively call pool_gc2()
- [CRITICAL] uninitialized response field can sometimes cause crashes
- [MINOR] rhel init script : support the reload operation
- [BUG] O(1) pollers should check their FD before closing it
- [MINOR] don't close stdio fds twice
- [MINOR] stats/html: use the arial font before helvetica
2009/03/08 : 1.3.15.8
- [BUG] Fix listen & more of 2 couples <ip>:<port>
- [DOC] remove buggy comment for use_backend

View File

@ -1 +1 @@
2009/03/08
2009/05/10

View File

@ -1 +1 @@
1.3.15.8
1.3.15.9

View File

@ -1,6 +1,6 @@
Summary: HA-Proxy is a TCP/HTTP reverse proxy for high availability environments
Name: haproxy
Version: 1.3.15.8
Version: 1.3.15.9
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 10 2009 Willy Tarreau <w@1wt.eu>
- updated to 1.3.15.9
* Sun Mar 08 2009 Willy Tarreau <w@1wt.eu>
- updated to 1.3.15.8

View File

@ -1,6 +1,6 @@
Summary: HA-Proxy is a TCP/HTTP reverse proxy for high availability environments
Name: haproxy
Version: 1.3.15.8
Version: 1.3.15.9
Release: 1
License: GPL
Group: System Environment/Daemons
@ -75,6 +75,9 @@ fi
%attr(0755,root,root) %config %{_sysconfdir}/rc.d/init.d/%{name}
%changelog
* Sun May 10 2009 Willy Tarreau <w@1wt.eu>
- updated to 1.3.15.9
* Sun Mar 08 2009 Willy Tarreau <w@1wt.eu>
- updated to 1.3.15.8