]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Follow up to r1897849: CHANGES entry. [skip ci]
authorYann Ylavic <ylavic@apache.org>
Tue, 8 Feb 2022 10:19:37 +0000 (10:19 +0000)
committerYann Ylavic <ylavic@apache.org>
Tue, 8 Feb 2022 10:19:37 +0000 (10:19 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1897854 13f79535-47bb-0310-9956-ffa450edef68

CHANGES
changes-entries/mod_md_status_memory.txt [deleted file]

diff --git a/CHANGES b/CHANGES
index f87211b9d85d499ebe73753142b13e0783442572..bb05452ebfc3a1422708da8df5d69199775ed573 100644 (file)
--- 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 (file)
index 41142cd..0000000
+++ /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]