]> git.ipfire.org Git - thirdparty/haproxy.git/commitdiff
[RELEASE] Released version 2.8-dev11 v2.8-dev11
authorWilly Tarreau <w@1wt.eu>
Thu, 11 May 2023 03:33:21 +0000 (05:33 +0200)
committerWilly Tarreau <w@1wt.eu>
Thu, 11 May 2023 03:33:21 +0000 (05:33 +0200)
Released version 2.8-dev11 with the following main changes :
    - BUILD: debug: do not check the isolated_thread variable in non-threaded builds
    - BUILD: quic: fix build warning when threads are disabled
    - CI: more granular failure on generating build matrix
    - CLEANUP: quic: No more used q_buf structure
    - CLEANUP: quic: Rename several <buf> variables in quic_frame.(c|h)
    - CLEANUP: quic: Typo fix for quic_connection_id pool
    - BUG/MINOR: quic: Wrong key update cipher context initialization for encryption
    - BUG/MEDIUM: cache: Don't request more room than the max allowed
    - MEDIUM: stconn: Be sure to always be able to unblock a SC that needs room
    - EXAMPLES: fix IPV6 support for lua mailers script
    - BUILD: ssl: buggy -Werror=dangling-pointer since gcc 13.0
    - DOC: stconn: Update comments about ABRT/SHUT for stconn structure
    - BUG/MEDIUM: stats: Require more room if buffer is almost full
    - DOC: configuration: add info about ssl-engine for 2.6
    - BUG/MINOR: mux-quic: fix transport VS app CONNECTION_CLOSE
    - BUG/MEDIUM: mux-quic: wakeup tasklet to close on error
    - DEV: flags: add a script to decode most flags in the "show sess all" output
    - BUG/MINOR: quic: Possible crash when dumping version information
    - BUG/MINOR: config: make compression work again in defaults section
    - BUG/MEDIUM: stream: Forward shutdowns when unhandled errors are caught
    - MEDIUM: stream: Resync analyzers at the end of process_stream() on change
    - DEV: flags: add missing stream flags to show-sess-to-flags
    - DEV: flags/show-sess-to-flags: only retrieve hex digits from hex fields
    - DEV: flags/show-sess-to-flags: add support for color output
    - CLEANUP: src/listener.c: remove redundant NULL check

CHANGELOG
VERDATE
VERSION
doc/configuration.txt

index 65ee5fbd587d572c13bec4266325bf157f9d22f7..e15e1a27d9430f131cfc898e714e8fd5c0aadfa1 100644 (file)
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,6 +1,33 @@
 ChangeLog :
 ===========
 
+2023/05/11 : 2.8-dev11
+    - BUILD: debug: do not check the isolated_thread variable in non-threaded builds
+    - BUILD: quic: fix build warning when threads are disabled
+    - CI: more granular failure on generating build matrix
+    - CLEANUP: quic: No more used q_buf structure
+    - CLEANUP: quic: Rename several <buf> variables in quic_frame.(c|h)
+    - CLEANUP: quic: Typo fix for quic_connection_id pool
+    - BUG/MINOR: quic: Wrong key update cipher context initialization for encryption
+    - BUG/MEDIUM: cache: Don't request more room than the max allowed
+    - MEDIUM: stconn: Be sure to always be able to unblock a SC that needs room
+    - EXAMPLES: fix IPV6 support for lua mailers script
+    - BUILD: ssl: buggy -Werror=dangling-pointer since gcc 13.0
+    - DOC: stconn: Update comments about ABRT/SHUT for stconn structure
+    - BUG/MEDIUM: stats: Require more room if buffer is almost full
+    - DOC: configuration: add info about ssl-engine for 2.6
+    - BUG/MINOR: mux-quic: fix transport VS app CONNECTION_CLOSE
+    - BUG/MEDIUM: mux-quic: wakeup tasklet to close on error
+    - DEV: flags: add a script to decode most flags in the "show sess all" output
+    - BUG/MINOR: quic: Possible crash when dumping version information
+    - BUG/MINOR: config: make compression work again in defaults section
+    - BUG/MEDIUM: stream: Forward shutdowns when unhandled errors are caught
+    - MEDIUM: stream: Resync analyzers at the end of process_stream() on change
+    - DEV: flags: add missing stream flags to show-sess-to-flags
+    - DEV: flags/show-sess-to-flags: only retrieve hex digits from hex fields
+    - DEV: flags/show-sess-to-flags: add support for color output
+    - CLEANUP: src/listener.c: remove redundant NULL check
+
 2023/05/07 : 2.8-dev10
     - BUG/MINOR: stats: fix typo in `TotalSplicedBytesOut` field name
     - REGTESTS: add success test, "set server" via fqdn
diff --git a/VERDATE b/VERDATE
index 41bc3a610dfef832ed2f4b1ae46cf964775f6d2a..c103b91b1a9303ace3cda772b1cde5bbe77dda59 100644 (file)
--- a/VERDATE
+++ b/VERDATE
@@ -1,2 +1,2 @@
 $Format:%ci$
-2023/05/07
+2023/05/11
diff --git a/VERSION b/VERSION
index a7a78eae839f4ed1eb58eda7139c4863174ee64c..2723dba42177d5054570a6cb7c2517dc53a0352f 100644 (file)
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-2.8-dev10
+2.8-dev11
index ed8419055f3ce4672ef54ebb9411b0c1ac3cae8a..1ccc91b042e71caf9c5aa70bc730d69224b9651f 100644 (file)
@@ -3,7 +3,7 @@
                           Configuration Manual
                          ----------------------
                               version 2.8
-                              2023/05/07
+                              2023/05/11
 
 
 This document covers the configuration language as implemented in the version