mirror of
https://git.haproxy.org/git/haproxy.git/
synced 2025-08-06 07:07:04 +02:00
[RELEASE] Released version 1.5-dev17
Released version 1.5-dev17 with the following main changes :
- MINOR: ssl: Setting global tune.ssl.cachesize value to 0 disables SSL session cache.
- BUG/MEDIUM: stats: fix stats page regression introduced by commit 20b0de5
- BUG/MINOR: stats: last fix was still wrong
- BUG/MINOR: stats: http-request rules still don't cope with stats
- BUG/MINOR: http: http-request add-header emits a corrupted header
- BUG/MEDIUM: stats: disable request analyser when processing POST or HEAD
- BUG/MINOR: log: make log-format, unique-id-format and add-header more independant
- BUILD: log: unused variable svid
- CLEANUP: http: rename the misleading http_check_access_rule
- MINOR: http: move redirect rule processing to its own function
- REORG: config: move the http redirect rule parser to proto_http.c
- MEDIUM: http: add support for "http-request redirect" rules
- MEDIUM: http: add support for "http-request tarpit" rule
This commit is contained in:
parent
22890a1225
commit
a3ecbd9023
15
CHANGELOG
15
CHANGELOG
@ -1,6 +1,21 @@
|
|||||||
ChangeLog :
|
ChangeLog :
|
||||||
===========
|
===========
|
||||||
|
|
||||||
|
2012/12/28 : 1.5-dev17
|
||||||
|
- MINOR: ssl: Setting global tune.ssl.cachesize value to 0 disables SSL session cache.
|
||||||
|
- BUG/MEDIUM: stats: fix stats page regression introduced by commit 20b0de5
|
||||||
|
- BUG/MINOR: stats: last fix was still wrong
|
||||||
|
- BUG/MINOR: stats: http-request rules still don't cope with stats
|
||||||
|
- BUG/MINOR: http: http-request add-header emits a corrupted header
|
||||||
|
- BUG/MEDIUM: stats: disable request analyser when processing POST or HEAD
|
||||||
|
- BUG/MINOR: log: make log-format, unique-id-format and add-header more independant
|
||||||
|
- BUILD: log: unused variable svid
|
||||||
|
- CLEANUP: http: rename the misleading http_check_access_rule
|
||||||
|
- MINOR: http: move redirect rule processing to its own function
|
||||||
|
- REORG: config: move the http redirect rule parser to proto_http.c
|
||||||
|
- MEDIUM: http: add support for "http-request redirect" rules
|
||||||
|
- MEDIUM: http: add support for "http-request tarpit" rule
|
||||||
|
|
||||||
2012/12/24 : 1.5-dev16
|
2012/12/24 : 1.5-dev16
|
||||||
- BUG/MEDIUM: ssl: Prevent ssl error from affecting other connections.
|
- BUG/MEDIUM: ssl: Prevent ssl error from affecting other connections.
|
||||||
- BUG/MINOR: ssl: error is not reported if it occurs simultaneously with peer close detection.
|
- BUG/MINOR: ssl: error is not reported if it occurs simultaneously with peer close detection.
|
||||||
|
4
README
4
README
@ -1,9 +1,9 @@
|
|||||||
----------------------
|
----------------------
|
||||||
HAProxy how-to
|
HAProxy how-to
|
||||||
----------------------
|
----------------------
|
||||||
version 1.5-dev16
|
version 1.5-dev17
|
||||||
willy tarreau
|
willy tarreau
|
||||||
2012/12/24
|
2012/12/28
|
||||||
|
|
||||||
|
|
||||||
1) How to build it
|
1) How to build it
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
----------------------
|
----------------------
|
||||||
version 1.5
|
version 1.5
|
||||||
willy tarreau
|
willy tarreau
|
||||||
2012/12/24
|
2012/12/28
|
||||||
|
|
||||||
|
|
||||||
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.5-dev16
|
Version: 1.5-dev17
|
||||||
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
|
||||||
|
* Fri Dec 28 2012 Willy Tarreau <w@1wt.eu>
|
||||||
|
- updated to 1.5-dev17
|
||||||
|
|
||||||
* Mon Dec 24 2012 Willy Tarreau <w@1wt.eu>
|
* Mon Dec 24 2012 Willy Tarreau <w@1wt.eu>
|
||||||
- updated to 1.5-dev16
|
- updated to 1.5-dev16
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user