Changes since version 3.2-dev15 : Amaury Denoyelle (1): BUG/MEDIUM: mux-quic: fix crash on invalid fctl frame dereference 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 (7): 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