Changes since version 1.8.27 : Amaury Denoyelle (2): BUG/MINOR: config: copy extra cookie attributes from dfl proxy BUG/MINOR: srv: do not init address if backend is disabled Christian Ruppert (1): BUILD: hpack: hpack-tbl-t.h uses VAR_ARRAY but does not include compiler.h Christopher Faulet (7): BUG/MINOR: http-fetch: Fix calls w/o parentheses of the cookie sample fetches MINOR: spoe: Don't close connection in sync mode on processing timeout DOC: config: Move req.hdrs and req.hdrs_bin in L7 samples fetches section BUG/MINOR: tools: make parse_time_err() more strict on the timer validity BUG/MINOR: tools: Reject size format not starting by a digit BUG/MEDIUM: lb-leastconn: Reposition a server using the right eweight CLEANUP: lua: Remove declaration of an inexistant function David Carlier (1): DOC: email change of the DeviceAtlas maintainer Maciej Zdeb (1): BUG/MINOR: http-fetch: Extract cookie value even when no cookie name Olivier Houchard (1): MINOR: atomic: don't use ; to separate instruction on aarch64. Phil Scherer (1): DOC/MINOR: Fix formatting in Management Guide Thayne McCombs (2): DOC: fix some spelling issues over multiple files SCRIPTS: announce-release: fix typo in help message Thierry Fournier (7): BUG/MINOR: lua: lua-load doesn't check its parameters BUG/MINOR: lua: Post init register function are not executed beyond the first one BUG/MINOR: lua: Some lua init operation are processed unsafe MINOR: actions: Export actions lookup functions MINOR: actions: add a function returning a service pointer from its name MINOR: cli: add a function to look up a CLI service description BUG/MINOR: lua: warn when registering action, conv, sf, cli or applet multiple times Tim Duesterhus (1): BUG/MINOR: cfgparse: Fail if the strdup() for `rule->be.name` for `use_backend` fails William Lallemand (1): BUG/MEDIUM: mworker: fix again copy_argv() Willy Tarreau (8): CLEANUP: stream: remove an obsolete debugging test BUILD: Makefile: have "make clean" destroy .o/.a/.s in contrib subdirs as well CONTRIB: halog: fix build issue caused by %L printf format CONTRIB: halog: mark the has_zero* functions unused CONTRIB: halog: fix signed/unsigned build warnings on counts and timestamps BUILD: plock: remove dead code that causes a warning in gcc 11 SCRIPTS: improve announce-release to support different tag and versions SCRIPTS: make announce release support preparing announces before tag exists