Hi.

Am 03-04-2017 10:37, schrieb Willy Tarreau:
Hi,

HAProxy 1.7.5 was released on 2017/04/03. It added 8 new commits
after version 1.7.4. The main goal was to fix an incomplete fix
on the compression filter in 1.7.4, that now manifests itself as
the haproxy spinning at 100% CPU until the connection dies.

It's now available on docker hub.

https://hub.docker.com/u/me2digital/

Regards
Aleks

There was also a potential read-past-end for one byte fixed in the
peers protocol, though it can only happen after the handshake, which
means it can only be triggered from one of the authorized peers. The
impact is quite limited but it's better to get it fixed.

A warning was added for situations where "option tcp/httplog" could
override a log-format in the defaults section.

Please find the usual URLs below :
   Site index       : http://www.haproxy.org/
   Discourse        : http://discourse.haproxy.org/
   Sources          : http://www.haproxy.org/download/1.7/src/
   Git repository   : http://git.haproxy.org/git/haproxy-1.7.git/
   Git Web browsing : http://git.haproxy.org/?p=haproxy-1.7.git
   Changelog        : http://www.haproxy.org/download/1.7/src/CHANGELOG
   Cyril's HTML doc : http://cbonte.github.io/haproxy-dconv/

Willy
---
Complete changelog :
Christopher Faulet (3):
BUG/MEDIUM: buffers: Fix how input/output data are injected into buffers
      BUG/MEDIUM: http: Fix blocked HTTP/1.0 responses when
compression is enabled
      BUG/MINOR: filters: Don't force the stream's wakeup when we wait
in flt_end_analyze

Emeric Brun (1):
      BUG/MEDIUM: peers: fix buffer overflow control in intdecode.

Guillaume de Lafond (2):
      DOC: log-format/tcplog/httplog update
      MINOR: config parsing: add warning when
log-format/tcplog/httplog is overriden in "defaults" sections

Jarno Huuskonen (1):
      DOC: fix parenthesis and add missing "Example" tags

Willy Tarreau (1):
      DOC: update the contributing file

---

Reply via email to