Changes since version 3.4-dev9 : Amaury Denoyelle (7): BUG/MINOR: mux_quic: limit avail_streams() to 2^62 MINOR: h3: simplify GOAWAY local emission MEDIUM: h3: prevent new streams on GOAWAY reception MINOR: mux-quic: release BE idle conn after GOAWAY reception BUG/MINOR: xprt_qstrm: read record length in 64bits BUG/MINOR: mux_quic: convert QCC rx.rlen to 64bits BUG/MINOR: xprt_qstrm: reduce max record length check Aurelien DARRAGON (2): BUG/MINOR: task: fix uninitialised read in run_tasks_from_lists() MINOR: compression: prefix compression oriented functions with "comp_" Ilia Shipitsin (1): CI: github: do not install pcre-devel on Fedora Rawhide build Miroslav Zagorac (5): MINOR: otel: added debug thread ID support for the OTel C wrapper library MINOR: otel: test: added option parsing to the speed test script MINOR: otel: test: replaced argument variables with positional parameters in run scripts CLEANUP: otel: removed insecure-fork-wanted requirement MINOR: otel: test: unified run scripts into a single symlinked script Olivier Houchard (1): BUG/MEDIUM: checks: Don't forget to set the "alt_proto" field Tim Duesterhus (1): CI: Build halog as part of contrib.yml William Lallemand (11): CI: github: merge Test and Test-musl in VTest.yml CI: github: revert quictls version on cross-zoo.yml CI: github: use quictls-3.1.7 for cross-zoo.yml BUILD: ssl/sample: potential null pointer dereference in sample_conv_aes CI: github: add an i686 job in cross-zoo.yml CI: github: run cross-zoo.yml weekly CI: github: add cross-zoo.yml in README.md CI: github: fix sysctl in fedora-rawhide CI: github: switch to USE_PCRE2 in Fedora Rawhide build MINOR: acme: implement draft-ietf-acme-profiles MINOR: acme: allow IP SAN in certificate request Willy Tarreau (4): DOC: config: fix spelling of "max-threads-per-group" in the index MEDIUM: threads: change the default max-threads-per-group value to 16 BUG/MEDIUM: mux-h2: ignore conn->owner when deciding if a connection is dead BUILD: haterm: don't pass size_t to %lu in error messages