]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Update CHANGES [skip ci].
authorYann Ylavic <ylavic@apache.org>
Thu, 22 Jul 2021 17:38:27 +0000 (17:38 +0000)
committerYann Ylavic <ylavic@apache.org>
Thu, 22 Jul 2021 17:38:27 +0000 (17:38 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1891731 13f79535-47bb-0310-9956-ffa450edef68

CHANGES
changes-entries/md_2_4_4_fixes.txt [deleted file]
changes-entries/md_fix_potential_nullpointer.txt [deleted file]

diff --git a/CHANGES b/CHANGES
index 3920c6a4c3f6b5f8f7cd95677949ecd7502bb4d4..515189f2ea642d9d0513f7c1c0736854fece08d5 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -1,6 +1,19 @@
                                                          -*- coding: utf-8 -*-
 Changes with Apache 2.4.49
 
+  *) mod_md: fixed a potential null pointer dereference if ACME/OCSP
+     server returned 2xx responses without content type. Reported by chuangwen.
+     [chuangwen, Stefan Eissing]
+
+  *) mod_md:
+     - Domain names in `<MDomain ...>` can now appear in quoted form.
+     - Fixed a failure in ACME challenge selection that aborted further searches
+       when the tls-alpn-01 method did not seem to be suitable.
+     - Changed the tls-alpn-01 setup to only become unsuitable when none of the
+       dns names showed support for a configured 'Protocols ... acme-tls/1'. This
+       allows use of tls-alpn-01 for dns names that are not mapped to a VirtualHost.
+     [Stefan Eissing]
+
   *) Add CPING to health check logic. [Jean-Frederic Clere]
 
   *) core: Split ap_create_request() from ap_read_request(). [Graham Leggett]
diff --git a/changes-entries/md_2_4_4_fixes.txt b/changes-entries/md_2_4_4_fixes.txt
deleted file mode 100644 (file)
index 7ae03c9..0000000
+++ /dev/null
@@ -1,8 +0,0 @@
-  *) mod_md:
-     - Domain names in `<MDomain ...>` can now appear in quoted form.
-     - Fixed a failure in ACME challenge selection that aborted further searches
-       when the tls-alpn-01 method did not seem to be suitable.
-     - Changed the tls-alpn-01 setup to only become unsuitable when none of the
-       dns names showed support for a configured 'Protocols ... acme-tls/1'. This
-       allows use of tls-alpn-01 for dns names that are not mapped to a VirtualHost.
-     [Stefan Eissing]
diff --git a/changes-entries/md_fix_potential_nullpointer.txt b/changes-entries/md_fix_potential_nullpointer.txt
deleted file mode 100644 (file)
index f7c3e2d..0000000
+++ /dev/null
@@ -1,3 +0,0 @@
-  *) mod_md: fixed a potential null pointer dereference if ACME/OCSP
-     server returned 2xx responses without content type. Reported by chuangwen.
-     [chuangwen, Stefan Eissing]