Hi,

HAProxy 1.8.19 was released on 2019/02/11. It added 9 new commits
after version 1.8.18.

It's mainly a fix for a regression introduced in 1.8.18 which affects
users of the unique-id feature. Previously there was a memory leak there
in case it was configured on a TCP proxy, and now instead there is a
double-free when used in an HTTP proxy, which is even worse :-(
In addition to this a few issues affecting SPOE were fixed.

So please skip 1.8.18 and directly jump to 1.8.19.

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

Willy
---
Complete changelog :
Bertrand Jacquin (2):
      DOC: ssl: Clarify when pre TLSv1.3 cipher can be used
      DOC: ssl: Stop documenting ciphers example to use

Christopher Faulet (2):
      BUG/MAJOR: spoe: Don't try to get agent config during SPOP healthcheck
      BUG/MINOR: config: Reinforce validity check when a process number is 
parsed

Willy Tarreau (5):
      BUG/MINOR: spoe: do not assume agent->rt is valid on exit
      BUG/MINOR: lua: initialize the correct idle conn lists for the SSL sockets
      BUG/MEDIUM: spoe: initialization depending on nbthread must be done last
      BUG/MEDIUM: server: initialize the idle conns list after parsing the 
config
      BUG/MAJOR: stream: avoid double free on unique_id

---

Reply via email to