From 5a3268020722858b8ffc99ec438b12a707991699 Mon Sep 17 00:00:00 2001 From: Willy Tarreau Date: Mon, 27 Jul 2009 22:05:28 +0200 Subject: [PATCH] [RELEASE] Released version 1.3.14.14 Released version 1.3.14.14 with the following main changes : - [MINOR] startup: don't imply -q with -D - [BUG] ensure that we correctly re-start old process in case of error - [BUILD] report commit date and not author's date as build date - [BUG] stream_sock: don't stop reading when the poller reports an error - [CLEANUP] report 2009 not 2007 in the copyright banner. - [BUILD] fix incorrect printf arg count with tcp_splice --- CHANGELOG | 8 ++++++++ VERDATE | 2 +- VERSION | 2 +- doc/configuration.txt | 4 ++-- examples/haproxy-small.spec | 5 ++++- examples/haproxy.spec | 5 ++++- 6 files changed, 20 insertions(+), 6 deletions(-) diff --git a/CHANGELOG b/CHANGELOG index 053b42d35..62a48d5e4 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,6 +1,14 @@ ChangeLog : =========== +2009/07/27 : 1.3.14.14 + - [MINOR] startup: don't imply -q with -D + - [BUG] ensure that we correctly re-start old process in case of error + - [BUILD] report commit date and not author's date as build date + - [BUG] stream_sock: don't stop reading when the poller reports an error + - [CLEANUP] report 2009 not 2007 in the copyright banner. + - [BUILD] fix incorrect printf arg count with tcp_splice + 2009/05/10 : 1.3.14.13 - [BUILD] Fixed Makefile for linking pcre - [DOC] Make the status listener example complete. diff --git a/VERDATE b/VERDATE index 09d6e25ce..15380d76c 100644 --- a/VERDATE +++ b/VERDATE @@ -1 +1 @@ -2009/05/10 +2009/07/27 diff --git a/VERSION b/VERSION index 0ed8543c1..a96630087 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.3.14.13 +1.3.14.14 diff --git a/doc/configuration.txt b/doc/configuration.txt index adb9d2d3a..0e3fd9ff9 100644 --- a/doc/configuration.txt +++ b/doc/configuration.txt @@ -2,9 +2,9 @@ HAProxy Configuration Manual ---------------------- - version 1.3.14.6 + version 1.3.14.14 willy tarreau - 2008/06/21 + 2009/07/27 This document covers the configuration language as implemented in the version diff --git a/examples/haproxy-small.spec b/examples/haproxy-small.spec index 7a7a44c96..365c44688 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.13 +Version: 1.3.14.14 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 +* Mon Jul 27 2009 Willy Tarreau +- updated to 1.3.14.14 + * Sun May 10 2009 Willy Tarreau - updated to 1.3.14.13 diff --git a/examples/haproxy.spec b/examples/haproxy.spec index 0cd35ad3b..ab7d2c521 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.13 +Version: 1.3.14.14 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 +* Mon Jul 27 2009 Willy Tarreau +- updated to 1.3.14.14 + * Sun May 10 2009 Willy Tarreau - updated to 1.3.14.13 -- 2.47.3