]> git.ipfire.org Git - thirdparty/haproxy.git/commitdiff
[RELEASE] Released version 3.2-dev6 v3.2-dev6
authorWilly Tarreau <w@1wt.eu>
Wed, 19 Feb 2025 17:39:51 +0000 (18:39 +0100)
committerWilly Tarreau <w@1wt.eu>
Wed, 19 Feb 2025 17:39:51 +0000 (18:39 +0100)
Released version 3.2-dev6 with the following main changes :
    - BUG/MEDIUM: debug: close a possible race between thread dump and panic()
    - DEBUG: thread: report the spin lock counters as seek locks
    - DEBUG: thread: make lock time computation more consistent
    - DEBUG: thread: report the wait time buckets for lock classes
    - DEBUG: thread: don't keep the redundant _locked counter
    - DEBUG: thread: make lock_stat per operation instead of for all operations
    - DEBUG: thread: reduce the struct lock_stat to store only 30 buckets
    - MINOR: lbprm: add a new callback ->server_requeue to the lbprm
    - MEDIUM: server: allocate a tasklet for asyncronous requeuing
    - MAJOR: leastconn: postpone the server's repositioning under contention
    - BUG/MINOR: quic: reserve length field for long header encoding
    - BUG/MINOR: quic: fix CRYPTO payload size calcul for encoding
    - MINOR: quic: simplify length calculation for STREAM/CRYPTO frames
    - BUG/MINOR: mworker: section ignored in discovery after a post_section_parser
    - BUG/MINOR: mworker: post_section_parser for the last section in discovery
    - CLEANUP: mworker: "program" section does not have a post_section_parser anymore
    - MEDIUM: initcall: allow to register mutiple post_section_parser per section
    - CI: cirrus-ci: bump FreeBSD image to 14-2
    - DOC: initcall: name correctly REGISTER_CONFIG_POST_SECTION()
    - REGTESTS: stop using truncated.vtc on freebsd
    - MINOR: quic: refactor STREAM encoding and splitting
    - MINOR: quic: refactor CRYPTO encoding and splitting
    - BUG/MEDIUM: fd: mark FD transferred to another process as FD_CLONED
    - BUG/MINOR: ssl/cli: "show ssl crt-list" lacks client-sigals
    - BUG/MINOR: ssl/cli: "show ssl crt-list" lacks sigals
    - MINOR: ssl/cli: display more filenames in 'show ssl cert'
    - DOC: watchdog: document the sequence of the watchdog and panic
    - MINOR: ssl: store the filenames resulting from a lookup in ckch_conf
    - MINOR: startup: allow hap_register_feature() to enable a feature in the list
    - MINOR: quic: support frame type as a varint
    - BUG/MINOR: startup: leave at first post_section_parser which fails
    - BUG/MINOR: startup: hap_register_feature() fix for partial feature name
    - BUG/MEDIUM: cli: Be sure to drop all input data in END state
    - BUG/MINOR: cli: Wait for the last ACK when FDs are xferred from the old worker
    - BUG/MEDIUM: filters: Handle filters registered on data with no payload callback
    - BUG/MINOR: fcgi: Don't set the status to 302 if it is already set
    - MINOR: ssl/crtlist: split the ckch_conf loading from the crtlist line parsing
    - MINOR: ssl/crtlist: handle crt_path == cc->crt in crtlist_load_crt()
    - MINOR: ssl/ckch: return from ckch_conf_clean() when conf is NULL
    - MEDIUM: ssl/crtlist: "crt" keyword in frontend
    - DOC: configuration: document the "crt" frontend keyword
    - DEV: h2: add a Lua-based HTTP/2 connection tracer
    - BUG/MINOR: quic: prevent crash on conn access after MUX init failure
    - BUG/MINOR: mux-quic: prevent crash after MUX init failure
    - DEV: h2: fix flags for the continuation frame
    - REGTESTS: Fix truncated.vtc to send 0-CRLF
    - BUG/MINOR: mux-h2: Properly handle full or truncated HTX messages on shut
    - Revert "REGTESTS: stop using truncated.vtc on freebsd"
    - MINOR: mux-quic: define a QCC application state member
    - MINOR: mux-quic/h3: emit SETTINGS via MUX tasklet handler
    - MINOR: mux-quic/h3: support temporary blocking on control stream sending

CHANGELOG
VERDATE
VERSION
doc/configuration.txt

index 102e83d2d270cfdc1a5f279820e1be198d1a6e99..6878d4858f01f80adb40b01213d28a1022d86ad1 100644 (file)
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,6 +1,59 @@
 ChangeLog :
 ===========
 
+2025/02/19 : 3.2-dev6
+    - BUG/MEDIUM: debug: close a possible race between thread dump and panic()
+    - DEBUG: thread: report the spin lock counters as seek locks
+    - DEBUG: thread: make lock time computation more consistent
+    - DEBUG: thread: report the wait time buckets for lock classes
+    - DEBUG: thread: don't keep the redundant _locked counter
+    - DEBUG: thread: make lock_stat per operation instead of for all operations
+    - DEBUG: thread: reduce the struct lock_stat to store only 30 buckets
+    - MINOR: lbprm: add a new callback ->server_requeue to the lbprm
+    - MEDIUM: server: allocate a tasklet for asyncronous requeuing
+    - MAJOR: leastconn: postpone the server's repositioning under contention
+    - BUG/MINOR: quic: reserve length field for long header encoding
+    - BUG/MINOR: quic: fix CRYPTO payload size calcul for encoding
+    - MINOR: quic: simplify length calculation for STREAM/CRYPTO frames
+    - BUG/MINOR: mworker: section ignored in discovery after a post_section_parser
+    - BUG/MINOR: mworker: post_section_parser for the last section in discovery
+    - CLEANUP: mworker: "program" section does not have a post_section_parser anymore
+    - MEDIUM: initcall: allow to register mutiple post_section_parser per section
+    - CI: cirrus-ci: bump FreeBSD image to 14-2
+    - DOC: initcall: name correctly REGISTER_CONFIG_POST_SECTION()
+    - REGTESTS: stop using truncated.vtc on freebsd
+    - MINOR: quic: refactor STREAM encoding and splitting
+    - MINOR: quic: refactor CRYPTO encoding and splitting
+    - BUG/MEDIUM: fd: mark FD transferred to another process as FD_CLONED
+    - BUG/MINOR: ssl/cli: "show ssl crt-list" lacks client-sigals
+    - BUG/MINOR: ssl/cli: "show ssl crt-list" lacks sigals
+    - MINOR: ssl/cli: display more filenames in 'show ssl cert'
+    - DOC: watchdog: document the sequence of the watchdog and panic
+    - MINOR: ssl: store the filenames resulting from a lookup in ckch_conf
+    - MINOR: startup: allow hap_register_feature() to enable a feature in the list
+    - MINOR: quic: support frame type as a varint
+    - BUG/MINOR: startup: leave at first post_section_parser which fails
+    - BUG/MINOR: startup: hap_register_feature() fix for partial feature name
+    - BUG/MEDIUM: cli: Be sure to drop all input data in END state
+    - BUG/MINOR: cli: Wait for the last ACK when FDs are xferred from the old worker
+    - BUG/MEDIUM: filters: Handle filters registered on data with no payload callback
+    - BUG/MINOR: fcgi: Don't set the status to 302 if it is already set
+    - MINOR: ssl/crtlist: split the ckch_conf loading from the crtlist line parsing
+    - MINOR: ssl/crtlist: handle crt_path == cc->crt in crtlist_load_crt()
+    - MINOR: ssl/ckch: return from ckch_conf_clean() when conf is NULL
+    - MEDIUM: ssl/crtlist: "crt" keyword in frontend
+    - DOC: configuration: document the "crt" frontend keyword
+    - DEV: h2: add a Lua-based HTTP/2 connection tracer
+    - BUG/MINOR: quic: prevent crash on conn access after MUX init failure
+    - BUG/MINOR: mux-quic: prevent crash after MUX init failure
+    - DEV: h2: fix flags for the continuation frame
+    - REGTESTS: Fix truncated.vtc to send 0-CRLF
+    - BUG/MINOR: mux-h2: Properly handle full or truncated HTX messages on shut
+    - Revert "REGTESTS: stop using truncated.vtc on freebsd"
+    - MINOR: mux-quic: define a QCC application state member
+    - MINOR: mux-quic/h3: emit SETTINGS via MUX tasklet handler
+    - MINOR: mux-quic/h3: support temporary blocking on control stream sending
+
 2025/02/08 : 3.2-dev5
     - BUG/MINOR: ssl: put ssl_sock_load_ca under SSL_NO_GENERATE_CERTIFICATES
     - CLEANUP: ssl: rename ssl_sock_load_ca to ssl_sock_gencert_load_ca
diff --git a/VERDATE b/VERDATE
index 42d16d86bbff23513404f18a8cc4f5da7b48400c..26b3af2ce2d5f4ffc8919a299242d01f697c6043 100644 (file)
--- a/VERDATE
+++ b/VERDATE
@@ -1,2 +1,2 @@
 $Format:%ci$
-2025/02/08
+2025/02/19
diff --git a/VERSION b/VERSION
index 97d144b72642d2c5ab92ebfb994608464d415478..de698859ece0f6f8a06b6cd5c2093c278e9dc97e 100644 (file)
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-3.2-dev5
+3.2-dev6
index 5e4fa580bb715052ed5f6d3675dee9e7ef592c43..7f2aa0fbde398d49078b41c02b399163bc096ff6 100644 (file)
@@ -3,7 +3,7 @@
                           Configuration Manual
                          ----------------------
                               version 3.2
-                              2025/02/08
+                              2025/02/19
 
 
 This document covers the configuration language as implemented in the version