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

CHANGES
changes-entries/event_early_killed_children.txt [deleted file]
changes-entries/md_ocsp_query.txt [deleted file]

diff --git a/CHANGES b/CHANGES
index a0ebcad7997ba21a0085ad9c4f2564d913209f52..1995b7843c09fd5d5074e9af40081fc38edd8cf7 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -1,6 +1,19 @@
                                                          -*- coding: utf-8 -*-
 Changes with Apache 2.4.54
 
+  *) 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]
+
+  *) MPM event: Restart chilren processes killed before idle maintenance.
+     PR 65769.  [Yann Ylavic, Ruediger Pluem]
+
   *) ab: Allow for TLSv1.3 when the SSL library supports it.
      [abhilash1232 gmail.com, xiaolongx.jiang intel.com, Yann Ylavic]
 
diff --git a/changes-entries/event_early_killed_children.txt b/changes-entries/event_early_killed_children.txt
deleted file mode 100644 (file)
index db968c6..0000000
+++ /dev/null
@@ -1,2 +0,0 @@
-  *) MPM event: Restart chilren processes killed before idle maintenance.
-     PR 65769.  [Yann Ylavic, Ruediger Pluem]
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