From 0b1788157509c808937a6a8069797e8548aede82 Mon Sep 17 00:00:00 2001 From: Willy Tarreau Date: Mon, 27 Jul 2009 21:59:15 +0200 Subject: [PATCH] [RELEASE] Released version 1.3.15.10 Released version 1.3.15.10 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 2008 in the copyright banner. - [BUILD] fix incorrect printf arg count with tcp_splice --- CHANGELOG | 8 ++++++++ VERSION | 2 +- doc/configuration.txt | 4 ++-- examples/haproxy-small.spec | 5 ++++- examples/haproxy.spec | 5 ++++- 5 files changed, 19 insertions(+), 5 deletions(-) diff --git a/CHANGELOG b/CHANGELOG index e83f20ed4..910c90433 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,6 +1,14 @@ ChangeLog : =========== +2009/07/27 : 1.3.15.10 + - [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 2008 in the copyright banner. + - [BUILD] fix incorrect printf arg count with tcp_splice + 2009/05/10 : 1.3.15.9 - [BUILD] Fixed Makefile for linking pcre - [CONTRIB] selinux policy for haproxy diff --git a/VERSION b/VERSION index 6d9408277..5c76307ab 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.3.15.9 +1.3.15.10 diff --git a/doc/configuration.txt b/doc/configuration.txt index 5be9d0153..9c489e58b 100644 --- a/doc/configuration.txt +++ b/doc/configuration.txt @@ -2,9 +2,9 @@ HAProxy Configuration Manual ---------------------- - version 1.3.15.8 + version 1.3.15.10 willy tarreau - 2009/03/08 + 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 ed0775bd3..31241cf13 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.9 +Version: 1.3.15.10 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.15.10 + * Sun May 10 2009 Willy Tarreau - updated to 1.3.15.9 diff --git a/examples/haproxy.spec b/examples/haproxy.spec index fad1dde28..3c2d3c6e7 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.9 +Version: 1.3.15.10 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.15.10 + * Sun May 10 2009 Willy Tarreau - updated to 1.3.15.9 -- 2.47.3