Changes since version 3.3-dev5 : Amaury Denoyelle (8): MINOR: mux-quic: release conn after shutdown on BE reuse failure MINOR: session: strengthen connection attach to session MINOR: session: remove redundant target argument from session_add_conn() MINOR: session: strengthen idle conn limit check MINOR: session: do not release conn in session_check_idle_conn() MINOR: session: streamline session_check_idle_conn() usage MINOR: muxes: refactor private connection detach BUG/MEDIUM: mux-quic: ensure Early-data header is set Aurelien DARRAGON (4): BUG/MINOR: hlua: take default-path into account with lua-load-per-thread CLEANUP: counters: rename counters_be_shared_init to counters_be_shared_prepare MINOR: clock: make global_now_ms a pointer MINOR: clock: make global_now_ns a pointer as well William Lallemand (6): MINOR: acme: implement traces BUILD: acme: avoid declaring TRACE_SOURCE in acme-t.h MINOR: acme: emit a log for DNS-01 challenge response MINOR: acme: emit the DNS-01 challenge details on the dpapi sink MEDIUM: acme: allow to wait and restart the task for DNS-01 MINOR: acme: update the log for DNS-01