Changes since version 1.6.5 : Cyril Bonté (1): BUG/MEDIUM: stats: show servers state may show an servers from another backend David CARLIER (1): CLEANUP: connection: fix double negation on memcmp() Dragan Dosen (3): BUG/MINOR: http: url32+src should use the big endian version of url32 BUG/MINOR: http: url32+src should check cli_conn before using it DOC: http: add documentation for url32 and url32+src Lukas Tribus (1): BUG/MEDIUM: dns: unbreak DNS resolver after header fix Nenad Merdanovic (1): DOC: Fix typo so fetch is properly parsed by Cyril's converter Pavlos Parissis (2): MINOR: systemd: Use variable for config and pidfile paths MINOR: systemd: Perform sanity check on config before reload (cherry picked from commit 68535bddf305fdd22f1449a039939b57245212e7) Roberto Guimaraes (1): BUG/MINOR: ssl: fix potential memory leak in ssl_sock_load_dh_params() Ruoshan Huang (1): BUG/MINOR: fix http-response set-log-level parsing error Thierry Fournier (4): BUG/MEDIUM: sticktables: segfault in some configuration error cases BUG/MEDIUM: lua: converters doesn't work BUG/MINOR: http: add-header: header name copied twice BUG/MEDIUM: http: add-header: buffer overwritten Vincent Bernat (2): BUG/MAJOR: fix listening IP address storage for frontends BUG/MINOR: fix listening IP address storage for frontends (cont) William Lallemand (1): BUG/MEDIUM: fix risk of segfault with "show tls-keys" Willy Tarreau (10): BUG/MAJOR: http: fix breakage of "reqdeny" causing random crashes BUG/MEDIUM: stick-tables: fix breakage in table converters BUILD: fix build on Solaris 11 BUG/MINOR: init: always ensure that global.rlimit_nofile matches actual limits BUG/MINOR: init: ensure that FD limit is raised to the max allowed BUG/MEDIUM: external-checks: close all FDs right after the fork() BUG/MAJOR: external-checks: use asynchronous signal delivery BUG/MINOR: external-checks: do not unblock undesired signals BUILD/MEDIUM: rebuild everything when an include file is changed BUILD/MEDIUM: force a full rebuild if some build options change