Changes since version 2.4.27 : Amaury Denoyelle (3): SCRIPTS: git-show-backports: do not truncate git-show output MINOR: session: rename private conns elements BUG/MAJOR: server: do not delete srv referenced by session Aurelien DARRAGON (5): BUG/MEDIUM: cli: fix cli_output_msg() regression DOC: management: rename show stats domain cli "dns" to "resolvers" BUG/MINOR: hlua: report proper context upon error in hlua_cli_io_handler_fct() BUG/MINOR: pattern: prevent const sample from being tampered in pat_match_beg() BUG/MEDIUM: pattern: prevent UAF on reused pattern expr Christopher Faulet (6): BUG/MEDIUM: spoe: Be sure to create a SPOE applet if none on the current thread BUG/MINOR: cli: Atomically inc the global request counter between CLI commands BUG/MEDIUM: stream: Prevent mux upgrades if client connection is no longer ready BUG/MEDIUM: cli: Always release back endpoint between two commands on the mcli BUG/MEDIUM: h2: Only report early HTX EOM for tunneled streams BUG/MINOR: server: Don't warn fallback IP is used during init-addr resolution Ilia Shipitsin (1): BUG/MINOR: fcgi-app: handle a possible strdup() failure Valentine Krasnobaeva (5): DOC/MINOR: management: add missed -dR and -dv options BUG/MINOR: proto_tcp: delete fd from fdtab if listen() fails BUG/MINOR: proto_uxst: delete fd from fdtab if listen() fails BUG/MINOR: pattern: pat_ref_set: fix UAF reported by coverity BUG/MINOR: pattern: pat_ref_set: return 0 if err was found William Lallemand (2): DOC: configuration: fix alphabetical order of bind options MEDIUM: ssl: initialize the SSL stack explicitely Willy Tarreau (5): BUG/MINOR: cfgparse: remove the correct option on httpcheck send-state warning BUG/MINOR: trace: automatically start in waiting mode with "start " BUG/MINOR: pattern: do not leave a leading comma on "set" error messages REGTESTS: fix random failures with wrong_ip_port_logging.vtc under load BUG/MINOR: polling: fix time reporting when using busy polling