Mailing List Archive

svn commit: r1916555 - in /httpd/httpd/branches/2.4.x: ./ changes-entries/
Author: ylavic
Date: Tue Mar 26 11:07:54 2024
New Revision: 1916555

URL: http://svn.apache.org/viewvc?rev=1916555&view=rev
Log:
Update CHANGES entries.

Removed:
httpd/httpd/branches/2.4.x/changes-entries/add-CGIScriptTimeout.txt
httpd/httpd/branches/2.4.x/changes-entries/h2_date_and_bucket_leak.txt
httpd/httpd/branches/2.4.x/changes-entries/mod_slotmem_shm.txt
httpd/httpd/branches/2.4.x/changes-entries/pr61574.txt
httpd/httpd/branches/2.4.x/changes-entries/pr64339.txt
httpd/httpd/branches/2.4.x/changes-entries/pr65091.txt
httpd/httpd/branches/2.4.x/changes-entries/ssl-proxy-chain-certs.txt
httpd/httpd/branches/2.4.x/changes-entries/xmlchar.txt
Modified:
httpd/httpd/branches/2.4.x/CHANGES

Modified: httpd/httpd/branches/2.4.x/CHANGES
URL: http://svn.apache.org/viewvc/httpd/httpd/branches/2.4.x/CHANGES?rev=1916555&r1=1916554&r2=1916555&view=diff
==============================================================================
--- httpd/httpd/branches/2.4.x/CHANGES [utf-8] (original)
+++ httpd/httpd/branches/2.4.x/CHANGES [utf-8] Tue Mar 26 11:07:54 2024
@@ -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>]