Skip to content

Commit 0e658fb

Browse files
committed
[RELEASE] Released version 1.8-dev0
Released version 1.8-dev0 with the following main changes : - exact copy of 1.7.0
1 parent e59fcdd commit 0e658fb

File tree

7 files changed

+11
-6
lines changed

7 files changed

+11
-6
lines changed

CHANGELOG

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
ChangeLog :
22
===========
33

4+
2016/11/25 : 1.8-dev0
5+
46
2016/11/25 : 1.7.0
57
- SCRIPTS: make publish-release also copy the new SPOE doc
68
- BUILD: http: include types/sample.h in proto_http.h

README

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
----------------------
22
HAProxy how-to
33
----------------------
4-
version 1.7
4+
version 1.8
55
willy tarreau
66
2016/11/25
77

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.7.0
1+
1.8-dev0

doc/configuration.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
HAProxy
33
Configuration Manual
44
----------------------
5-
version 1.7
5+
version 1.8
66
willy tarreau
77
2016/11/25
88

doc/intro.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
-----------------------
22
HAProxy Starter Guide
33
-----------------------
4-
version 1.7
4+
version 1.8
55

66

77
This document is an introduction to HAProxy for all those who don't know it, as

doc/management.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
------------------------
22
HAProxy Management Guide
33
------------------------
4-
version 1.7
4+
version 1.8
55

66

77
This document describes how to start, stop, manage, and troubleshoot HAProxy,

examples/haproxy.spec

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Summary: HA-Proxy is a TCP/HTTP reverse proxy for high availability environments
22
Name: haproxy
3-
Version: 1.7.0
3+
Version: 1.8-dev0
44
Release: 1
55
License: GPL
66
Group: System Environment/Daemons
@@ -74,6 +74,9 @@ fi
7474
%attr(0755,root,root) %config %{_sysconfdir}/rc.d/init.d/%{name}
7575

7676
%changelog
77+
* Fri Nov 25 2016 Willy Tarreau <[email protected]>
78+
- updated to 1.8-dev0
79+
7780
* Fri Nov 25 2016 Willy Tarreau <[email protected]>
7881
- updated to 1.7.0
7982

0 commit comments

Comments
 (0)