Changes since version 3.2-dev2 : Amaury Denoyelle (8): BUG/MAJOR: mux-quic: fix BUG_ON on empty STREAM emission Revert "BUG/MAJOR: mux-quic: fix BUG_ON on empty STREAM emission" BUG/MAJOR: mux-quic: properly fix BUG_ON on empty STREAM emission MINOR: mux-quic: add traces on sd attach BUG/MEDIUM: mux-quic: do not attach on already closed stream BUG/MINOR: mux-quic: fix wakeup on qcc_set_error() MINOR: mux-quic: change return value of qcs_attach_sc() BUG/MINOR: mux-quic: handle closure of uni-stream Aurelien DARRAGON (2): DOC: config: add missing "track-sc0" in action keywords matrix BUG/MINOR: stktable: invalid use of stkctr_set_entry() with mixed table types Christopher Faulet (5): BUG/MEDIUM: mux-h2: Count copied data when looping on RX bufs in h2_rcv_buf() BUG/MINOR: log: Allow to use if/unless conditionnals for do-log action MINOR: config: Alert about extra arguments for errorfile and errorloc BUG/MEDIUM: promex/resolvers: Don't dump metrics if no nameserver is defined BUG/MEDIUM: h1-htx: Properly handle bodyless messages Frederic Lecaille (1): BUG/MAJOR: ssl/ocsp: fix NULL conn object dereferencing to access QUIC TLS counters Ilia Shipitsin (3): BUG/MINOR: compression: handle a possible strdup() failure BUG/MINOR: pool: handle a possible strdup() failure BUG/MINOR: cfgparse-tcp: handle a possible strdup() failure William Lallemand (1): MEDIUM: errors: get rid of shm_open() Willy Tarreau (5): BUILD: makefile: do not clean standalone binaries on a simple "make clean" BUILD: makefile: add a qinfo macro to pass info in quiet mode DEV: ncpu: add a simple utility to help with NUMA development DEV: ncpu: implement a wrapper mode DEV: ncpu: make the wrapper work both as a lib and executable