mirror of
http://git.haproxy.org/git/haproxy.git/
synced 2025-04-04 23:29:42 +00:00
[RELEASE] Released version 1.4.3
Released version 1.4.3 with the following main changes : - [CLEANUP] stats: remove printf format warning in stats_dump_full_sess_to_buffer() - [MEDIUM] session: better fix for connection to servers with closed input - [DOC] indicate in the doc how to bind to port ranges - [BUG] backend: L7 hashing must not be performed on incomplete requests - [TESTS] add a simple program to test connection resets - [MINOR] cli: "show errors" should display "backend <NONE>" when backend was not used - [MINOR] config: emit warnings when HTTP-only options are used in TCP mode - [MINOR] config: allow "slowstart 0s" - [BUILD] 'make tags' did not consider files ending in '.c' - [MINOR] checks: add the ability to disable a server in the config
This commit is contained in:
parent
9683909dce
commit
75934a1cd8
12
CHANGELOG
12
CHANGELOG
@ -1,6 +1,18 @@
|
|||||||
ChangeLog :
|
ChangeLog :
|
||||||
===========
|
===========
|
||||||
|
|
||||||
|
2010/03/30 : 1.4.3
|
||||||
|
- [CLEANUP] stats: remove printf format warning in stats_dump_full_sess_to_buffer()
|
||||||
|
- [MEDIUM] session: better fix for connection to servers with closed input
|
||||||
|
- [DOC] indicate in the doc how to bind to port ranges
|
||||||
|
- [BUG] backend: L7 hashing must not be performed on incomplete requests
|
||||||
|
- [TESTS] add a simple program to test connection resets
|
||||||
|
- [MINOR] cli: "show errors" should display "backend <NONE>" when backend was not used
|
||||||
|
- [MINOR] config: emit warnings when HTTP-only options are used in TCP mode
|
||||||
|
- [MINOR] config: allow "slowstart 0s"
|
||||||
|
- [BUILD] 'make tags' did not consider files ending in '.c'
|
||||||
|
- [MINOR] checks: add the ability to disable a server in the config
|
||||||
|
|
||||||
2010/03/17 : 1.4.2
|
2010/03/17 : 1.4.2
|
||||||
- [CLEANUP] product branch update
|
- [CLEANUP] product branch update
|
||||||
- [DOC] Some more documentation cleanups
|
- [DOC] Some more documentation cleanups
|
||||||
|
@ -2,9 +2,9 @@
|
|||||||
HAProxy
|
HAProxy
|
||||||
Configuration Manual
|
Configuration Manual
|
||||||
----------------------
|
----------------------
|
||||||
version 1.4.2
|
version 1.4.3
|
||||||
willy tarreau
|
willy tarreau
|
||||||
2010/03/17
|
2010/03/30
|
||||||
|
|
||||||
|
|
||||||
This document covers the configuration language as implemented in the version
|
This document covers the configuration language as implemented in the version
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
Summary: HA-Proxy is a TCP/HTTP reverse proxy for high availability environments
|
Summary: HA-Proxy is a TCP/HTTP reverse proxy for high availability environments
|
||||||
Name: haproxy
|
Name: haproxy
|
||||||
Version: 1.4.2
|
Version: 1.4.3
|
||||||
Release: 1
|
Release: 1
|
||||||
License: GPL
|
License: GPL
|
||||||
Group: System Environment/Daemons
|
Group: System Environment/Daemons
|
||||||
@ -76,6 +76,9 @@ fi
|
|||||||
%attr(0755,root,root) %config %{_sysconfdir}/rc.d/init.d/%{name}
|
%attr(0755,root,root) %config %{_sysconfdir}/rc.d/init.d/%{name}
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Mar 30 2010 Willy Tarreau <w@1wt.eu>
|
||||||
|
- updated to 1.4.3
|
||||||
|
|
||||||
* Wed Mar 17 2010 Willy Tarreau <w@1wt.eu>
|
* Wed Mar 17 2010 Willy Tarreau <w@1wt.eu>
|
||||||
- updated to 1.4.2
|
- updated to 1.4.2
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user