Changes since version 3.3-dev11 : Amaury Denoyelle (8): MINOR: quic: enable SSL on QUIC servers automatically MINOR: quic: reject conf with QUIC servers if not compiled OPTIM: quic: adjust automatic ALPN setting for QUIC servers OPTIM: backend: skip conn reuse for incompatible proxies BUG/MINOR: quic: fix crash on client handshake abort MINOR: quic: do not set conn member if ssl_sock_ctx MINOR: quic: remove connection arg from qc_new_conn() MINOR: quic: remove field Damien Claisse (1): BUG/MINOR: resolvers: ensure fair round robin iteration Maximilian Moehl (1): BUG/MEDIUM: mux-h1: fix 414 / 431 status code reporting Olivier Houchard (4): BUG/MEDIUM: server: Add a rwlock to path parameter BUG/MEDIUM: server: Also call srv_reset_path_parameters() on srv up BUG/MEDIUM: stick-tables: Make sure we handle expiration on all tables MEDIUM: stick-tables: Optimize the expiration process a bit. William Lallemand (8): MINOR: sample: optional AAD parameter support to aes_gcm_enc/dec REGTESTS: converters: check USE_OPENSSL in aes_gcm.vtc SCRIPTS: build-ssl: allow to build a FIPS version without FIPS SCRIPTS: build-ssl: fix rpath in AWS-LC install for openssl and bssl bin CI: github: update to macos-26 MEDIUM: cfgparse: deprecate 'master-worker' keyword alone MEDIUM: cfgparse: 'daemon' not compatible with -Ws DOC: configuration: deprecate the master-worker keyword Willy Tarreau (4): BUG/MAJOR: stats-file: fix crash on non-x86 platform caused by unaligned cast OPTIM: proxy: move atomically access fields out of the read-only ones BUG/MEDIUM: mux-h2: make sure not to move a dead connection to idle BUG/MEDIUM: connections: permit to permanently remove an idle conn