Changes since version 3.1-dev1 : Amaury Denoyelle (7): BUG/MAJOR: quic: fix padding with short packets BUG/MAJOR: quic: do not loop on emission on closing/draining state 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 Aurelien DARRAGON (9): 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 REORG: mailers: move free_email_alert() to mailers.c BUG/MINOR: proxy: fix email-alert leak on deinit() (2nd try) 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() MINOR: cfgparse/log: remove leftover dead code Christopher Faulet (2): BUG/MEDIUM: stick-table: Decrement the ref count inside lock to kill a session MINOR: stick-table: Always decrement ref count before killing a session Frederic Lecaille (1): BUILD: Missing inclusion header for ssize_t type Valentine Krasnobaeva (5): MINOR: capabilities: export capget and __user_cap_header_struct MINOR: capabilities: prepare support for version 3 MINOR: capabilities: use _LINUX_CAPABILITY_VERSION_3 MINOR: cli/debug: show dev: add cmdline and version MINOR: cli/debug: show dev: show capabilities William Lallemand (6): REGTESTS: ssl: fix some regtests 'feature cmd' start condition BUG/MEDIUM: ssl: AWS-LC + TLSv1.3 won't do ECDSA in RSA+ECDSA configuration MINOR: ssl: activate sigalgs feature for AWS-LC REGTESTS: ssl: activate new SSL reg-tests with AWS-LC DOC: configuration: fix alphabetical order of bind options MINOR: sample: date converter takes HTTP date and output an UNIX timestamp Willy Tarreau (3): DEV: flags/show-fd-to-flags: adapt to recent versions MINOR: debug: print gdb hints when crashing BUILD: debug: also declare strlen() in __ABORT_NOW()