Changes since version 2.2.33 : Amaury Denoyelle (2): BUG/MEDIUM: http_ana: ignore NTLM for reuse aggressive/always and no H1 SCRIPTS: git-show-backports: do not truncate git-show output Aurelien DARRAGON (7): BUG/MINOR: log: fix lf_text_len() truncate inconsistency BUG/MINOR: tools/log: invalid encode_{chunk,string} usage BUG/MINOR: log: invalid snprintf() usage in sess_build_logline() BUG/MEDIUM: fd: prevent memory waste in fdtab array CLEANUP: hlua: use hlua_pusherror() where relevant DOC: management: rename show stats domain cli "dns" to "resolvers" BUG/MINOR: hlua: report proper context upon error in hlua_cli_io_handler_fct() Christopher Faulet (4): BUG/MEDIUM: http-ana: Deliver 502 on keep-alive for fressh server connection BUG/MEDIUM: stconn: Don't forward channel data if input data must be filtered BUG/MINOR: htpp-ana/stats: Specify that HTX redirect messages have a C-L header BUG/MINOR: stats: Don't state the 303 redirect response is chunked Ilya Shipitsin (1): CI: introduce scripts/build-vtest.sh for installing VTest Valentine Krasnobaeva (3): BUG/MINOR: ssl/ocsp: init callback func ptr as NULL BUG/MINOR: haproxy: only tid 0 must not sleep if got signal DOC/MINOR: management: add missed -dR and -dv options William Lallemand (4): DOC: configuration: clarify ciphersuites usage DOC: configuration: clarify ciphersuites usage (V2) BUG/MEDIUM: ssl: wrong priority whem limiting ECDSA ciphers in ECDSA+RSA configuration DOC: configuration: fix alphabetical order of bind options Willy Tarreau (10): BUG/MEDIUM: connection: report connection errors even when no mux is installed BUG/MEDIUM: evports: do not clear returned events list on signal BUG/MINOR: fd: my_closefrom() on Linux could skip contiguous series of sockets BUG/MINOR: h1: fix detection of upper bytes in the URI BUG/MEDIUM: htx: mark htx_sl as packed since it may be realigned BUILD: fd: errno is also needed without poll() BUG/MINOR: tcpcheck: report correct error in tcp-check rule parser BUG/MINOR: tools: fix possible null-deref in env_expand() on out-of-memory BUG/MINOR: cfgparse: remove the correct option on httpcheck send-state warning CI: scripts: fix build of vtest regarding option -C