]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Sync CHANGES [skip ci]
authorYann Ylavic <ylavic@apache.org>
Thu, 2 Jun 2022 09:58:42 +0000 (09:58 +0000)
committerYann Ylavic <ylavic@apache.org>
Thu, 2 Jun 2022 09:58:42 +0000 (09:58 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1901551 13f79535-47bb-0310-9956-ffa450edef68

CHANGES
changes-entries/md_ocsp_query.txt [deleted file]
changes-entries/mime_update.txt [deleted file]
changes-entries/proxy_no_417.txt [deleted file]
changes-entries/ssl_fips_30.txt [deleted file]

diff --git a/CHANGES b/CHANGES
index baff5a7beae680320dcaf610d99848ad3e7a1cbe..fce04c79d8be72345f11a980c1a9b36177aa450b 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -1,6 +1,24 @@
                                                          -*- coding: utf-8 -*-
 Changes with Apache 2.5.1
 
+  *) mod_md:  a bug was fixed that caused very large MDomains
+     with the combined DNS names exceeding ~7k to fail, as
+     request bodies would contain partially wrong data from
+     uninitialized memory. This would have appeared as failure
+     in signing-up/renewing such configurations.
+     [Stefan Eissing, Ronald Crane (Zippenhop LLC)]
+
+  *) mod_proxy_http: Avoid 417 responses for non forwardable 100-continue.
+     PR 65666.  [Yann Ylavic]
+
+  *) mod_ssl: SSLFIPS compatible with OpenSSL 3.0.  PR 66063.
+     [Petr Sumbera <petr.sumbera oracle.com>, Yann Ylavic]
+
+  *) core: the conf/mime.types has been updated in conformance with RFC 9239:
+     - .js moved from 'application/javascript' to 'text/javascript'
+     - .mjs was added as 'text/javascript'
+     [Mathias Bynens <@mathiasbynens> via PR 318]
+
   *) mod_md: the `MDCertificateAuthority` directive can take more than one URL/name of
      an ACME CA. This gives a failover for renewals when several consecutive attempts
      to get a certificate failed.
diff --git a/changes-entries/md_ocsp_query.txt b/changes-entries/md_ocsp_query.txt
deleted file mode 100644 (file)
index 719dc59..0000000
+++ /dev/null
@@ -1,6 +0,0 @@
-  *) mod_md:  a bug was fixed that caused very large MDomains
-     with the combined DNS names exceeding ~7k to fail, as
-     request bodies would contain partially wrong data from
-     uninitialized memory. This would have appeared as failure
-     in signing-up/renewing such configurations.
-     [Stefan Eissing, Ronald Crane (Zippenhop LLC)]
\ No newline at end of file
diff --git a/changes-entries/mime_update.txt b/changes-entries/mime_update.txt
deleted file mode 100644 (file)
index b686212..0000000
+++ /dev/null
@@ -1,4 +0,0 @@
-  *) core: the conf/mime.types has been updated in conformance with RFC 9239:
-     - .js moved from 'application/javascript' to 'text/javascript'
-     - .mjs was added as 'text/javascript'
-     [Mathias Bynens <@mathiasbynens> via PR 318]
\ No newline at end of file
diff --git a/changes-entries/proxy_no_417.txt b/changes-entries/proxy_no_417.txt
deleted file mode 100644 (file)
index 3bf8893..0000000
+++ /dev/null
@@ -1,2 +0,0 @@
-  *) mod_proxy_http: Avoid 417 responses for non forwardable 100-continue.
-     PR 65666.  [Yann Ylavic]
\ No newline at end of file
diff --git a/changes-entries/ssl_fips_30.txt b/changes-entries/ssl_fips_30.txt
deleted file mode 100644 (file)
index b5f35ec..0000000
+++ /dev/null
@@ -1,2 +0,0 @@
-  *) mod_ssl: SSLFIPS compatible with OpenSSL 3.0.  PR 66063.
-     [Petr Sumbera <petr.sumbera oracle.com>, Yann Ylavic]
\ No newline at end of file