[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:
Willy Tarreau 2008-01-21 00:42:07 +01:00
parent 1ddaaa4228
commit 54294ee56a
5 changed files with 21 additions and 4 deletions

View File

@ -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

View File

@ -1 +1 @@
2007/11/04
2008/01/21

View File

@ -1 +1 @@
1.3.13.1
1.3.13.2

View File

@ -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

View File

@ -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