]> git.ipfire.org Git - thirdparty/haproxy.git/commitdiff
[RELEASE] Released version 2.9-dev11 v2.9-dev11
authorWilly Tarreau <w@1wt.eu>
Fri, 24 Nov 2023 07:14:31 +0000 (08:14 +0100)
committerWilly Tarreau <w@1wt.eu>
Fri, 24 Nov 2023 07:14:31 +0000 (08:14 +0100)
Released version 2.9-dev11 with the following main changes :
    - BUG/MINOR: startup: set GTUNE_SOCKET_TRANSFER correctly
    - BUG/MINOR: sock: mark abns sockets as non-suspendable and always unbind them
    - BUILD: cache: fix build error on older compilers
    - BUG/MAJOR: quic: complete thread migration before tcp-rules
    - BUG/MEDIUM: quic: Possible crash for connections to be killed
    - MINOR: quic: remove unneeded QUIC specific stopping function
    - MINOR: acl: define explicit HTTP_3.0
    - DEBUG: connection/flags: update flags for reverse HTTP
    - BUILD: log: silence a build warning when threads are disabled
    - MINOR: quic: Add traces to debug frames handling during retransmissions
    - BUG/MEDIUM: quic: Possible crash during retransmissions and heavy load
    - BUG/MINOR: quic: Possible leak of TX packets under heavy load
    - BUG/MINOR: quic: Possible RX packet memory leak under heavy load
    - BUG/MINOR: server: do not leak default-server in defaults sections
    - DEBUG: tinfo: store the pthread ID and the stack pointer in tinfo
    - MINOR: debug: start to create a new struct post_mortem
    - MINOR: debug: add OS/hardware info to the post_mortem struct
    - MINOR: debug: report in port_mortem whether a container was detected
    - MINOR: debug: report in post_mortem if the container techno used is docker
    - MINOR: debug: detect CPU model and store it in post_mortem
    - MINOR: debug: report any detected hypervisor in post_mortem
    - MINOR: debug: collect some boot-time info related to the process
    - MINOR: debug: copy the thread info into the post_mortem struct
    - MINOR: debug: dump the mapping of the libs into post_mortem
    - MINOR: debug: add the ability to enter components in the post_mortem struct
    - MINOR: init: add info about the main program to the post_mortem struct
    - DOC: management: document "show dev"
    - CLEANUP: assorted typo fixes in the code and comments
    - CI: limit codespell checks to main repo, not forks
    - DOC: 51d: updated 51Degrees repo URL for v3.2.10
    - DOC: install: update the list of openssl versions
    - MINOR: ext-check: add an option to preserve environment variables
    - BUG/MEDIUM: mux-h1: Don't set CO_SFL_MSG_MORE flag on last fast-forward send
    - MINOR: rhttp: rename proto_reverse_connect
    - MINOR: rhttp: large renaming to use rhttp prefix
    - MINOR: rhttp: add count of active conns per thread
    - MEDIUM: rhttp: support multi-thread active connect
    - MINOR: listener: allow thread kw for rhttp bind
    - DOC: rhttp: replace maxconn by nbconn
    - MINOR: log/balance: rename "log-sticky" to "sticky"
    - MEDIUM: mux-quic: Add consumer-side fast-forwarding support
    - MAJOR: h3: Implement zero-copy support to send DATA frame

CHANGELOG
VERDATE
VERSION
doc/configuration.txt

index c05f0e1d16ac5e57d9d4b2e9056c02ee4aeee535..dae2b9eb3bc45ed7f57892ce7ac8148604a9a73b 100644 (file)
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,6 +1,50 @@
 ChangeLog :
 ===========
 
+2023/11/24 : 2.9-dev11
+    - BUG/MINOR: startup: set GTUNE_SOCKET_TRANSFER correctly
+    - BUG/MINOR: sock: mark abns sockets as non-suspendable and always unbind them
+    - BUILD: cache: fix build error on older compilers
+    - BUG/MAJOR: quic: complete thread migration before tcp-rules
+    - BUG/MEDIUM: quic: Possible crash for connections to be killed
+    - MINOR: quic: remove unneeded QUIC specific stopping function
+    - MINOR: acl: define explicit HTTP_3.0
+    - DEBUG: connection/flags: update flags for reverse HTTP
+    - BUILD: log: silence a build warning when threads are disabled
+    - MINOR: quic: Add traces to debug frames handling during retransmissions
+    - BUG/MEDIUM: quic: Possible crash during retransmissions and heavy load
+    - BUG/MINOR: quic: Possible leak of TX packets under heavy load
+    - BUG/MINOR: quic: Possible RX packet memory leak under heavy load
+    - BUG/MINOR: server: do not leak default-server in defaults sections
+    - DEBUG: tinfo: store the pthread ID and the stack pointer in tinfo
+    - MINOR: debug: start to create a new struct post_mortem
+    - MINOR: debug: add OS/hardware info to the post_mortem struct
+    - MINOR: debug: report in port_mortem whether a container was detected
+    - MINOR: debug: report in post_mortem if the container techno used is docker
+    - MINOR: debug: detect CPU model and store it in post_mortem
+    - MINOR: debug: report any detected hypervisor in post_mortem
+    - MINOR: debug: collect some boot-time info related to the process
+    - MINOR: debug: copy the thread info into the post_mortem struct
+    - MINOR: debug: dump the mapping of the libs into post_mortem
+    - MINOR: debug: add the ability to enter components in the post_mortem struct
+    - MINOR: init: add info about the main program to the post_mortem struct
+    - DOC: management: document "show dev"
+    - CLEANUP: assorted typo fixes in the code and comments
+    - CI: limit codespell checks to main repo, not forks
+    - DOC: 51d: updated 51Degrees repo URL for v3.2.10
+    - DOC: install: update the list of openssl versions
+    - MINOR: ext-check: add an option to preserve environment variables
+    - BUG/MEDIUM: mux-h1: Don't set CO_SFL_MSG_MORE flag on last fast-forward send
+    - MINOR: rhttp: rename proto_reverse_connect
+    - MINOR: rhttp: large renaming to use rhttp prefix
+    - MINOR: rhttp: add count of active conns per thread
+    - MEDIUM: rhttp: support multi-thread active connect
+    - MINOR: listener: allow thread kw for rhttp bind
+    - DOC: rhttp: replace maxconn by nbconn
+    - MINOR: log/balance: rename "log-sticky" to "sticky"
+    - MEDIUM: mux-quic: Add consumer-side fast-forwarding support
+    - MAJOR: h3: Implement zero-copy support to send DATA frame
+
 2023/11/18 : 2.9-dev10
     - CLEANUP: Re-apply xalloc_size.cocci (3)
     - BUG/MEDIUM: stconn: Report send activity during mux-to-mux fast-forward
diff --git a/VERDATE b/VERDATE
index 70c82f4bbbbae32db5cc3c7c855f1d5c4c7a6f62..7402ff31444c5767567a70fcea4b5575afdc79bb 100644 (file)
--- a/VERDATE
+++ b/VERDATE
@@ -1,2 +1,2 @@
 $Format:%ci$
-2023/11/18
+2023/11/24
diff --git a/VERSION b/VERSION
index 373ba7b16c4379ce27afb41907138a1026500834..d065a0e9889668dd124ad212bc8df709179204c7 100644 (file)
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-2.9-dev10
+2.9-dev11
index 269d75738004f8e0371a94ce209535df7a58c893..1f44785e8c1d4a489993c4828ff628c5a5d2a9ce 100644 (file)
@@ -3,7 +3,7 @@
                           Configuration Manual
                          ----------------------
                               version 2.9
-                              2023/11/18
+                              2023/11/24
 
 
 This document covers the configuration language as implemented in the version