]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Update CHANGES entries [skip ci].
authorYann Ylavic <ylavic@apache.org>
Mon, 18 Jan 2021 16:52:04 +0000 (16:52 +0000)
committerYann Ylavic <ylavic@apache.org>
Mon, 18 Jan 2021 16:52:04 +0000 (16:52 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1885658 13f79535-47bb-0310-9956-ffa450edef68

CHANGES
changes-entries/pr64339.txt [deleted file]
changes-entries/proxy_wstunnel_to_http.txt [deleted file]
changes-entries/ssl-proxy-chain-certs.txt [deleted file]

diff --git a/CHANGES b/CHANGES
index 7992e42f19f9a4b13df5fe8c06bcbf1e4ecea178..e84753ff4d0ef7e06bf59c7606c7f4571277a447 100644 (file)
--- 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]
 
diff --git a/changes-entries/pr64339.txt b/changes-entries/pr64339.txt
deleted file mode 100644 (file)
index 7037bd8..0000000
+++ /dev/null
@@ -1,4 +0,0 @@
-  *) 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>]
diff --git a/changes-entries/proxy_wstunnel_to_http.txt b/changes-entries/proxy_wstunnel_to_http.txt
deleted file mode 100644 (file)
index b2068af..0000000
+++ /dev/null
@@ -1,4 +0,0 @@
-  *) mod_proxy_wstunnel: Leave Upgrade requests handling to mod_proxy_http,
-     allowing for (non-)Upgrade negotiation with the origin server.
-     [Yann Ylavic]
-
diff --git a/changes-entries/ssl-proxy-chain-certs.txt b/changes-entries/ssl-proxy-chain-certs.txt
deleted file mode 100644 (file)
index 244a24c..0000000
+++ /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]
-