diff options
author | Yann Ylavic <ylavic@apache.org> | 2021-01-18 17:52:04 +0100 |
---|---|---|
committer | Yann Ylavic <ylavic@apache.org> | 2021-01-18 17:52:04 +0100 |
commit | 0db52c628a343b37c8b3a5870934857c93a31e20 (patch) | |
tree | 35ad7d8b02758527e6cf1fb9df4fadc57cee9dfd /CHANGES | |
parent | other half of command (diff) | |
download | apache2-0db52c628a343b37c8b3a5870934857c93a31e20.tar.xz apache2-0db52c628a343b37c8b3a5870934857c93a31e20.zip |
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-- | CHANGES | 13 |
1 files changed, 13 insertions, 0 deletions
@@ -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] |