Changes since version 2.7-dev2 : Amaury Denoyelle (1): BUG/MINOR: quic: do not send CONNECTION_CLOSE_APP in initial/handshake Brad Smith (1): BUILD: makefile: Fix install(1) handling for OpenBSD/NetBSD/Solaris/AIX Christopher Faulet (4): BUILD: debug: Add braces to if statement calling only CHECK_IF() BUG/MINOR: fd: Properly init the fd state in fd_insert() BUG/MEDIUM: stconn: Only reset connect expiration when processing backend side BUG/MINOR: backend: Fallback on RR algo if balance on source is impossible Frédéric Lécaille (1): BUG/MAJOR: mux_quic: fix invalid PROTOCOL_VIOLATION on POST data overlap William Lallemand (7): MINOR: resolvers: resolvers_destroy() deinit and free a resolver BUG/MINOR: resolvers: shut off the warning for the default resolvers BUG/MINOR: ssl: allow duplicate certificates in ca-file directories MINOR: init: load OpenSSL error strings MINOR: ssl: enhance ca-file error emitting BUG/MINOR: mworker/cli: relative pid prefix not validated anymore BUG/MEDIUM: mworker: proc_self incorrectly set crashes upon reload Willy Tarreau (5): BUG/MEDIUM: tools: avoid calling dlsym() in static builds (try 2) BUG/MINOR: tools: fix statistical_prng_range()'s output range BUG/MEDIUM: fd/threads: fix incorrect thread selection in wakeup broadcast BUILD: add detection for unsupported compiler models BUG/MEDIUM: master: force the thread count earlier