From: Yann Ylavic Date: Tue, 8 Feb 2022 10:19:37 +0000 (+0000) Subject: Follow up to r1897849: CHANGES entry. [skip ci] X-Git-Tag: 2.4.53-rc1-candidate~72 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d08c4458da433f0b94b0f1b812d5e79669bc06b0;p=thirdparty%2Fapache%2Fhttpd.git Follow up to r1897849: CHANGES entry. [skip ci] git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1897854 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/CHANGES b/CHANGES index f87211b9d85..bb05452ebfc 100644 --- a/CHANGES +++ b/CHANGES @@ -1,6 +1,11 @@ -*- coding: utf-8 -*- Changes with Apache 2.4.53 + *) mod_md: the status description in MDomain's JSON, exposed in the + md-status handler (if configured) did sometimes not carry the correct + message when certificates needed renew. + [Stefan Eissing] + *) mpm_event: Fix a possible listener deadlock on heavy load when restarting and/or reaching MaxConnectionsPerChild. PR 65769. [Yann Ylavic] diff --git a/changes-entries/mod_md_status_memory.txt b/changes-entries/mod_md_status_memory.txt deleted file mode 100644 index 41142cda048..00000000000 --- a/changes-entries/mod_md_status_memory.txt +++ /dev/null @@ -1,4 +0,0 @@ - *) mod_md: the status description in MDomain's JSON, exposed in the - md-status handler (if configured) did sometimes not carry the correct - message when certificates needed renew. - [Stefan Eissing]