diff --git a/CHANGES b/CHANGES index 6e19ca9e5bc..bc9d267ffce 100644 --- 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 ] + + *) 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 , Joe Orton] + + *) mod_http2: v2.0.26 with the following fixes: + - Fixed `Date` header on requests upgraded from HTTP/1.1 (h2c). Fixes + . + - 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 ] + + *) 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 ] diff --git a/changes-entries/add-CGIScriptTimeout.txt b/changes-entries/add-CGIScriptTimeout.txt deleted file mode 100644 index def7ab451df..00000000000 --- a/changes-entries/add-CGIScriptTimeout.txt +++ /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 index 3144d5a0473..00000000000 --- a/changes-entries/h2_date_and_bucket_leak.txt +++ /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 - . - - 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 index 767711faa6c..00000000000 --- a/changes-entries/mod_slotmem_shm.txt +++ /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 index 784b505e936..00000000000 --- a/changes-entries/pr61574.txt +++ /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 index 9d88bc38941..00000000000 --- a/changes-entries/pr64339.txt +++ /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 , Joe Orton] diff --git a/changes-entries/pr65091.txt b/changes-entries/pr65091.txt deleted file mode 100644 index 097077aa57a..00000000000 --- a/changes-entries/pr65091.txt +++ /dev/null @@ -1,4 +0,0 @@ - *) htcacheclean: In -a/-A mode, list all files per subdirectory - rather than only one. PR 65091. - [Artem Egorenkov ] - diff --git a/changes-entries/ssl-proxy-chain-certs.txt b/changes-entries/ssl-proxy-chain-certs.txt deleted file mode 100644 index 244a24c5d0c..00000000000 --- a/changes-entries/ssl-proxy-chain-certs.txt +++ /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 index 9f7c8a227b7..00000000000 --- a/changes-entries/xmlchar.txt +++ /dev/null @@ -1,2 +0,0 @@ - *) mod_xml2enc: Tolerate libxml2 2.12.0 and later. PR 68610 - [ttachi ]