]> git.ipfire.org Git - thirdparty/haproxy.git/commitdiff
[RELEASE] Released version 3.2-dev14 v3.2-dev14
authorWilly Tarreau <w@1wt.eu>
Fri, 2 May 2025 14:23:28 +0000 (16:23 +0200)
committerWilly Tarreau <w@1wt.eu>
Fri, 2 May 2025 14:23:28 +0000 (16:23 +0200)
Released version 3.2-dev14 with the following main changes :
    - MINOR: acme: retry label always do a request
    - MINOR: acme: does not leave task for next request
    - BUG/MINOR: acme: reinit the retries only at next request
    - MINOR: acme: change the default max retries to 5
    - MINOR: acme: allow a delay after a valid response
    - MINOR: acme: wait 5s before checking the challenges results
    - MINOR: acme: emit a log when starting
    - MINOR: acme: delay of 5s after the finalize
    - BUG/MEDIUM: quic: Let it be known if the tasklet has been released.
    - BUG/MAJOR: tasks: fix task accounting when killed
    - CLEANUP: tasks: use the local state, not t->state, to check for tasklets
    - DOC: acme: external account binding is not supported
    - MINOR: hlua: ignore "tune.lua.bool-sample-conversion" if set after "lua-load"
    - MEDIUM: peers: Give up if we fail to take locks in hot path
    - MEDIUM: stick-tables: defer adding updates to a tasklet
    - MEDIUM: stick-tables: Limit the number of old entries we remove
    - MEDIUM: stick-tables: Limit the number of entries we expire
    - MINOR: cfgparse-global: add explicit error messages in cfg_parse_global_env_opts
    - MINOR: ssl: add function to extract X509 notBefore date in time_t
    - BUILD: acme: need HAVE_ASN1_TIME_TO_TM
    - MINOR: acme: move the acme task init in a dedicated function
    - MEDIUM: acme: add a basic scheduler
    - MINOR: acme: emit a log when the scheduler can't start the task

CHANGELOG
VERDATE
VERSION
doc/configuration.txt

index fffa6473d59b3386462e963bae33f6fa89f90a99..57e2782b8f8cde6a53644a96ece43544c5ff03c6 100644 (file)
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,6 +1,31 @@
 ChangeLog :
 ===========
 
+2025/05/02 : 3.2-dev14
+    - MINOR: acme: retry label always do a request
+    - MINOR: acme: does not leave task for next request
+    - BUG/MINOR: acme: reinit the retries only at next request
+    - MINOR: acme: change the default max retries to 5
+    - MINOR: acme: allow a delay after a valid response
+    - MINOR: acme: wait 5s before checking the challenges results
+    - MINOR: acme: emit a log when starting
+    - MINOR: acme: delay of 5s after the finalize
+    - BUG/MEDIUM: quic: Let it be known if the tasklet has been released.
+    - BUG/MAJOR: tasks: fix task accounting when killed
+    - CLEANUP: tasks: use the local state, not t->state, to check for tasklets
+    - DOC: acme: external account binding is not supported
+    - MINOR: hlua: ignore "tune.lua.bool-sample-conversion" if set after "lua-load"
+    - MEDIUM: peers: Give up if we fail to take locks in hot path
+    - MEDIUM: stick-tables: defer adding updates to a tasklet
+    - MEDIUM: stick-tables: Limit the number of old entries we remove
+    - MEDIUM: stick-tables: Limit the number of entries we expire
+    - MINOR: cfgparse-global: add explicit error messages in cfg_parse_global_env_opts
+    - MINOR: ssl: add function to extract X509 notBefore date in time_t
+    - BUILD: acme: need HAVE_ASN1_TIME_TO_TM
+    - MINOR: acme: move the acme task init in a dedicated function
+    - MEDIUM: acme: add a basic scheduler
+    - MINOR: acme: emit a log when the scheduler can't start the task
+
 2025/04/30 : 3.2-dev13
     - MEDIUM: checks: Make sure we return the tasklet from srv_chk_io_cb
     - MEDIUM: listener: Make sure w ereturn the tasklet from accept_queue_process
diff --git a/VERDATE b/VERDATE
index 7bf32c762b5684ad744e1e033d63bfa08fea0975..07527a16f3ede46ff81b696c26c7402b05ea9818 100644 (file)
--- a/VERDATE
+++ b/VERDATE
@@ -1,2 +1,2 @@
 $Format:%ci$
-2025/04/30
+2025/05/02
diff --git a/VERSION b/VERSION
index a2ab0f354effa8d242f26844116b8cc0853d8be7..882079d7ab57d350dfd6fe9d6897926b87e82e9a 100644 (file)
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-3.2-dev13
+3.2-dev14
index e0a20dcbfc1df277fc875488243422a83ce79522..01ad438b5427ad22181bcc41032b8f73acf9d8a8 100644 (file)
@@ -3,7 +3,7 @@
                           Configuration Manual
                          ----------------------
                               version 3.2
-                              2025/04/30
+                              2025/05/02
 
 
 This document covers the configuration language as implemented in the version