From: Yann Ylavic Date: Mon, 28 Feb 2022 10:31:43 +0000 (+0000) Subject: Sync CHANGES entries [skip ci] X-Git-Tag: 2.4.53-rc1-candidate~31 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=dfcddd3631658d1b6f70190a88d5c06f33318b46;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@1898462 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/CHANGES b/CHANGES index 092ec73e7f7..42c30d6106a 100644 --- a/CHANGES +++ b/CHANGES @@ -1,6 +1,15 @@ -*- coding: utf-8 -*- Changes with Apache 2.4.53 + * mod_md) do not interfere with requests to /.well-known/acme-challenge/ + resources if challenge type 'http-01' is not configured for a domain. + Fixes . + [Stefan Eissing] + + *) mod_dav: Fix regression when gathering properties which could lead to huge + memory consumption proportional to the number of resources. + [Evgeny Kotkov, Ruediger Pluem] + *) Support pcre2 (10.x) library in place of the now end-of-life pcre (8.x) for regular expression evaluation. This depends on locating pcre2-config. [William Rowe, Petr Pisar , Rainer Jung] diff --git a/changes-entries/md_ignore_http_challenges.txt b/changes-entries/md_ignore_http_challenges.txt deleted file mode 100644 index e13b7a284c4..00000000000 --- a/changes-entries/md_ignore_http_challenges.txt +++ /dev/null @@ -1,4 +0,0 @@ - * mod_md) do not interfere with requests to /.well-known/acme-challenge/ - resources if challenge type 'http-01' is not configured for a domain. - Fixes . - [Stefan Eissing] diff --git a/changes-entries/mod_dav_memory_regresssion.txt b/changes-entries/mod_dav_memory_regresssion.txt deleted file mode 100644 index 65b50c5756a..00000000000 --- a/changes-entries/mod_dav_memory_regresssion.txt +++ /dev/null @@ -1,3 +0,0 @@ - *) mod_dav: Fix regression when gathering properties which could lead to huge - memory consumption proportional to the number of resources. - [Evgeny Kotkov, Ruediger Pluem]