[RELEASE] Released version 2.5.4 v2.5.4
authorChristopher Faulet <cfaulet@haproxy.com>
Fri, 25 Feb 2022 16:10:16 +0000 (17:10 +0100)
committerChristopher Faulet <cfaulet@haproxy.com>
Fri, 25 Feb 2022 16:10:16 +0000 (17:10 +0100)
Released version 2.5.4 with the following main changes :
    - BUG/MEDIUM: htx: Be sure to have a buffer to perform a raw copy of a message
    - BUG/MEDIUM: mux-h1: Don't wake h1s if mux is blocked on lack of output buffer
    - BUG/MAJOR: mux-h2: Be sure to always report HTX parsing error to the app layer
    - DOC: Fix usage/examples of deprecated ACLs
    - BUG/MINOR: proxy: preset the error message pointer to NULL in parse_new_proxy()
    - REGTESTS: fix the race conditions in 40be_2srv_odd_health_checks
    - CI: github: enable pool debugging by default
    - BUG/MEDIUM: stream: Abort processing if response buffer allocation fails

CHANGELOG
VERDATE
VERSION
doc/configuration.txt

index feeb686..ca5f304 100644 (file)
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,6 +1,16 @@
 ChangeLog :
 ===========
 
+2022/02/25 : 2.5.4
+    - BUG/MEDIUM: htx: Be sure to have a buffer to perform a raw copy of a message
+    - BUG/MEDIUM: mux-h1: Don't wake h1s if mux is blocked on lack of output buffer
+    - BUG/MAJOR: mux-h2: Be sure to always report HTX parsing error to the app layer
+    - DOC: Fix usage/examples of deprecated ACLs
+    - BUG/MINOR: proxy: preset the error message pointer to NULL in parse_new_proxy()
+    - REGTESTS: fix the race conditions in 40be_2srv_odd_health_checks
+    - CI: github: enable pool debugging by default
+    - BUG/MEDIUM: stream: Abort processing if response buffer allocation fails
+
 2022/02/18 : 2.5.3
     - MINOR: sock: move the unused socket cleaning code into its own function
     - BUG/MEDIUM: mworker: close unused transferred FDs on load failure
diff --git a/VERDATE b/VERDATE
index 3fb9ae4..3c3fddf 100644 (file)
--- a/VERDATE
+++ b/VERDATE
@@ -1,2 +1,2 @@
 $Format:%ci$
-2022/02/18
+2022/02/25
diff --git a/VERSION b/VERSION
index aedc15b..fe16b34 100644 (file)
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-2.5.3
+2.5.4
index f18edc0..e3949d1 100644 (file)
@@ -4,7 +4,7 @@
                          ----------------------
                               version 2.5
                              willy tarreau
-                              2022/02/18
+                              2022/02/25
 
 
 This document covers the configuration language as implemented in the version