mirror of
https://git.haproxy.org/git/haproxy.git/
synced 2026-01-15 22:01:01 +01:00
[RELEASE] Released version 1.3.14.2
Released version 1.3.14.2 with the following main changes :
- bug: increment server connections for each connect()
- 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: fix overlapping server flags
- bug: log response byte count, not request
- bug: fix truncated responses with sepoll
- large update to the configuration manual
- major rework of the GNU Makefile
- provide inversion for some options
- add support for "show info" on the unix socket
- add support for the "backlog" parameter
- introduce global parameter "tune.maxaccept"
- introduce "timeout http-request" in frontends
- tarpit timeout is also allowed in backends
- code did not build in full debug mode
- fix configuration hint about timeouts
This commit is contained in:
parent
160d7ca123
commit
532bf552e1
19
CHANGELOG
19
CHANGELOG
@ -1,6 +1,25 @@
|
||||
ChangeLog :
|
||||
===========
|
||||
|
||||
2008/01/21 : 1.3.14.2
|
||||
- bug: increment server connections for each connect()
|
||||
- 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: fix overlapping server flags
|
||||
- bug: log response byte count, not request
|
||||
- bug: fix truncated responses with sepoll
|
||||
- large update to the configuration manual
|
||||
- major rework of the GNU Makefile
|
||||
- provide inversion for some options
|
||||
- add support for "show info" on the unix socket
|
||||
- add support for the "backlog" parameter
|
||||
- introduce global parameter "tune.maxaccept"
|
||||
- introduce "timeout http-request" in frontends
|
||||
- tarpit timeout is also allowed in backends
|
||||
- code did not build in full debug mode
|
||||
- fix configuration hint about timeouts
|
||||
|
||||
2007/12/24 : 1.3.14.1
|
||||
- transparent proxy address was ignored in backend
|
||||
- hot reconfiguration failed because of a wrong error check
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
Summary: HA-Proxy is a TCP/HTTP reverse proxy for high availability environments
|
||||
Name: haproxy
|
||||
Version: 1.3.14.1
|
||||
Version: 1.3.14.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.14.2
|
||||
|
||||
* Mon Dec 24 2007 Willy Tarreau <w@1wt.eu>
|
||||
- updated to 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.1
|
||||
Version: 1.3.14.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.14.2
|
||||
|
||||
* Mon Dec 24 2007 Willy Tarreau <w@1wt.eu>
|
||||
- updated to 1.3.14.1
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user