mirror of
http://git.haproxy.org/git/haproxy.git/
synced 2025-02-13 09:01:24 +00:00
[RELEASE] Released version 1.5-dev10
Released version 1.5-dev10 with the following main changes : - BUG/MINOR: stats admin: "Unexpected result" was displayed unconditionally - BUG/MAJOR: acl: http_auth_group() must not accept any user from the userlist - CLEANUP: auth: make the code build again with DEBUG_AUTH - BUG/MEDIUM: config: don't crash at config load time on invalid userlist names - REORG: use the name sock_raw instead of stream_sock - MINOR: stream_interface: add a client target : TARG_TYPE_CLIENT - BUG/MEDIUM: stream_interface: restore get_src/get_dst - CLEANUP: sock_raw: remove last references to stream_sock - CLEANUP: stream_interface: stop exporting socket layer functions - MINOR: stream_interface: add an init callback to sock_ops - MEDIUM: stream_interface: derive the socket operations from the target - MAJOR: fd: remove the need for the socket layer to recheck the connection - MINOR: session: call the socket layer init function when a session establishes - MEDIUM: session: add support for tunnel timeouts - MINOR: standard: add a new debug macro : fddebug() - CLEANUP: fd: remove unused cb->b pointers in the struct fdtab - OPTIM: proto_http: don't enable quick-ack on empty buffers - OPTIM/MAJOR: ev_sepoll: process spec events after polled events - OPTIM/MEDIUM: stream_interface: add a new SI_FL_NOHALF flag
This commit is contained in:
parent
7bb68abb9f
commit
ffb8947bb8
21
CHANGELOG
21
CHANGELOG
@ -1,6 +1,27 @@
|
|||||||
ChangeLog :
|
ChangeLog :
|
||||||
===========
|
===========
|
||||||
|
|
||||||
|
2012/05/14 : 1.5-dev10
|
||||||
|
- BUG/MINOR: stats admin: "Unexpected result" was displayed unconditionally
|
||||||
|
- BUG/MAJOR: acl: http_auth_group() must not accept any user from the userlist
|
||||||
|
- CLEANUP: auth: make the code build again with DEBUG_AUTH
|
||||||
|
- BUG/MEDIUM: config: don't crash at config load time on invalid userlist names
|
||||||
|
- REORG: use the name sock_raw instead of stream_sock
|
||||||
|
- MINOR: stream_interface: add a client target : TARG_TYPE_CLIENT
|
||||||
|
- BUG/MEDIUM: stream_interface: restore get_src/get_dst
|
||||||
|
- CLEANUP: sock_raw: remove last references to stream_sock
|
||||||
|
- CLEANUP: stream_interface: stop exporting socket layer functions
|
||||||
|
- MINOR: stream_interface: add an init callback to sock_ops
|
||||||
|
- MEDIUM: stream_interface: derive the socket operations from the target
|
||||||
|
- MAJOR: fd: remove the need for the socket layer to recheck the connection
|
||||||
|
- MINOR: session: call the socket layer init function when a session establishes
|
||||||
|
- MEDIUM: session: add support for tunnel timeouts
|
||||||
|
- MINOR: standard: add a new debug macro : fddebug()
|
||||||
|
- CLEANUP: fd: remove unused cb->b pointers in the struct fdtab
|
||||||
|
- OPTIM: proto_http: don't enable quick-ack on empty buffers
|
||||||
|
- OPTIM/MAJOR: ev_sepoll: process spec events after polled events
|
||||||
|
- OPTIM/MEDIUM: stream_interface: add a new SI_FL_NOHALF flag
|
||||||
|
|
||||||
2012/05/08 : 1.5-dev9
|
2012/05/08 : 1.5-dev9
|
||||||
- MINOR: Add release callback to si_applet
|
- MINOR: Add release callback to si_applet
|
||||||
- CLEANUP: Fix some minor typos
|
- CLEANUP: Fix some minor typos
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
----------------------
|
----------------------
|
||||||
version 1.5
|
version 1.5
|
||||||
willy tarreau
|
willy tarreau
|
||||||
2012/05/08
|
2012/05/13
|
||||||
|
|
||||||
|
|
||||||
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-dev9
|
Version: 1.5-dev10
|
||||||
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
|
||||||
|
* Mon May 14 2012 Willy Tarreau <w@1wt.eu>
|
||||||
|
- updated to 1.5-dev10
|
||||||
|
|
||||||
* Tue May 8 2012 Willy Tarreau <w@1wt.eu>
|
* Tue May 8 2012 Willy Tarreau <w@1wt.eu>
|
||||||
- updated to 1.5-dev9
|
- updated to 1.5-dev9
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user