Changes since version 2.3.12 : Amaury Denoyelle (1): BUG/MEDIUM: ssl_sample: fix segfault for srv samples on invalid request Christopher Faulet (9): BUG/MINOR: resolvers: Use a null-terminated string to lookup in servers tree BUG/MINOR: mux-h2: Obey dontlognull option during the preface BUG/MEDIUM: mux-h2: Handle remaining read0 cases on partial frames MINOR: spoe: Add a pointer on the filter config in the spoe_agent structure BUG/MEDIUM: spoe: Create a SPOE applet if necessary when the last one is released BUG/MINOR: tcpcheck: Properly detect pending HTTP data in output buffer DOC: Improve the lua documentation DOC: config: Fix 'http-response send-spoe-group' documentation BUG/MEDIUM: spoe: Fix policy to close applets when SPOE connections are queued Emeric Brun (1): BUG/MEDIUM: cfgcheck: verify existing log-forward listeners during config check Remi Tricot-Le Breton (1): BUG/MINOR: connection: Add missing error labels to conn_err_code_str William Lallemand (2): BUG/MINOR: systemd: must check the configuration using -Ws BUG/MINOR: buffer: fix buffer_dump() formatting Willy Tarreau (10): BUILD: add detection of missing important CFLAGS BUILD: lua: silence a build warning with TCC BUG/MEDIUM: mworker: do not register an exit handler if exit is expected BUG/MINOR: mworker: do not export HAPROXY_MWORKER_REEXEC across programs BUG/MINOR: check: fix the condition to validate a port-less server BUG/MEDIUM: pollers: clear the sleeping bit after waking up, not before BUG/MINOR: select: fix excess number of dead/skip reported BUG/MINOR: poll: fix abnormally high skip_fd counter BUG/MINOR: pollers: always program an update for migrated FDs BUG/MINOR: server: update last_change on maint->ready transitions too