From 98f0b0423473ccf86d4cec77161af2dcc011f210 Mon Sep 17 00:00:00 2001 From: Willy Tarreau Date: Sun, 25 May 2008 21:12:58 +0200 Subject: [PATCH] [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 --- CHANGELOG | 7 +++++++ VERDATE | 2 +- VERSION | 2 +- examples/haproxy-small.spec | 5 ++++- examples/haproxy.spec | 5 ++++- 5 files changed, 17 insertions(+), 4 deletions(-) diff --git a/CHANGELOG b/CHANGELOG index f6a35638c..b00e6daa5 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -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 diff --git a/VERDATE b/VERDATE index 2bb879c2a..6cbb22475 100644 --- a/VERDATE +++ b/VERDATE @@ -1 +1 @@ -2008/04/19 +2008/05/25 diff --git a/VERSION b/VERSION index 5bdcf5c39..e7f63e346 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.3.15 +1.3.15.1 diff --git a/examples/haproxy-small.spec b/examples/haproxy-small.spec index e26395371..2559ae70a 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.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 +- updated to 1.3.15.1 + * Sat Apr 19 2008 Willy Tarreau - updated to 1.3.15 diff --git a/examples/haproxy.spec b/examples/haproxy.spec index 289a0820a..02d603d15 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.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 +- updated to 1.3.15.1 + * Sat Apr 19 2008 Willy Tarreau - updated to 1.3.15