Changes since version 3.2-dev12 : Aurelien DARRAGON (3): DOC: config: fix ACME paragraph rendering issue DOC: config: clarify log-forward "host" option MINOR: promex: expose ST_I_PX_RATE (current_session_rate) Olivier Houchard (7): MEDIUM: checks: Make sure we return the tasklet from srv_chk_io_cb MEDIUM: listener: Make sure w ereturn the tasklet from accept_queue_process MEDIUM: mux_fcgi: Make sure we return the tasklet from fcgi_deferred_shut MEDIUM: quic: Make sure we return the tasklet from qcc_io_cb MEDIUM: quic: Make sure we return NULL in quic_conn_app_io_cb if needed MEDIUM: quic: Make sure we return the tasklet from quic_accept_run BUG/MAJOR: tasklets: Make sure he tasklet can't run twice William Lallemand (6): MINOR: ssl/cli: add a '-t' option to 'show ssl sni' BUG/MINOR: ssl/acme: free EVP_PKEY upon error MINOR: acme: separate the code generating private keys MINOR: acme: failure when no directory is specified MEDIUM: acme: generate the account file when not found MEDIUM: acme: use 'crt-base' to load the account key Willy Tarreau (13): BUG/MAJOR: listeners: transfer connection accounting when switching listeners BUILD: acme: use my_strndup() instead of strndup() BUILD: leastconn: fix build warning when building without threads on old machines MINOR: threads: prepare DEBUG_THREAD to receive more values MINOR: threads: turn the full lock debugging to DEBUG_THREAD=2 MEDIUM: threads: keep history of taken locks with DEBUG_THREAD > 0 MINOR: threads/cli: display the lock history on "show threads" MEDIUM: thread: set DEBUG_THREAD to 1 by default MINOR: compiler: add more macros to detect macro definitions MINOR: cli: split APPCTX_CLI_ST1_PROMPT into two distinct flags MEDIUM: cli: make the prompt mode configurable between n/i/p MEDIUM: mcli: make the prompt mode configurable between i/p MEDIUM: mcli: replicate the current mode when enterin the worker process