Changes since version 1.5.18 : Chad Lavoie (1): MINOR: cli: allow the semi-colon to be escaped on the CLI 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 (3): BUG/MINOR: displayed PCRE version is running release MINOR: show Built with PCRE version MINOR: show Running on zlib version Olivier Doucet (1): DOC: minor typo fixes to improve HTML parsing by haproxy-dconv Pavlos Parissis (2): MINOR: systemd: Use variable for config and pidfile paths MINOR: systemd: Perform sanity check on config before reload Roberto Guimaraes (1): BUG/MINOR: ssl: fix potential memory leak in ssl_sock_load_dh_params() Thierry Fournier (2): BUG/MEDIUM: sticktables: segfault in some configuration error cases BUG/MINOR: http: add-header: header name copied twice Vincent Bernat (1): BUG/MAJOR: fix listening IP address storage for frontends Willy Tarreau (8): 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 Revert "BUG/MINOR: ssl: fix potential memory leak in ssl_sock_load_dh_params()" BUG/MEDIUM: stream-int: completely detach connection on connect error BUG/MAJOR: compression: initialize avail_in/next_in even during flush BUG/MAJOR: stick-counters: possible crash when using sc_trackers with wrong table BUG/MAJOR: stream: properly mark the server address as unset on connect retry BUG/MINOR: payload: fix SSLv2 version parser