mirror of
https://github.com/haproxy/haproxy.git
synced 2026-06-10 17:32:03 -04:00
[RELEASE] Released version 1.3.14.1
Released version 1.3.14.1 with the following main changes :
- transparent proxy address was ignored in backend
- hot reconfiguration failed because of a wrong error check
- big update to the configuration manual
This commit is contained in:
parent
0ba2750591
commit
b68424102a
5 changed files with 15 additions and 4 deletions
|
|
@ -1,6 +1,11 @@
|
|||
ChangeLog :
|
||||
===========
|
||||
|
||||
2007/12/24 : 1.3.14.1
|
||||
- transparent proxy address was ignored in backend
|
||||
- hot reconfiguration failed because of a wrong error check
|
||||
- big update to the configuration manual
|
||||
|
||||
2007/12/06 : 1.3.14
|
||||
- New option http_proxy (Alexandre Cassen)
|
||||
- add support for "maxqueue" to limit server queue overload (Elijah Epifanov)
|
||||
|
|
|
|||
2
VERDATE
2
VERDATE
|
|
@ -1 +1 @@
|
|||
2007/12/05
|
||||
2007/12/24
|
||||
|
|
|
|||
2
VERSION
2
VERSION
|
|
@ -1 +1 @@
|
|||
1.3.14
|
||||
1.3.14.1
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
Summary: HA-Proxy is a TCP/HTTP reverse proxy for high availability environments
|
||||
Name: haproxy
|
||||
Version: 1.3.14
|
||||
Version: 1.3.14.1
|
||||
Release: 1
|
||||
License: GPL
|
||||
Group: System Environment/Daemons
|
||||
|
|
@ -69,6 +69,9 @@ fi
|
|||
%attr(0755,root,root) %config %{_sysconfdir}/rc.d/init.d/%{name}
|
||||
|
||||
%changelog
|
||||
* Mon Dec 24 2007 Willy Tarreau <w@1wt.eu>
|
||||
- updated to 1.3.14.1
|
||||
|
||||
* Wed Dec 5 2007 Willy Tarreau <w@1wt.eu>
|
||||
- updated to 1.3.14
|
||||
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
Summary: HA-Proxy is a TCP/HTTP reverse proxy for high availability environments
|
||||
Name: haproxy
|
||||
Version: 1.3.14
|
||||
Version: 1.3.14.1
|
||||
Release: 1
|
||||
License: GPL
|
||||
Group: System Environment/Daemons
|
||||
|
|
@ -71,6 +71,9 @@ fi
|
|||
%attr(0755,root,root) %config %{_sysconfdir}/rc.d/init.d/%{name}
|
||||
|
||||
%changelog
|
||||
* Mon Dec 24 2007 Willy Tarreau <w@1wt.eu>
|
||||
- updated to 1.3.14.1
|
||||
|
||||
* Wed Dec 5 2007 Willy Tarreau <w@1wt.eu>
|
||||
- updated to 1.3.14
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue