Changes since version 3.0.2 : Amaury Denoyelle (12): BUG/MAJOR: quic: fix padding with short packets 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: h3: fix BUG_ON() crash on control stream 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 BUG/MEDIUM: server: fix race on server_atomic_sync() Aurelien DARRAGON (8): BUG/MINOR: log: fix broken '+bin' logformat node option DEBUG: hlua: distinguish burst timeout errors from exec timeout errors BUG/MEDIUM: proxy: fix email-alert invalid free DOC: management: document ptr lookup for table commands 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() BUG/MINOR: server: fix first server template name lookup UAF BUG/MEDIUM: server/dns: prevent DOWN/UP flap upon resolution timeout or error Christopher Faulet (4): BUG/MEDIUM: stick-table: Decrement the ref count inside lock to kill a session BUG/MINOR: promex: Remove Help prefix repeated twice for each metric BUG/MEDIUM: hlua/cli: Fix lua CLI commands to work with applet's buffers BUG/MEDIUM: peers: Fix crash when syncing learn state of a peer without appctx Valentine Krasnobaeva (2): MEDIUM: init: set default for fd_hard_limit via DEFAULT_MAXFD DOC: configuration: update maxconn description William Lallemand (5): REGTESTS: ssl: fix some regtests 'feature cmd' start condition DOC: configuration: fix alphabetical order of bind options DOC: configuration: add details about crt-store in bind "crt" keyword DOC: configuration: more details about the master-worker mode BUG/MINOR: jwt: don't try to load files with HMAC algorithm Willy Tarreau (3): DEV: flags/show-fd-to-flags: adapt to recent versions MINOR: activity: make the memory profiling hash size configurable at build time BUG/MEDIUM: quic: fix possible exit from qc_check_dcid() without unlocking