mirror of
https://github.com/haproxy/haproxy.git
synced 2026-03-26 20:33:29 -04:00
[RELEASE] Released version 1.8-dev0
Released version 1.8-dev0 with the following main changes :
- exact copy of 1.7.0
This commit is contained in:
parent
e59fcdd25e
commit
0e658fb051
7 changed files with 11 additions and 6 deletions
|
|
@ -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
|
||||
|
|
|
|||
2
README
2
README
|
|
@ -1,7 +1,7 @@
|
|||
----------------------
|
||||
HAProxy how-to
|
||||
----------------------
|
||||
version 1.7
|
||||
version 1.8
|
||||
willy tarreau
|
||||
2016/11/25
|
||||
|
||||
|
|
|
|||
2
VERSION
2
VERSION
|
|
@ -1 +1 @@
|
|||
1.7.0
|
||||
1.8-dev0
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@
|
|||
HAProxy
|
||||
Configuration Manual
|
||||
----------------------
|
||||
version 1.7
|
||||
version 1.8
|
||||
willy tarreau
|
||||
2016/11/25
|
||||
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
------------------------
|
||||
HAProxy Management Guide
|
||||
------------------------
|
||||
version 1.7
|
||||
version 1.8
|
||||
|
||||
|
||||
This document describes how to start, stop, manage, and troubleshoot HAProxy,
|
||||
|
|
|
|||
|
|
@ -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 <w@1wt.eu>
|
||||
- updated to 1.8-dev0
|
||||
|
||||
* Fri Nov 25 2016 Willy Tarreau <w@1wt.eu>
|
||||
- updated to 1.7.0
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue