mirror of
https://github.com/haproxy/haproxy.git
synced 2026-06-11 01:41:49 -04:00
[RELEASE] Released version 1.3.13.2
Released version 1.3.13.2 with the following main changes :
- assign connection timeouts to backend not frontend
- bug: fix missing parenthesis in check_response_for_cacheability
- bug: transparent proxy address was ignored in backend
- bug: hot reconfiguration failed because of a wrong error check
- bug: fix typo in redispatched connection
- bug: connect_server: server might not exist when sending error report
- bug: use backend's source and not server's source with tproxy
- bug: log response byte count, not request
- bug: fix truncated responses with sepoll
This commit is contained in:
parent
1ddaaa4228
commit
54294ee56a
5 changed files with 21 additions and 4 deletions
11
CHANGELOG
11
CHANGELOG
|
|
@ -1,6 +1,17 @@
|
|||
ChangeLog :
|
||||
===========
|
||||
|
||||
2008/01/21 : 1.3.13.2
|
||||
- assign connection timeouts to backend not frontend
|
||||
- bug: fix missing parenthesis in check_response_for_cacheability
|
||||
- bug: transparent proxy address was ignored in backend
|
||||
- bug: hot reconfiguration failed because of a wrong error check
|
||||
- bug: fix typo in redispatched connection
|
||||
- bug: connect_server: server might not exist when sending error report
|
||||
- bug: use backend's source and not server's source with tproxy
|
||||
- bug: log response byte count, not request
|
||||
- bug: fix truncated responses with sepoll
|
||||
|
||||
2007/11/04 : 1.3.13.1
|
||||
- Check for duplicated conflicting proxies (Krzysztof Oledzki)
|
||||
- adjust error messages about conflicting proxies
|
||||
|
|
|
|||
2
VERDATE
2
VERDATE
|
|
@ -1 +1 @@
|
|||
2007/11/04
|
||||
2008/01/21
|
||||
|
|
|
|||
2
VERSION
2
VERSION
|
|
@ -1 +1 @@
|
|||
1.3.13.1
|
||||
1.3.13.2
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
Summary: HA-Proxy is a TCP/HTTP reverse proxy for high availability environments
|
||||
Name: haproxy
|
||||
Version: 1.3.13.1
|
||||
Version: 1.3.13.2
|
||||
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 Jan 21 2008 Willy Tarreau <w@1wt.eu>
|
||||
- updated to 1.3.13.2
|
||||
|
||||
* Sun Nov 04 2007 Willy Tarreau <w@1wt.eu>
|
||||
- updated to 1.3.13.1
|
||||
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
Summary: HA-Proxy is a TCP/HTTP reverse proxy for high availability environments
|
||||
Name: haproxy
|
||||
Version: 1.3.13.1
|
||||
Version: 1.3.13.2
|
||||
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 Jan 21 2008 Willy Tarreau <w@1wt.eu>
|
||||
- updated to 1.3.13.2
|
||||
|
||||
* Sun Nov 04 2007 Willy Tarreau <w@1wt.eu>
|
||||
- updated to 1.3.13.1
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue