]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
update changes
authorStefan Eissing <icing@apache.org>
Wed, 15 Jan 2025 13:00:00 +0000 (13:00 +0000)
committerStefan Eissing <icing@apache.org>
Wed, 15 Jan 2025 13:00:00 +0000 (13:00 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1923151 13f79535-47bb-0310-9956-ffa450edef68

CHANGES
changes-entries/md_v2.4.31.txt [deleted file]

diff --git a/CHANGES b/CHANGES
index 99fe523552b7eece187daf54c664be52cdcf1541..e36931136c9adc3786a42b43195306b25b990b34 100644 (file)
--- 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 <tokunou.yutaka@fujitsu.com>]
diff --git a/changes-entries/md_v2.4.31.txt b/changes-entries/md_v2.4.31.txt
deleted file mode 100644 (file)
index 38d226f..0000000
+++ /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.