Changes since version 1.6.9 : Bertrand Jacquin (1): MINOR: build: Allow linking to device-atlas library file David Carlier (1): MINOR: cfgparse: few memory leaks fixes. Dinko Korunic (1): BUG/MINOR: Fix OSX compilation errors Jorrit Schippers (1): DOC: Fix typo in description of `-st` parameter in man page Lukas Tribus (4): BUG/MINOR: displayed PCRE version is running release MINOR: show Built with PCRE version MINOR: show Running on zlib version MEDIUM: make SO_REUSEPORT configurable Nenad Merdanovic (1): MINOR: Add fe_req_rate sample fetch Thierry FOURNIER / OZON.IO (2): BUG/MINOR: ssl: Check malloc return code BUG/MINOR: ssl: prevent multiple entries for the same certificate Willy Tarreau (15): BUG/MINOR: vars: use sess and not s->sess in action_store() BUG/MINOR: vars: make smp_fetch_var() more robust against misuses BUG/MINOR: vars: smp_fetch_var() doesn't depend on HTTP but on the session BUG/MINOR: systemd: make the wrapper return a non-null status code on error BUG/MINOR: systemd: always restore signals before execve() BUG/MINOR: systemd: check return value of calloc() MINOR: systemd: report it when execve() fails BUG/MEDIUM: systemd: let the wrapper know that haproxy has completed or failed BUILD: protocol: fix some build errors on OpenBSD BUILD: log: iovec requires to include sys/uio.h on OpenBSD BUILD: tcp: do not include netinet/ip.h for IP_TTL BUILD: checks: remove the last strcat and eliminate a warning on OpenBSD BUILD: poll: remove unused hap_fd_isset() which causes a warning with clang BUG/MEDIUM: peers: on shutdown, wake up the appctx, not the stream BUG/MEDIUM: peers: fix use after free in peer_session_create()