]> git.ipfire.org Git - thirdparty/haproxy.git/commitdiff
[RELEASE] Released version 2.5-dev6 v2.5-dev6
authorWilly Tarreau <w@1wt.eu>
Fri, 3 Sep 2021 13:19:56 +0000 (15:19 +0200)
committerWilly Tarreau <w@1wt.eu>
Fri, 3 Sep 2021 13:19:56 +0000 (15:19 +0200)
Released version 2.5-dev6 with the following main changes :
    - BUG/MINOR threads: Use get_(local|gm)time instead of (local|gm)time
    - BUG/MINOR: tools: Fix loop condition in dump_text()
    - BUILD: ssl: next round of build warnings on LIBRESSL_VERSION_NUMBER
    - BUILD: ssl: fix two remaining occurrences of #if USE_OPENSSL
    - BUILD: tools: properly guard __GLIBC__ with defined()
    - BUILD: globally enable -Wundef
    - MINOR: log: Remove log-error-via-logformat option
    - MINOR: log: Add new "error-log-format" option
    - BUG/MAJOR: queue: better protect a pendconn being picked from the proxy
    - CLEANUP: Add missing include guard to signal.h
    - MINOR: ssl: Add new ssl_bc_hsk_err sample fetch
    - MINOR: connection: Add a connection error code sample fetch for backend side
    - REGTESTS: ssl: Add tests for bc_conn_err and ssl_bc_hsk_err sample fetches
    - MINOR: http-rules: add a new "ignore-empty" option to redirects.
    - CI: Github Actions: temporarily disable BoringSSL builds
    - BUG/MINOR: vars: fix set-var/unset-var exclusivity in the keyword parser
    - BUG/MINOR: vars: improve accuracy of the rules used to check expression validity
    - MINOR: sample: add missing ARGC_ entries
    - BUG/MINOR: vars: properly set the argument parsing context in the expression
    - DOC: configuration: remove wrong tcp-request examples in tcp-response
    - MEDIUM: vars: add a new "set-var-fmt" action
    - BUG/MEDIUM: vars: run over the correct list in release_store_rules()
    - BUG/MINOR: vars: truncate the variable name in error reports about scope.
    - BUG/MINOR: vars: do not talk about global section in CLI errors for set-var
    - CLEANUP: vars: name the temporary proxy "CFG" instead of "CLI" for global vars
    - MINOR: log: make log-format expressions completely usable outside of req/resp
    - MINOR: vars: add a "set-var-fmt" directive to the global section
    - MEDIUM: vars: also support format strings in CLI's "set var" command
    - CLEANUP: vars: factor out common code from vars_get_by_{desc,name}
    - MINOR: vars: make vars_get_by_* support an optional default value
    - MINOR: vars: make the vars() sample fetch function support a default value
    - BUILD: ot: add argument for default value to vars_get_by_name()

CHANGELOG
VERDATE
VERSION
doc/configuration.txt

index 47b79d83f4c631e336d1de0be0da88d16971f929..a35f4f070e1817a32338e743362682bfce5ce2ca 100644 (file)
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,6 +1,40 @@
 ChangeLog :
 ===========
 
+2021/09/03 : 2.5-dev6
+    - BUG/MINOR threads: Use get_(local|gm)time instead of (local|gm)time
+    - BUG/MINOR: tools: Fix loop condition in dump_text()
+    - BUILD: ssl: next round of build warnings on LIBRESSL_VERSION_NUMBER
+    - BUILD: ssl: fix two remaining occurrences of #if USE_OPENSSL
+    - BUILD: tools: properly guard __GLIBC__ with defined()
+    - BUILD: globally enable -Wundef
+    - MINOR: log: Remove log-error-via-logformat option
+    - MINOR: log: Add new "error-log-format" option
+    - BUG/MAJOR: queue: better protect a pendconn being picked from the proxy
+    - CLEANUP: Add missing include guard to signal.h
+    - MINOR: ssl: Add new ssl_bc_hsk_err sample fetch
+    - MINOR: connection: Add a connection error code sample fetch for backend side
+    - REGTESTS: ssl: Add tests for bc_conn_err and ssl_bc_hsk_err sample fetches
+    - MINOR: http-rules: add a new "ignore-empty" option to redirects.
+    - CI: Github Actions: temporarily disable BoringSSL builds
+    - BUG/MINOR: vars: fix set-var/unset-var exclusivity in the keyword parser
+    - BUG/MINOR: vars: improve accuracy of the rules used to check expression validity
+    - MINOR: sample: add missing ARGC_ entries
+    - BUG/MINOR: vars: properly set the argument parsing context in the expression
+    - DOC: configuration: remove wrong tcp-request examples in tcp-response
+    - MEDIUM: vars: add a new "set-var-fmt" action
+    - BUG/MEDIUM: vars: run over the correct list in release_store_rules()
+    - BUG/MINOR: vars: truncate the variable name in error reports about scope.
+    - BUG/MINOR: vars: do not talk about global section in CLI errors for set-var
+    - CLEANUP: vars: name the temporary proxy "CFG" instead of "CLI" for global vars
+    - MINOR: log: make log-format expressions completely usable outside of req/resp
+    - MINOR: vars: add a "set-var-fmt" directive to the global section
+    - MEDIUM: vars: also support format strings in CLI's "set var" command
+    - CLEANUP: vars: factor out common code from vars_get_by_{desc,name}
+    - MINOR: vars: make vars_get_by_* support an optional default value
+    - MINOR: vars: make the vars() sample fetch function support a default value
+    - BUILD: ot: add argument for default value to vars_get_by_name()
+
 2021/08/28 : 2.5-dev5
     - MINOR: httpclient: initialize the proxy
     - MINOR: httpclient: implement a simple HTTP Client API
diff --git a/VERDATE b/VERDATE
index a63d87b3cfb60de84506c3445178dfa017fb09e4..a6e1cbf02da13e111704ee4baa889e5fc761c5b1 100644 (file)
--- a/VERDATE
+++ b/VERDATE
@@ -1,2 +1,2 @@
 $Format:%ci$
-2021/08/28
+2021/09/03
diff --git a/VERSION b/VERSION
index 9c3e2607fcac389f8906705265fdba515fb49682..2ba16b6b79caf32f454642aaf382bf4dff629c55 100644 (file)
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-2.5-dev5
+2.5-dev6
index 1a8eb5be722356ae52ca0ad04a9100a233bc2e7b..8981a6c77fe0f7f407b543b4d6727c5f3deeffd9 100644 (file)
@@ -4,7 +4,7 @@
                          ----------------------
                               version 2.5
                              willy tarreau
-                              2021/08/28
+                              2021/09/03
 
 
 This document covers the configuration language as implemented in the version