Changes since version 2.1.11 : Adis Nezirovic (1): BUG/MEDIUM: stats: add missing INF_BUILD_INFO definition Amaury Denoyelle (1): BUG/MINOR: config: fix leak on proxy.conn_src.bind_hdr_name Bertrand Jacquin (2): BUG/MINOR: mworker: define _GNU_SOURCE for strsignal() BUILD/MINOR: lua: define _GNU_SOURCE for LLONG_MAX Christopher Faulet (3): BUG/MINOR: init: Use a dynamic buffer to set HAPROXY_CFGFILES env variable BUG/MEDIUM: filters/htx: Fix data forwarding when payload length is unknown BUG/MINOR: stick-table: Always call smp_fetch_src() with a valid arg list David CARLIER (1): BUG/MINOR: threads: Fixes the number of possible cpus report for Mac. Frédéric Lécaille (2): BUG/MINOR: peers: Wrong "new_conn" value for "show peers" CLI command. MINOR: contrib: Make the wireshark peers dissector compile for more distribs. Jerome Magnin (1): BUG/MINOR: init: enforce strict-limits when using master-worker Remi Tricot-Le Breton (1): BUG/MINOR: sample: Memory leak of sample_expr structure in case of error William Dauchy (1): BUG/MINOR: sample: check alloc_trash_chunk return value in concat() William Lallemand (3): BUG/MINOR: ssl: init tmp chunk correctly in ssl_sock_load_sctl_from_file() BUG/MEDIUM: ssl/cli: abort ssl cert is freeing the old store BUILD: Makefile: move REGTESTST_TYPE default setting Willy Tarreau (7): BUG/MINOR: mux_h2: missing space between "st" and ".flg" in the "show fd" helper BUG/MEDIUM: mux-h2: fix read0 handling on partial frames DOC: management: fix "show resolvers" alphabetical ordering BUG/MEDIUM: ssl: check a connection's status before computing a handshake BUG/MINOR: xxhash: make sure armv6 uses memcpy() BUG/MEDIUM: mux-h2: handle remaining read0 cases BUG/MEDIUM: mux-h2: do not quit the demux loop before setting END_REACHED