-
Notifications
You must be signed in to change notification settings - Fork 113
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
3 changed files
with
8 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
HOME=$(shell pwd) | ||
MAINVERSION=1.6 | ||
VERSION=1.6.11 | ||
MAINVERSION=1.7 | ||
VERSION=1.7.2 | ||
RELEASE=1 | ||
|
||
all: build | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -13,7 +13,7 @@ | |
|
||
Summary: HA-Proxy is a TCP/HTTP reverse proxy for high availability environments | ||
Name: haproxy | ||
Version: 1.6.11 | ||
Version: 1.7.2 | ||
Release: 1%{?dist} | ||
License: GPL | ||
Group: System Environment/Daemons | ||
|
@@ -167,6 +167,9 @@ fi | |
%attr(0644,root,root) %config %{_sysconfdir}/rsyslog.d/49-%{name}.conf | ||
|
||
%changelog | ||
* Sun Jan 15 2017 David Bezemer <[email protected]> | ||
- Update for HAproxy 1.7.2 | ||
|
||
* Sun Oct 23 2016 David Bezemer <[email protected]> | ||
- Add systemd compatibility | ||
|
||
|