Mailing List Archive

svn commit: r1885658 - in /httpd/httpd/trunk: CHANGES changes-entries/pr64339.txt changes-entries/proxy_wstunnel_to_http.txt changes-entries/ssl-proxy-chain-certs.txt
Author: ylavic
Date: Mon Jan 18 16:52:04 2021
New Revision: 1885658

URL: http://svn.apache.org/viewvc?rev=1885658&view=rev
Log:
Update CHANGES entries [skip ci].

Removed:
httpd/httpd/trunk/changes-entries/pr64339.txt
httpd/httpd/trunk/changes-entries/proxy_wstunnel_to_http.txt
httpd/httpd/trunk/changes-entries/ssl-proxy-chain-certs.txt
Modified:
httpd/httpd/trunk/CHANGES

Modified: httpd/httpd/trunk/CHANGES
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/CHANGES?rev=1885658&r1=1885657&r2=1885658&view=diff
==============================================================================
--- httpd/httpd/trunk/CHANGES [utf-8] (original)
+++ httpd/httpd/trunk/CHANGES [utf-8] Mon Jan 18 16:52:04 2021
@@ -1,6 +1,19 @@
-*- coding: utf-8 -*-
Changes with Apache 2.5.1

+ *) mod_xml2enc: Update check to match MIME types matching
+ "+xml" rather than anything containing "xml", avoiding
+ corruption of Microsoft OOXML formats. PR 64339.
+ [Joseph Heenan <joseph.heenan fintechlabs.io>]
+
+ *) mod_proxy_wstunnel: Leave Upgrade requests handling to mod_proxy_http,
+ allowing for (non-)Upgrade negotiation with the origin server.
+ [Yann Ylavic]
+
+ *) mod_ssl: SSLProxyMachineCertificateFile/Path may reference files
+ which include CA certificates; those CA certs are treated as if
+ configured with SSLProxyMachineCertificateChainFile. [Joe Orton]
+
*) mpm_event: don't reset connections after lingering close, restoring prior
to 2.4.28 behaviour. [Yann Ylavic]