Changes since version 2.3.2 : Amaury Denoyelle (2): BUG/MINOR: srv: do not init address if backend is disabled BUG/MINOR: srv: do not cleanup idle conns if pool max is null Baptiste Assmann (1): BUG/MINOR: dns: SRV records ignores duplicated AR records Christian Ruppert (1): BUILD: hpack: hpack-tbl-t.h uses VAR_ARRAY but does not include compiler.h Christopher Faulet (12): BUG/MINOR: mux-h1: Handle keep-alive timeout for idle frontend connections BUG/MINOR: http-check: Use right condition to consider HTX message as full BUG/MINOR: tcpcheck: Don't rearm the check timeout on each read MINOR: tcpcheck: Only wait for more payload data on HTTP expect rules 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 BUG/MINOR: mux-h1: Don't set CS_FL_EOI too early for protocol upgrade requests BUG/MEDIUM: http-ana: Never for sending data in TUNNEL mode BUG/MEDIUM: mux-h1: Handle h1_process() failures on a pipelined request BUG/MINOR: tcpcheck: Report a L7OK if the last evaluated rule is a send rule BUG/MINOR: stats: Make stat_l variable used to dump a stat line thread local David Carlier (2): BUILD/MINOR: haproxy DragonFlyBSD affinity build update. DOC: email change of the DeviceAtlas maintainer Emeric Brun (2): BUG/MEDIUM: local log format regression. BUG/MAJOR: ring: tcp forward on ring can break the reader counter. Gilchrist Dadaglo (8): BUG/MAJOR: spoa/python: Fixing return None DOC: spoa/python: Fixing typo in IP related error messages DOC: spoa/python: Rephrasing memory related error messages DOC: spoa/python: Fixing typos in comments BUG/MINOR: spoa/python: Cleanup references for failed Module Addobject operations BUG/MINOR: spoa/python: Cleanup ipaddress objects if initialization fails BUG/MEDIUM: spoa/python: Fixing PyObject_Call positional arguments BUG/MEDIUM: spoa/python: Fixing references to None Ilya Shipitsin (2): BUILD: SSL: fine guard for SSL_CTX_add_server_custom_ext call BUILD: ssl: fine guard for SSL_CTX_get0_privatekey call Jan Wagner (1): DOC: fix "smp_size" vs "sample_size" in "log" directive arguments Olivier Houchard (2): BUG/MEDIUM: lists: Lock the element while we check if it is in a list. MINOR: atomic: don't use ; to separate instruction on aarch64. Phil Scherer (1): DOC/MINOR: Fix formatting in Management Guide Thierry Fournier (8): BUG/MINOR: lua: missing "\n" in error message 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 (4): BUG/MEDIUM: mux_h2: Add missing braces in h2_snd_buf()around trace+wakeup BUG/MINOR: sink: Return an allocation failure in __sink_new if strdup() fails BUG/MINOR: cfgparse: Fail if the strdup() for `rule->be.name` for `use_backend` fails DOC: Improve the message printed when running `make` w/o `TARGET` William Lallemand (2): MEDIUM: ssl: fatal error with bundle + openssl < 1.1.1 BUG/MEDIUM: ssl/crt-list: bad behavior with "commit ssl cert" Willy Tarreau (17): MINOR: task: remove __tasklet_remove_from_tasklet_list() BUG/MEDIUM: task: close a possible data race condition on a tasklet's list link BUG/MINOR: mux-h2/stats: make stream/connection proto errors more accurate BUG/MINOR: mux-h2/stats: not all GOAWAY frames are errors BUG/MINOR: listener: use sockaddr_in6 for IPv6 MINOR: protocol: add a ->set_port() helper to address families MINOR: listener: automatically set the port when creating listeners MINOR: listener: now use a generic add_listener() function REGTESTS: make use of HAPROXY_ARGS and pass -dM by default 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 CONTRIB: debug: address "poll" utility build on non-linux platforms 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 Your Name (1): MINOR: plock: use an ARMv8 instruction barrier for the pause instruction