From: Willy Tarreau Date: Fri, 25 Nov 2016 15:55:50 +0000 (+0100) Subject: [RELEASE] Released version 1.8-dev0 X-Git-Tag: v1.8-dev0^0 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0e658fb0518da7c3292da99a301e4405affec8fa;p=thirdparty%2Fhaproxy.git [RELEASE] Released version 1.8-dev0 Released version 1.8-dev0 with the following main changes : - exact copy of 1.7.0 --- diff --git a/CHANGELOG b/CHANGELOG index f7dbf23cf4..afbbb83110 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,6 +1,8 @@ ChangeLog : =========== +2016/11/25 : 1.8-dev0 + 2016/11/25 : 1.7.0 - SCRIPTS: make publish-release also copy the new SPOE doc - BUILD: http: include types/sample.h in proto_http.h diff --git a/README b/README index de139ff09b..562503c396 100644 --- a/README +++ b/README @@ -1,7 +1,7 @@ ---------------------- HAProxy how-to ---------------------- - version 1.7 + version 1.8 willy tarreau 2016/11/25 diff --git a/VERSION b/VERSION index bd8bf882d0..46db83157a 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.7.0 +1.8-dev0 diff --git a/doc/configuration.txt b/doc/configuration.txt index c09b7607e2..6e3cbaa87e 100644 --- a/doc/configuration.txt +++ b/doc/configuration.txt @@ -2,7 +2,7 @@ HAProxy Configuration Manual ---------------------- - version 1.7 + version 1.8 willy tarreau 2016/11/25 diff --git a/doc/intro.txt b/doc/intro.txt index 052177d175..957810db43 100644 --- a/doc/intro.txt +++ b/doc/intro.txt @@ -1,7 +1,7 @@ ----------------------- HAProxy Starter Guide ----------------------- - version 1.7 + version 1.8 This document is an introduction to HAProxy for all those who don't know it, as diff --git a/doc/management.txt b/doc/management.txt index 7f338b96d5..c8ba0e379e 100644 --- a/doc/management.txt +++ b/doc/management.txt @@ -1,7 +1,7 @@ ------------------------ HAProxy Management Guide ------------------------ - version 1.7 + version 1.8 This document describes how to start, stop, manage, and troubleshoot HAProxy, diff --git a/examples/haproxy.spec b/examples/haproxy.spec index 8d5415c99a..598aeadba3 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.7.0 +Version: 1.8-dev0 Release: 1 License: GPL Group: System Environment/Daemons @@ -74,6 +74,9 @@ fi %attr(0755,root,root) %config %{_sysconfdir}/rc.d/init.d/%{name} %changelog +* Fri Nov 25 2016 Willy Tarreau +- updated to 1.8-dev0 + * Fri Nov 25 2016 Willy Tarreau - updated to 1.7.0