Changes since version 2.0.23 : Christopher Faulet (8): BUG/MEDIUM: tcp-check: Do not dereference inexisting connection 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/MEDIUM: spoe: Fix policy to close applets when SPOE connections are queued DOC: Improve the lua documentation DOC: config: Fix 'http-response send-spoe-group' documentation Remi Tricot-Le Breton (1): BUG/MINOR: connection: Add missing error labels to conn_err_code_str William Lallemand (1): BUG/MINOR: systemd: must check the configuration using -Ws Willy Tarreau (4): BUILD: add detection of missing important CFLAGS 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: server: update last_change on maint->ready transitions too