Changes since version 3.0.8 : Amaury Denoyelle (3): BUG/MEDIUM: mux-quic: do not attach on already closed stream MINOR: mux-quic: change return value of qcs_attach_sc() BUG/MINOR: mux-quic: handle closure of uni-stream Aurelien DARRAGON (1): DOC: management: rename some last occurences from domain "dns" to "resolvers" Christopher Faulet (4): BUG/MINOR: spoe: Check the shared waiting queue to shut applets during stopping BUG/MINOR: spoe: Allow applet creation when closing the last one during stopping BUG/MEDIUM: spoe: Don't wakeup idle applets in loop during stopping REGTESTS: Fix truncated.vtc to send 0-CRLF Damien Claisse (1): BUG/MINOR: cfgparse-tcp: relax namespace bind check Dragan Dosen (1): BUG/MEDIUM: server: properly initialize PROXY v2 TLVs Lukas Tribus (1): DOC: option redispatch should mention persist options Valentine Krasnobaeva (1): MINOR: startup: adjust alert messages, when capabilities are missed William Lallemand (5): BUG/MEDIUM: ssl: chosing correct certificate using RSA-PSS with TLSv1.3 BUG/MEDIUM: htx: wrong count computation in htx_xfer_blks() DOC: htx: clarify parameter for htx_xfer_blks() TESTS: ist: fix wrong array size CI: github: fix h2spec.config proxy names Willy Tarreau (3): BUG/MEDIUM: fd: mark FD transferred to another process as FD_CLONED BUG/MINOR: stream: fix age calculation in "show sess" output BUG/MEDIUM: thread: use pthread_self() not ha_pthread[tid] in set_affinity