Changes since version 2.5-dev14 : Amaury Denoyelle (6): BUG/MINOR: h3: ignore unknown frame types MINOR: quic: redirect app_ops snd_buf through mux MEDIUM: quic: inspect ALPN to install app_ops MINOR: quic: support hq-interop MEDIUM: quic: send version negotiation packet on unknown version BUG/MINOR: quic: fix version negotiation packet generation Christopher Faulet (4): BUG/MINOR: stick-table/cli: Check for invalid ipv6 key CLEANUP: peers: Remove useless test on peer variable in peer_trace() DOC: log: Add comments to specify when session's listener is defined or not BUG/MEDIUM: mux-h1: Handle delayed silent shut in h1_process() to release H1C William Lallemand (6): REGTESTS: ssl_crt-list_filters: feature cmd incorrectly set BUG/MEDIUM: mworker: cleanup the listeners when reexecuting CLEANUP: ssl: fix wrong #else commentary BUG/MEDIUM: ssl: backend TLS resumption with sni and TLSv1.3 BUG/MEDIUM: ssl: abort with the correct SSL error when SNI not found REGTESTS: ssl: test the TLS resumption Willy Tarreau (9): DOC: internals: document the list API DOC: internals: document the scheduler API MINOR: config: support default values for environment variables SCRIPTS: run-regtests: reduce the number of processes needed to check options SCRIPT: run-regtests: avoid several calls to grep to test for features SCRIPT: run-regtests: avoid calling awk to compute the version REGTEST: set retries count to zero for all tests that expect at 503 REGTESTS: make tcp-check_min-recv fail fast REGTESTS: extend the default I/O timeouts and make them overridable