From: Yann Ylavic Date: Wed, 18 May 2022 12:48:33 +0000 (+0000) Subject: Sync CHANGES entries [skip ci]. X-Git-Tag: 2.4.54-rc1-candidate~58 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c5878b6bbf2fe6ed832babdf7399b0c2df67fcc2;p=thirdparty%2Fapache%2Fhttpd.git Sync CHANGES entries [skip ci]. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1901036 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/CHANGES b/CHANGES index ff7a27f568d..e1bc5d8ecbd 100644 --- a/CHANGES +++ b/CHANGES @@ -1,6 +1,21 @@ -*- coding: utf-8 -*- Changes with Apache 2.4.54 + *) mod_md: the `MDCertificateAuthority` directive can take more than one URL/name of + an ACME CA. This gives a failover for renewals when several consecutive attempts + to get a certificate failed. + A new directive was added: `MDRetryDelay` sets the delay of retries. + A new directive was added: `MDRetryFailover` sets the number of errored + attempts before an alternate CA is selected for certificate renewals. + [Stefan Eissing] + + *) mod_http2: remove unused and insecure code. Fixes PR66037. + Thanks to Ronald Crane (Zippenhop LLC) for reporting this. + [Stefan Eissing] + + *) mod_proxy: Add backend port to log messages to + ease identification of involved service. [Rainer Jung] + *) mod_http2: remove unused and insecure code. Fixes PR66037. Thanks to Ronald Crane (Zippenhop LLC) for reporting this. diff --git a/changes-entries/mod_proxy_log_backend_port.txt b/changes-entries/mod_proxy_log_backend_port.txt deleted file mode 100644 index 0a96679e23b..00000000000 --- a/changes-entries/mod_proxy_log_backend_port.txt +++ /dev/null @@ -1,2 +0,0 @@ - *) mod_proxy: Add backend port to log messages to - ease identification of involved service. diff --git a/changes-entries/pr66037.txt b/changes-entries/pr66037.txt deleted file mode 100644 index 7262ff28c01..00000000000 --- a/changes-entries/pr66037.txt +++ /dev/null @@ -1,3 +0,0 @@ - *) mod_http2: remove unused and insecure code. Fixes PR66037. - Thanks to Ronald Crane (Zippenhop LLC) for reporting this. - [Stefan Eissing] \ No newline at end of file