Changes since version 2.9.9 : Amaury Denoyelle (9): SCRIPTS: git-show-backports: do not truncate git-show output BUG/MINOR: h3: fix crash on STOP_SENDING receive after GOAWAY emission BUG/MINOR: mux-quic: fix crash on qcs SD alloc failure BUG/MINOR: quic: fix BUG_ON() on Tx pkt alloc failure BUG/MEDIUM: h3: ensure the ":method" pseudo header is totally valid BUG/MEDIUM: h3: ensure the ":scheme" pseudo header is totally valid BUG/MEDIUM: quic: fix race-condition in quic_get_cid_tid() BUG/MINOR: quic: fix race condition in qc_check_dcid() BUG/MINOR: quic: fix race-condition on trace for CID retrieval Aurelien DARRAGON (2): DOC: api/event_hdl: small updates, fix an example and add some precisions BUG/MINOR: hlua: report proper context upon error in hlua_cli_io_handler_fct() Christopher Faulet (2): BUG/MEDIUM: proxy: fix email-alert invalid free BUG/MEDIUM: stick-table: Decrement the ref count inside lock to kill a session William Lallemand (3): REGTESTS: ssl: fix some regtests 'feature cmd' start condition DOC: configuration: fix alphabetical order of bind options DOC: configuration: more details about the master-worker mode Willy Tarreau (2): MINOR: activity: make the memory profiling hash size configurable at build time BUG/MEDIUM: quic: fix possible exit from qc_check_dcid() without unlocking