Changes since version 2.4.24 : Aurelien DARRAGON (11): BUG/MINOR: hlua: fix invalid use of lua_pop on error paths BUG/MINOR: stktable: allow sc-set-gpt(0) from tcp-request connection BUG/MINOR: hlua_fcn: potentially unsafe stktable_data_ptr usage DOC: lua: fix core.register_action typo BUG/MINOR: hlua/action: incorrect message on E_YIELD error MINOR: hlua: add hlua_stream_ctx_prepare helper function BUG/MEDIUM: hlua: streams don't support mixing lua-load with lua-load-per-thread BUG/MEDIUM: hlua: don't pass stale nargs argument to lua_resume() BUG/MINOR: hlua/init: coroutine may not resume itself BUG/MINOR: server: add missing free for server->rdr_pfx MINOR: pattern: fix pat_{parse,match}_ip() function comments Cedric Paillet (1): BUG/MINOR: promex: fix backend_agg_check_status Christopher Faulet (5): BUG/MEDIUM: dns: Be sure to unlock DSS when existing dns_session_io_handler() BUG/MEDIUM: stconn: Wake applets on sending path if there is a pending shutdown BUG/MEDIUM: stconn/stream: Forward shutdown on write timeout BUG/MEDIUM: mux-fcgi: Don't swap trash and dbuf when handling STDERR records BUG/MAJOR: mux-h2: Report a protocol error for any DATA frame before headers Frédéric Lécaille (1): MINOR: buf: Add b_force_xfer() function Tim Duesterhus (1): CI: Update to actions/checkout@v4 William Lallemand (1): BUILD: Makefile: add the USE_QUIC option to make help Willy Tarreau (3): SCRIPTS: git-show-backports: automatic ref and base detection with -m BUG/MINOR: ssl_sock: fix possible memory leak on OOM BUG/MINOR: freq_ctr: fix possible negative rate with the scaled API