From 81905506626b14e5e2bc8c099c8e0c95d3cc2123 Mon Sep 17 00:00:00 2001 From: Willy Tarreau Date: Sun, 10 May 2009 20:42:06 +0200 Subject: [PATCH] [RELEASE] Released version 1.3.14.13 Released version 1.3.14.13 with the following main changes : - [BUILD] Fixed Makefile for linking pcre - [DOC] Make the status listener example complete. - [BUILD] spec file: fix broken pipe during rpmbuild and add man file - [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 --- CHANGELOG | 16 ++++++++++++++++ VERDATE | 2 +- VERSION | 2 +- examples/haproxy-small.spec | 5 ++++- examples/haproxy.spec | 5 ++++- 5 files changed, 26 insertions(+), 4 deletions(-) diff --git a/CHANGELOG b/CHANGELOG index 131aa08b6..053b42d35 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,6 +1,22 @@ ChangeLog : =========== +2009/05/10 : 1.3.14.13 + - [BUILD] Fixed Makefile for linking pcre + - [DOC] Make the status listener example complete. + - [BUILD] spec file: fix broken pipe during rpmbuild and add man file + - [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.14.12 - [BUG] Fix listen & more of 2 couples : - [DOC] remove buggy comment for use_backend diff --git a/VERDATE b/VERDATE index b69877039..09d6e25ce 100644 --- a/VERDATE +++ b/VERDATE @@ -1 +1 @@ -2009/03/09 +2009/05/10 diff --git a/VERSION b/VERSION index 91cbae22c..0ed8543c1 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.3.14.12 +1.3.14.13 diff --git a/examples/haproxy-small.spec b/examples/haproxy-small.spec index 1a829e9dd..7a7a44c96 100644 --- a/examples/haproxy-small.spec +++ b/examples/haproxy-small.spec @@ -1,6 +1,6 @@ Summary: HA-Proxy is a TCP/HTTP reverse proxy for high availability environments Name: haproxy -Version: 1.3.14.12 +Version: 1.3.14.13 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 +- updated to 1.3.14.13 + * Sun Mar 08 2009 Willy Tarreau - updated to 1.3.14.12 diff --git a/examples/haproxy.spec b/examples/haproxy.spec index d7443045e..0cd35ad3b 100644 --- a/examples/haproxy.spec +++ b/examples/haproxy.spec @@ -1,6 +1,6 @@ Summary: HA-Proxy is a TCP/HTTP reverse proxy for high availability environments Name: haproxy -Version: 1.3.14.12 +Version: 1.3.14.13 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 +- updated to 1.3.14.13 + * Sun Mar 08 2009 Willy Tarreau - updated to 1.3.14.12 -- 2.47.3