summaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorYann Ylavic <ylavic@apache.org>2021-01-18 16:52:04 +0000
committerYann Ylavic <ylavic@apache.org>2021-01-18 16:52:04 +0000
commit0db52c628a343b37c8b3a5870934857c93a31e20 (patch)
tree35ad7d8b02758527e6cf1fb9df4fadc57cee9dfd /CHANGES
parentef2f79e109b7a23caa1d38982886006bdc0f37ef (diff)
downloadhttpd-0db52c628a343b37c8b3a5870934857c93a31e20.tar.gz
Update CHANGES entries [skip ci].
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1885658 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES13
1 files changed, 13 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 7992e42f19..e84753ff4d 100644
--- a/CHANGES
+++ b/CHANGES
@@ -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]