SHA256
1
0
forked from pool/haproxy

Accepting request 263108 from network:ha-clustering:Factory

1

OBS-URL: https://build.opensuse.org/request/show/263108
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/haproxy?expand=0&rev=21
This commit is contained in:
2014-11-26 19:55:40 +00:00
committed by Git OBS Bridge
parent aa795aba83
commit 087642f75c
10 changed files with 37 additions and 470 deletions

View File

@@ -1,3 +1,36 @@
-------------------------------------------------------------------
Wed Nov 26 11:50:42 UTC 2014 - mrueckert@suse.de
- update to 1.5.9
- BUILD: fix "make install" to support spaces in the install dirs
- BUG/MEDIUM: checks: fix conflicts between agent checks and ssl
healthchecks
- BUG/MEDIUM: ssl: fix bad ssl context init can cause segfault in
case of OOM.
- BUG/MINOR: samples: fix unnecessary memcopy converting binary
to string.
- BUG/MEDIUM: connection: sanitize PPv2 header length before
parsing address information
- BUG/MEDIUM: pattern: don't load more than once a pattern list.
- BUG/MEDIUM: ssl: force a full GC in case of memory shortage
- BUG/MINOR: config: don't inherit the default balance algorithm
in frontends
- BUG/MAJOR: frontend: initialize capture pointers earlier
- BUG/MINOR: stats: correctly set the request/response analysers
- DOC: fix typo in the body parser documentation for msg.sov
- BUG/MINOR: peers: the buffer size is global.tune.bufsize, not
trash.size
- MINOR: sample: add a few basic internal fetches (nbproc, proc,
stopping)
- BUG/MAJOR: sessions: unlink session from list on out of memory
- Drop patches pulled from git
- 0001-BUILD-fix-make-install-to-support-spaces-in-the-inst.patch
- 0002-BUG-MEDIUM-ssl-fix-bad-ssl-context-init-can-cause-se.patch
- 0003-BUG-MEDIUM-ssl-force-a-full-GC-in-case-of-memory-sho.patch
- 0004-BUG-MEDIUM-checks-fix-conflicts-between-agent-checks.patch
- 0005-BUG-MINOR-config-don-t-inherit-the-default-balance-a.patch
- 0006-BUG-MAJOR-frontend-initialize-capture-pointers-earli.patch
-------------------------------------------------------------------
Thu Nov 20 06:56:23 UTC 2014 - kgronlund@suse.com