Changes since version 2.5.0 : Bertrand Jacquin (1): BUG/MINOR: lua: remove loop initial declarations Christopher Faulet (11): BUG/MINOR: cache: Fix loop on cache entries in "show cache" BUG/MEDIUM: cli: Properly set stream analyzers to process one command at a time BUG/MINOR: server: Don't rely on last default-server to init server SSL context BUG/MEDIUM: resolvers: Detach query item on response error BUG/MEDIUM: h1: Properly reset h1m flags when headers parsing is restarted MINOR: mux-h1: Improve H1 traces by adding info about http parsers BUILD: bug: Fix error when compiling with -DDEBUG_STRICT_NOCRASH MINOR: http-rules: Add capture action to http-after-response ruleset BUG/MINOR: cli/server: Don't crash when a server is added with a custom id DOC: spoe: Clarify use of the event directive in spoe-message section DOC: config: Specify %Ta is only available in HTTP mode Emeric Brun (1): BUG/MAJOR: segfault using multiple log forward sections. Lukas Tribus (2): DOC: config: retry-on list is space-delimited DOC: config: fix error-log-format example Remi Tricot-Le Breton (2): BUG/MINOR: vars: Fix the set-var and unset-var converters MINOR: ssl: Remove empty lines from "show ssl ocsp-response" output Tim Duesterhus (1): BUG/MEDIUM: sample: Fix memory leak in sample_conv_jwt_member_query William Lallemand (6): BUG/MINOR: httpclient: allow to replace the host header BUG/MINOR: lua: don't expose internal proxies BUG/MEDIUM: mworker: FD leak of the eventpoll in wait mode BUG/MINOR: mworker: deinit of thread poller was called when not initialized MINOR: cli: "show version" displays the current process version BUG/MEDIUM: mworker/cli: crash when trying to access an old PID in prompt mode Willy Tarreau (4): BUILD: evports: remove a leftover from the dead_fd cleanup BUILD: tree-wide: avoid warnings caused by redundant checks of obj_types IMPORT: slz: use the correct CRC32 instruction when running in 32-bit mode MINOR: pools: work around possibly slow malloc_trim() during gc