diff --git a/.gitignore b/.gitignore index 5cd113e..8d0673c 100644 --- a/.gitignore +++ b/.gitignore @@ -31,3 +31,4 @@ haproxy-1.4.8.tar.gz /haproxy-1.6.5.tar.gz /haproxy-1.6.6.tar.gz /haproxy-1.6.7.tar.gz +/haproxy-1.6.9.tar.gz diff --git a/haproxy.spec b/haproxy.spec index 733d3d7..0b3f884 100644 --- a/haproxy.spec +++ b/haproxy.spec @@ -7,8 +7,8 @@ %global _hardened_build 1 Name: haproxy -Version: 1.6.7 -Release: 2%{?dist} +Version: 1.6.9 +Release: 1%{?dist} Summary: HAProxy reverse proxy for high availability environments Group: System Environment/Daemons @@ -139,6 +139,9 @@ exit 0 %attr(-,%{haproxy_user},%{haproxy_group}) %dir %{haproxy_home} %changelog +* Wed Aug 31 2016 Ryan O'Hara - 1.6.9-1 +- Update to 1.6.9 (#1370709) + * Thu Jul 14 2016 Ryan O'Hara - 1.6.7-2 - Fix main frontend in default config file (#1348674) diff --git a/sources b/sources index ad0b748..225ae8d 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -a046ed63b00347bd367b983529dd541f haproxy-1.6.7.tar.gz +c52eee40eb66f290d6f089c339b9d2b3 haproxy-1.6.9.tar.gz