Changes since version 3.3-dev5 : Alexander Stephan (1): MINOR: sample: Add le2dec (little endian to decimal) sample fetch 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 (5): 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 BUG/MEDIUM: hlua_fcn: ensure systematic watcher cleanup for server list iterator William Lallemand (7): 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 BUG/MINOR: acme: possible integer underflow in acme_txt_record()