[DEV] open new 1.6 development branch
This new branch is based on 1.5.0, which 1.6-dev0 is 100% equivalent to. The README has been updated to mention that it is a development branch. Released version 1.6-dev0 with the following main changes : - exact copy of 1.5.0
This commit is contained in:
parent
9229f1248f
commit
15480d7250
@ -1,6 +1,9 @@
|
||||
ChangeLog :
|
||||
===========
|
||||
|
||||
2014/06/19 : 1.6-dev0
|
||||
- exact copy of 1.5.0
|
||||
|
||||
2014/06/19 : 1.5.0
|
||||
- MEDIUM: ssl: ignored file names ending as '.issuer' or '.ocsp'.
|
||||
- MEDIUM: ssl: basic OCSP stapling support.
|
||||
|
16
README
16
README
@ -1,7 +1,7 @@
|
||||
----------------------
|
||||
HAProxy how-to
|
||||
----------------------
|
||||
version 1.5
|
||||
version 1.6-dev
|
||||
willy tarreau
|
||||
2014/06/19
|
||||
|
||||
@ -9,12 +9,14 @@
|
||||
1) How to build it
|
||||
------------------
|
||||
|
||||
First, please note that this version is a stable version, so in general if you
|
||||
are not used to build from sources, it is recommended that instead you follow
|
||||
the packaged updates provided by your software vendor or Linux distribution.
|
||||
Most of them are taking this task seriously and are doing a good job. If for
|
||||
any reason you'd prefer a different version than the one packaged for your
|
||||
system, or to get some commercial support, other choices are available at :
|
||||
First, please note that this version is a development version, so in general if
|
||||
you are not used to build from sources or if you don't have the time to track
|
||||
very frequent updates, it is recommended that instead you switch to the stable
|
||||
version (1.5) or follow the packaged updates provided by your software vendor
|
||||
or Linux distribution. Most of them are taking this task seriously and are
|
||||
doing a good job. If for any reason you'd prefer a different version than the
|
||||
one packaged for your system, or to get some commercial support, other choices
|
||||
are available at :
|
||||
|
||||
http://www.haproxy.com/
|
||||
|
||||
|
@ -2,7 +2,7 @@
|
||||
HAProxy
|
||||
Configuration Manual
|
||||
----------------------
|
||||
version 1.5
|
||||
version 1.6
|
||||
willy tarreau
|
||||
2014/06/19
|
||||
|
||||
|
@ -1,6 +1,6 @@
|
||||
Summary: HA-Proxy is a TCP/HTTP reverse proxy for high availability environments
|
||||
Name: haproxy
|
||||
Version: 1.5.0
|
||||
Version: 1.6-dev0
|
||||
Release: 1
|
||||
License: GPL
|
||||
Group: System Environment/Daemons
|
||||
@ -76,6 +76,9 @@ fi
|
||||
%attr(0755,root,root) %config %{_sysconfdir}/rc.d/init.d/%{name}
|
||||
|
||||
%changelog
|
||||
* Thu Jun 19 2014 Willy Tarreau <w@1wt.eu>
|
||||
- updated to 1.6-dev0
|
||||
|
||||
* Thu Jun 19 2014 Willy Tarreau <w@1wt.eu>
|
||||
- updated to 1.5.0
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user