]> git.ipfire.org Git - thirdparty/haproxy.git/commitdiff
[RELEASE] Released version 3.1-dev7 v3.1-dev7
authorWilly Tarreau <w@1wt.eu>
Thu, 5 Sep 2024 16:53:54 +0000 (18:53 +0200)
committerWilly Tarreau <w@1wt.eu>
Thu, 5 Sep 2024 16:53:54 +0000 (18:53 +0200)
Released version 3.1-dev7 with the following main changes :
    - MINOR: config: Created env variables for http and tcp clf formats
    - MINOR: mux-quic: add buf_in_flight to QCC debug infos
    - MINOR: mux-quic: correct qcc_bufwnd_full() documentation
    - MINOR: tools: add helpers to backup/clean/restore env
    - MINOR: mworker: restore initial env before wait mode
    - BUG/MINOR: haproxy: free init_env in deinit only if allocated
    - BUILD: tools: environ is not defined in OS X and BSD
    - DEV: coccinelle: add a test to detect unchecked malloc()
    - DEV: coccinelle: add a test to detect unchecked calloc()
    - CI: QUIC Interop AWS-LC: enable ngtcp2 client
    - CI: fix missing comma introduced in 956839c0f68a7722acc586ecd91ffefad2ccb303
    - CI: QUIC Interop: do not run bandwidth measurement tests
    - CI: QUIC Interop: use different artifact names for uploading logs
    - BUILD: quic: 32bits build broken by wrong integer conversions for printf()
    - CLEANUP: ssl: cleanup the clienthello capture
    - MEDIUM: ssl: capture the supported_versions extension from Client Hello
    - MEDIUM: ssl/sample: add ssl_fc_supported_versions_bin sample fetch
    - MEDIUM: ssl: capture the signature_algorithms extension from Client Hello
    - MEDIUM: ssl/sample: add ssl_fc_sigalgs_bin sample fetch
    - MINOR: proxy: Add support of 429-Too-Many-Requests in retry-on status
    - BUG/MEDIUM: mux-h2: Set ES flag when necessary on 0-copy data forwarding
    - BUG/MEDIUM: stream: Prevent mux upgrades if client connection is no longer ready
    - BUG/MINIR: proxy: Match on 429 status when trying to perform a L7 retry
    - CLEANUP: haproxy: fix typos in code comment
    - CLEANUP: mqtt: fix typo in MQTT_REMAINING_LENGHT_MAX_SIZE
    - MINOR: tools: Implement ipaddrcpy().
    - MINOR: quic: Implement quic_tls_derive_token_secret().
    - MINOR: quic: Token for future connections implementation.
    - BUG/MINOR: quic: Missing incrementation in NEW_TOKEN frame builder
    - MINOR: quic: Modify NEW_TOKEN frame structure (qf_new_token struct)
    - MINOR: quic: Implement qc_ssl_eary_data_accepted().
    - MINOR: quic: Add trace for QUIC_EV_CONN_IO_CB event.
    - BUG/MEDIUM: quic: always validate sender address on 0-RTT
    - BUILD: quic: fix build errors on FreeBSD since recent GSO changes
    - MINOR: tools: extend str2sa_range to add an alt parameter
    - MINOR: server: add a alt_proto field for server
    - MEDIUM: sock: use protocol when creating socket
    - MEDIUM: protocol: add MPTCP per address support
    - BUG/MINOR: quic: Crash from trace dumping SSL eary data status (AWS-LC)
    - MEDIUM: stick-table: Add support of a factor for IN/OUT bytes rates
    - MEDIUM: bwlim: Use a read-lock on the sticky session to apply a shared limit
    - BUG/MEDIUM: mux-pt: Never fully close the connection on shutdown
    - BUG/MEDIUM: cli: Always release back endpoint between two commands on the mcli
    - BUG/MINOR: quic: unexploited retransmission cases for Initial pktns.
    - BUG/MEDIUM: mux-h1: Properly handle empty message when an error is triggered
    - MINOR: mux-h2: try to clear DEM_MROOM and MUX_MFULL at more places
    - BUG/MAJOR: mux-h2: always clear MUX_MFULL and DEM_MROOM when clearing the mbuf
    - BUG/MINOR: mux-spop: always clear MUX_MFULL and DEM_MROOM when clearing the mbuf
    - BUG/MINOR: Crash on O-RTT RX packet after dropping Initial pktns
    - BUG/MEDIUM: mux-pt: Fix condition to perform a shutdown for writes in mux_pt_shut()
    - CLEANUP: assorted typo fixes in the code and comments
    - DEV: patchbot: count the number of backported/non-backported patches
    - DEV: patchbot: add direct links to show only specific categories
    - DEV: patchbot: detect commit IDs starting with 7 chars
    - BUG/MEDIUM: clock: also update the date offset on time jumps
    - MEDIUM: server: add init-state

CHANGELOG
VERDATE
VERSION
doc/configuration.txt

index eca74a0a97ab8be38bcd1f33b8f51ee0f6595597..dfdebed57344d6059f543938dd0b6c7d05a82963 100644 (file)
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,6 +1,64 @@
 ChangeLog :
 ===========
 
+2024/09/05 : 3.1-dev7
+    - MINOR: config: Created env variables for http and tcp clf formats
+    - MINOR: mux-quic: add buf_in_flight to QCC debug infos
+    - MINOR: mux-quic: correct qcc_bufwnd_full() documentation
+    - MINOR: tools: add helpers to backup/clean/restore env
+    - MINOR: mworker: restore initial env before wait mode
+    - BUG/MINOR: haproxy: free init_env in deinit only if allocated
+    - BUILD: tools: environ is not defined in OS X and BSD
+    - DEV: coccinelle: add a test to detect unchecked malloc()
+    - DEV: coccinelle: add a test to detect unchecked calloc()
+    - CI: QUIC Interop AWS-LC: enable ngtcp2 client
+    - CI: fix missing comma introduced in 956839c0f68a7722acc586ecd91ffefad2ccb303
+    - CI: QUIC Interop: do not run bandwidth measurement tests
+    - CI: QUIC Interop: use different artifact names for uploading logs
+    - BUILD: quic: 32bits build broken by wrong integer conversions for printf()
+    - CLEANUP: ssl: cleanup the clienthello capture
+    - MEDIUM: ssl: capture the supported_versions extension from Client Hello
+    - MEDIUM: ssl/sample: add ssl_fc_supported_versions_bin sample fetch
+    - MEDIUM: ssl: capture the signature_algorithms extension from Client Hello
+    - MEDIUM: ssl/sample: add ssl_fc_sigalgs_bin sample fetch
+    - MINOR: proxy: Add support of 429-Too-Many-Requests in retry-on status
+    - BUG/MEDIUM: mux-h2: Set ES flag when necessary on 0-copy data forwarding
+    - BUG/MEDIUM: stream: Prevent mux upgrades if client connection is no longer ready
+    - BUG/MINIR: proxy: Match on 429 status when trying to perform a L7 retry
+    - CLEANUP: haproxy: fix typos in code comment
+    - CLEANUP: mqtt: fix typo in MQTT_REMAINING_LENGHT_MAX_SIZE
+    - MINOR: tools: Implement ipaddrcpy().
+    - MINOR: quic: Implement quic_tls_derive_token_secret().
+    - MINOR: quic: Token for future connections implementation.
+    - BUG/MINOR: quic: Missing incrementation in NEW_TOKEN frame builder
+    - MINOR: quic: Modify NEW_TOKEN frame structure (qf_new_token struct)
+    - MINOR: quic: Implement qc_ssl_eary_data_accepted().
+    - MINOR: quic: Add trace for QUIC_EV_CONN_IO_CB event.
+    - BUG/MEDIUM: quic: always validate sender address on 0-RTT
+    - BUILD: quic: fix build errors on FreeBSD since recent GSO changes
+    - MINOR: tools: extend str2sa_range to add an alt parameter
+    - MINOR: server: add a alt_proto field for server
+    - MEDIUM: sock: use protocol when creating socket
+    - MEDIUM: protocol: add MPTCP per address support
+    - BUG/MINOR: quic: Crash from trace dumping SSL eary data status (AWS-LC)
+    - MEDIUM: stick-table: Add support of a factor for IN/OUT bytes rates
+    - MEDIUM: bwlim: Use a read-lock on the sticky session to apply a shared limit
+    - BUG/MEDIUM: mux-pt: Never fully close the connection on shutdown
+    - BUG/MEDIUM: cli: Always release back endpoint between two commands on the mcli
+    - BUG/MINOR: quic: unexploited retransmission cases for Initial pktns.
+    - BUG/MEDIUM: mux-h1: Properly handle empty message when an error is triggered
+    - MINOR: mux-h2: try to clear DEM_MROOM and MUX_MFULL at more places
+    - BUG/MAJOR: mux-h2: always clear MUX_MFULL and DEM_MROOM when clearing the mbuf
+    - BUG/MINOR: mux-spop: always clear MUX_MFULL and DEM_MROOM when clearing the mbuf
+    - BUG/MINOR: Crash on O-RTT RX packet after dropping Initial pktns
+    - BUG/MEDIUM: mux-pt: Fix condition to perform a shutdown for writes in mux_pt_shut()
+    - CLEANUP: assorted typo fixes in the code and comments
+    - DEV: patchbot: count the number of backported/non-backported patches
+    - DEV: patchbot: add direct links to show only specific categories
+    - DEV: patchbot: detect commit IDs starting with 7 chars
+    - BUG/MEDIUM: clock: also update the date offset on time jumps
+    - MEDIUM: server: add init-state
+
 2024/08/21 : 3.1-dev6
     - BUG/MINOR: proto_tcp: delete fd from fdtab if listen() fails
     - BUG/MINOR: proto_tcp: keep error msg if listen() fails
diff --git a/VERDATE b/VERDATE
index 5e14b5e9ff99c70f033479ee6d4e981233995c21..4fc8bfbb69876d122c274fb92c668698c2e3b1ca 100644 (file)
--- a/VERDATE
+++ b/VERDATE
@@ -1,2 +1,2 @@
 $Format:%ci$
-2024/08/21
+2024/09/05
diff --git a/VERSION b/VERSION
index 7ccdf57acbc6b663f578266626f067af725b8a39..f2c4d86e88018fde916274d85a0b8ce904a37726 100644 (file)
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-3.1-dev6
+3.1-dev7
index 05bdf4ea47f1bd1cfbd3bf0638b695793e10ee7f..aa6821683f409be600505715d803ad6dde7aff69 100644 (file)
@@ -3,7 +3,7 @@
                           Configuration Manual
                          ----------------------
                               version 3.1
-                              2024/08/21
+                              2024/09/05
 
 
 This document covers the configuration language as implemented in the version