]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Update CHANGES entries.
authorYann Ylavic <ylavic@apache.org>
Tue, 26 Mar 2024 11:07:54 +0000 (11:07 +0000)
committerYann Ylavic <ylavic@apache.org>
Tue, 26 Mar 2024 11:07:54 +0000 (11:07 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1916555 13f79535-47bb-0310-9956-ffa450edef68

CHANGES
changes-entries/add-CGIScriptTimeout.txt [deleted file]
changes-entries/h2_date_and_bucket_leak.txt [deleted file]
changes-entries/mod_slotmem_shm.txt [deleted file]
changes-entries/pr61574.txt [deleted file]
changes-entries/pr64339.txt [deleted file]
changes-entries/pr65091.txt [deleted file]
changes-entries/ssl-proxy-chain-certs.txt [deleted file]
changes-entries/xmlchar.txt [deleted file]

diff --git a/CHANGES b/CHANGES
index 6e19ca9e5bcb778f3a058f0b03fd2e2cd26d7b89..bc9d267ffce2542e44e3b767b723c4fab4b8883d 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -1,6 +1,38 @@
                                                          -*- coding: utf-8 -*-
 Changes with Apache 2.4.59
 
+  *) Add CGIScriptTimeout to mod_cgi. [Eric Covener]
+
+  *) mod_xml2enc: Tolerate libxml2 2.12.0 and later.  PR 68610
+     [ttachi <tachihara AT hotmail.com>]
+
+  *) mod_slotmem_shm: Use ap_os_is_path_absolute() to make it portable.
+     [Jean-Frederic Clere]
+
+  *) mod_ssl: Use OpenSSL-standard functions to assemble CA
+     name lists for SSLCACertificatePath/SSLCADNRequestPath.
+     Names will now be consistently sorted. PR 61574.
+     [Joe Orton]
+
+  *) mod_xml2enc: Update check to accept any text/ media type
+     or any XML media type per RFC 7303, avoiding
+     corruption of Microsoft OOXML formats.  PR 64339.
+     [Joseph Heenan <joseph.heenan fintechlabs.io>, Joe Orton]
+
+  *) mod_http2: v2.0.26 with the following fixes:
+     - Fixed `Date` header on requests upgraded from HTTP/1.1 (h2c). Fixes
+       <https://github.com/icing/mod_h2/issues/272>.
+     - Fixed small memory leak in h2 header bucket free. Thanks to
+       Michael Kaufmann for finding this and providing the fix.
+
+  *) htcacheclean: In -a/-A mode, list all files per subdirectory
+     rather than only one. PR 65091.
+     [Artem Egorenkov <aegorenkov.91 gmail.com>]
+
+  *) mod_ssl: SSLProxyMachineCertificateFile/Path may reference files
+     which include CA certificates; those CA certs are treated as if
+     configured with SSLProxyMachineCertificateChainFile.  [Joe Orton]
+
   *) htpasswd, htdbm, dbmmanage: Update help&docs to refer to
      "hashing", rather than "encrypting" passwords.
      [Michele Preziuso <mpreziuso kaosdynamics.com>]
diff --git a/changes-entries/add-CGIScriptTimeout.txt b/changes-entries/add-CGIScriptTimeout.txt
deleted file mode 100644 (file)
index def7ab4..0000000
+++ /dev/null
@@ -1,3 +0,0 @@
-
-  *) Add CGIScriptTimeout to mod_cgi. [Eric Covener]
-
diff --git a/changes-entries/h2_date_and_bucket_leak.txt b/changes-entries/h2_date_and_bucket_leak.txt
deleted file mode 100644 (file)
index 3144d5a..0000000
+++ /dev/null
@@ -1,6 +0,0 @@
-  *) mod_http2: v2.0.26 with the following fixes:
-     - Fixed `Date` header on requests upgraded from HTTP/1.1 (h2c). Fixes
-       <https://github.com/icing/mod_h2/issues/272>.
-     - Fixed small memory leak in h2 header bucket free. Thanks to
-       Michael Kaufmann for finding this and providing the fix.
-
diff --git a/changes-entries/mod_slotmem_shm.txt b/changes-entries/mod_slotmem_shm.txt
deleted file mode 100644 (file)
index 767711f..0000000
+++ /dev/null
@@ -1,3 +0,0 @@
-   *) mod_slotmem_shm: Use ap_os_is_path_absolute() to make it portable.
-      [Jean-Frederic Clere]
-
diff --git a/changes-entries/pr61574.txt b/changes-entries/pr61574.txt
deleted file mode 100644 (file)
index 784b505..0000000
+++ /dev/null
@@ -1,4 +0,0 @@
-  *) mod_ssl: Use OpenSSL-standard functions to assemble CA
-     name lists for SSLCACertificatePath/SSLCADNRequestPath.
-     Names will now be consistently sorted. PR 61574.
-     [Joe Orton]
diff --git a/changes-entries/pr64339.txt b/changes-entries/pr64339.txt
deleted file mode 100644 (file)
index 9d88bc3..0000000
+++ /dev/null
@@ -1,4 +0,0 @@
-  *) mod_xml2enc: Update check to accept any text/ media type
-     or any XML media type per RFC 7303, avoiding
-     corruption of Microsoft OOXML formats.  PR 64339.
-     [Joseph Heenan <joseph.heenan fintechlabs.io>, Joe Orton]
diff --git a/changes-entries/pr65091.txt b/changes-entries/pr65091.txt
deleted file mode 100644 (file)
index 097077a..0000000
+++ /dev/null
@@ -1,4 +0,0 @@
-  *) htcacheclean: In -a/-A mode, list all files per subdirectory
-     rather than only one. PR 65091.
-     [Artem Egorenkov <aegorenkov.91 gmail.com>]
-
diff --git a/changes-entries/ssl-proxy-chain-certs.txt b/changes-entries/ssl-proxy-chain-certs.txt
deleted file mode 100644 (file)
index 244a24c..0000000
+++ /dev/null
@@ -1,4 +0,0 @@
-  *) mod_ssl: SSLProxyMachineCertificateFile/Path may reference files
-     which include CA certificates; those CA certs are treated as if
-     configured with SSLProxyMachineCertificateChainFile.  [Joe Orton]
-
diff --git a/changes-entries/xmlchar.txt b/changes-entries/xmlchar.txt
deleted file mode 100644 (file)
index 9f7c8a2..0000000
+++ /dev/null
@@ -1,2 +0,0 @@
- *) mod_xml2enc: Tolerate libxml2 2.12.0 and later.  PR 68610
-    [ttachi <tachihara AT hotmail.com>]