[RELEASE] Released version 1.7-dev0

Released version 1.7-dev0 with the following main changes :
    - exact copy of 1.6.0
This commit is contained in:
Willy Tarreau 2015-10-13 21:48:10 +02:00
parent 844028bb11
commit 991b47831a
5 changed files with 15 additions and 10 deletions

View File

@ -1,6 +1,9 @@
ChangeLog : ChangeLog :
=========== ===========
2015/10/13 : 1.7-dev0
- exact copy of 1.6.0
2015/10/13 : 1.6.0 2015/10/13 : 1.6.0
- BUG/MINOR: Handle interactive mode in cli handler - BUG/MINOR: Handle interactive mode in cli handler
- DOC: global section missing parameters - DOC: global section missing parameters

13
README
View File

@ -1,7 +1,7 @@
---------------------- ----------------------
HAProxy how-to HAProxy how-to
---------------------- ----------------------
version 1.6.0 version 1.7
willy tarreau willy tarreau
2015/10/13 2015/10/13
@ -9,12 +9,11 @@
1) How to build it 1) How to build it
------------------ ------------------
This version is a stable version, which means that it belongs to a branch which This is a development version, so it is expected to break from time to time,
will get some fixes for bugs as they are discovered. Versions which include the to add and remove features without prior notification and it should not be used
suffix "-dev" are development versions and should be avoided in production. If in production. If you are not used to build from sources or if you are not used
you are not used to build from sources or if you are not used to follow updates to follow updates then it is recommended that instead you use the packages provided
then it is recommended that instead you use the packages provided by your by your software vendor or Linux distribution. Most of them are taking this task
software vendor or Linux distribution. Most of them are taking this task
seriously and are doing a good job at backporting important fixes. If for any seriously and are doing a good job at backporting important fixes. If for any
reason you'd prefer a different version than the one packaged for your system, reason you'd prefer a different version than the one packaged for your system,
you want to be certain to have all the fixes or to get some commercial support, you want to be certain to have all the fixes or to get some commercial support,

View File

@ -1 +1 @@
1.6.0 1.7-dev0

View File

@ -2,7 +2,7 @@
HAProxy HAProxy
Configuration Manual Configuration Manual
---------------------- ----------------------
version 1.6 version 1.7
willy tarreau willy tarreau
2015/10/13 2015/10/13

View File

@ -1,6 +1,6 @@
Summary: HA-Proxy is a TCP/HTTP reverse proxy for high availability environments Summary: HA-Proxy is a TCP/HTTP reverse proxy for high availability environments
Name: haproxy Name: haproxy
Version: 1.6.0 Version: 1.7-dev0
Release: 1 Release: 1
License: GPL License: GPL
Group: System Environment/Daemons Group: System Environment/Daemons
@ -76,6 +76,9 @@ fi
%attr(0755,root,root) %config %{_sysconfdir}/rc.d/init.d/%{name} %attr(0755,root,root) %config %{_sysconfdir}/rc.d/init.d/%{name}
%changelog %changelog
* Tue Oct 13 2015 Willy Tarreau <w@1wt.eu>
- updated to 1.7-dev0
* Tue Oct 13 2015 Willy Tarreau <w@1wt.eu> * Tue Oct 13 2015 Willy Tarreau <w@1wt.eu>
- updated to 1.6.0 - updated to 1.6.0