From: Stefan Eissing Date: Wed, 15 Jan 2025 13:00:00 +0000 (+0000) Subject: update changes X-Git-Tag: 2.4.63-candidate~19 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=db1a2d5d0c301cfd1686c5b2a34caa7982545e64;p=thirdparty%2Fapache%2Fhttpd.git update changes git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1923151 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/CHANGES b/CHANGES index 99fe523552..e36931136c 100644 --- a/CHANGES +++ b/CHANGES @@ -1,6 +1,14 @@ -*- coding: utf-8 -*- Changes with Apache 2.4.63 + *) mod_md: update to version 2.4.31 + - Improved error reporting when waiting for ACME server to verify domains + or finalizing the order fails, e.g. times out. + - Increasing the timeouts to wait for ACME server to verify domain names + and issue the certificate from 30 seconds to 5 minutes. + - Change a log level from error to debug when Stapling is enabled but a + certificate carries no OCSP responder URL. + *) mod_proxy_balancer: Fix the handling of the stickysession configuration parameter by the balancer manager. PR 69510 [Yutaka Tokunou ] diff --git a/changes-entries/md_v2.4.31.txt b/changes-entries/md_v2.4.31.txt deleted file mode 100644 index 38d226f7d9..0000000000 --- a/changes-entries/md_v2.4.31.txt +++ /dev/null @@ -1,7 +0,0 @@ - *) mod_md: update to version 2.4.31 - - Improved error reporting when waiting for ACME server to verify domains - or finalizing the order fails, e.g. times out. - - Increasing the timeouts to wait for ACME server to verify domain names - and issue the certificate from 30 seconds to 5 minutes. - - Change a log level from error to debug when Stapling is enabled but a - certificate carries no OCSP responder URL.