Changes since version 3.2-dev15 : Amaury Denoyelle (6): BUG/MEDIUM: mux-quic: fix crash on invalid fctl frame dereference MINOR: quic: account Tx data per stream MINOR: mux-quic: account Rx data per stream MINOR: quic: add stream format for "show quic" MINOR: quic: display QCS info on "show quic stream" MINOR: quic: display stream age Aurelien DARRAGON (3): BUG/MINOR: threads: fix soft-stop without multithreading support BUG/MINOR: server: dont depend on proxy for server cleanup in srv_drop() BUG/MINOR: server: perform lbprm deinit for dynamic servers William Lallemand (7): MINOR: acme: add the global option 'acme.scheduler' BUG/MINOR: ssl: doesn't fill conf->crt with first arg BUG/MINOR: ssl: prevent multiple 'crt' on the same ssl-f-use line BUG/MINOR: ssl/ckch: always free() the previous entry during parsing MINOR: tools: ha_freearray() frees an array of string BUG/MINOR: ssl/ckch: always ha_freearray() the previous entry during parsing MINOR: ssl/ckch: warn when the same keyword was used twice Willy Tarreau (14): DEBUG: pool: permit per-pool UAF configuration DEBUG: pools: add a new integrity mode "backup" to copy the released area MEDIUM: sock-inet: re-check IPv6 connectivity every 30s BUG/MINOR: tools: improve parse_line()'s robustness against empty args BUG/MINOR: cfgparse: improve the empty arg position report's robustness MINOR: http: add a function to validate characters of :authority BUG/MEDIUM: h2/h3: reject some forbidden chars in :authority before reassembly BUG/MINOR: cpu-topo: fix group-by-cluster policy for disordered clusters MINOR: cpu-topo: add a new "group-by-ccx" CPU policy MINOR: cpu-topo: provide a function to sort clusters by average capacity MEDIUM: cpu-topo: change "performance" to consider per-core capacity MEDIUM: cpu-topo: change "efficiency" to consider per-core capacity MEDIUM: cpu-topo: prefer grouping by CCX for "performance" and "efficiency" MEDIUM: config: change default limits to 1024 threads and 32 groups