diff --git a/.cvsignore b/.cvsignore index 33ada59..7f3b8b4 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -haproxy-1.4.6.tar.gz +haproxy-1.4.8.tar.gz diff --git a/haproxy.cfg b/haproxy.cfg index e3839b0..d099eca 100644 --- a/haproxy.cfg +++ b/haproxy.cfg @@ -2,7 +2,7 @@ # Example configuration for a possible web application. See the # full configuration options online. # -# http://haproxy.1wt.eu/download/1.3/doc/configuration.txt +# http://haproxy.1wt.eu/download/1.4/doc/configuration.txt # #--------------------------------------------------------------------- @@ -45,7 +45,7 @@ defaults option httplog option dontlognull option http-server-close - option forward-for except 127.0.0.0/8 + option forwardfor except 127.0.0.0/8 option redispatch retries 3 timeout http-request 10s diff --git a/haproxy.spec b/haproxy.spec index a160bab..27f4196 100644 --- a/haproxy.spec +++ b/haproxy.spec @@ -5,7 +5,7 @@ %define haproxy_datadir %{_datadir}/haproxy Name: haproxy -Version: 1.4.6 +Version: 1.4.8 Release: 1%{?dist} Summary: HA-Proxy is a TCP/HTTP reverse proxy for high availability environments @@ -144,6 +144,9 @@ fi %changelog +* Sun Jun 20 2010 Jeremy Hinegardner - 1.4.8-1 +- update to 1.4.8 + * Sun May 30 2010 Jeremy Hinegardner - 1.4.6-1 - update to 1.4.6 diff --git a/sources b/sources index d294026..fddd3d4 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -dc354ea451762135fa45657ddef67734 haproxy-1.4.6.tar.gz +104f4985b37bd9bac7a33e20fb6aaadf haproxy-1.4.8.tar.gz