SHA256
1
0
forked from pool/haproxy

Accepting request 259237 from network:ha-clustering:Factory

1

OBS-URL: https://build.opensuse.org/request/show/259237
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/haproxy?expand=0&rev=18
This commit is contained in:
Stephan Kulow
2014-11-04 16:28:50 +00:00
committed by Git OBS Bridge
parent 695aea29ab
commit 4e16a7af0d
4 changed files with 47 additions and 4 deletions

View File

@@ -1,3 +1,45 @@
-------------------------------------------------------------------
Fri Oct 31 22:24:27 UTC 2014 - mrueckert@suse.de
- update to 1.5.8
- BUG/MAJOR: buffer: check the space left is enough or not when
input data in a buffer is wrapped
- BUG/BUILD: revert accidental change in the makefile from latest
SSL fix
- changes in 1.5.7
- BUG/MEDIUM: regex: fix pcre_study error handling
- BUG/MINOR: log: fix request flags when keep-alive is enabled
- MINOR: ssl: add fetchs 'ssl_c_der' and 'ssl_f_der' to return
DER formatted certs
- MINOR: ssl: add statement to force some ssl options in global.
- BUG/MINOR: ssl: correctly initialize ssl ctx for invalid
certificates
- BUG/MEDIUM: http: don't dump debug headers on MSG_ERROR
- BUG/MAJOR: cli: explicitly call cli_release_handler() upon
error
- BUG/MEDIUM: tcp: fix outgoing polling based on proxy protocol
- BUG/MEDIUM: tcp: don't use SO_ORIGINAL_DST on non-AF_INET
sockets
- Dropped patches:
- 0001-BUG-MEDIUM-http-don-t-dump-debug-headers-on-MSG_ERRO.patch
- 0002-BUG-MAJOR-cli-explicitly-call-cli_release_handler-up.patch
- 0003-BUG-MINOR-log-fix-request-flags-when-keep-alive-is-e.patch
- 0004-BUG-MEDIUM-tcp-fix-outgoing-polling-based-on-proxy-p.patch
-------------------------------------------------------------------
Wed Oct 29 08:07:07 UTC 2014 - kgronlund@suse.com
- BUG/MEDIUM: http: don't dump debug headers on MSG_ERROR
- BUG/MAJOR: cli: explicitly call cli_release_handler() upon error
- BUG/MINOR: log: fix request flags when keep-alive is enabled
- BUG/MEDIUM: tcp: fix outgoing polling based on proxy protocol
- Added patches:
- 0001-BUG-MEDIUM-http-don-t-dump-debug-headers-on-MSG_ERRO.patch
- 0002-BUG-MAJOR-cli-explicitly-call-cli_release_handler-up.patch
- 0003-BUG-MINOR-log-fix-request-flags-when-keep-alive-is-e.patch
- 0004-BUG-MEDIUM-tcp-fix-outgoing-polling-based-on-proxy-p.patch
-------------------------------------------------------------------
Sat Oct 18 18:23:29 UTC 2014 - mrueckert@suse.de