From: Yann Ylavic Date: Thu, 2 Jun 2022 09:59:22 +0000 (+0000) Subject: Sync CHANGES [skip ci] X-Git-Tag: 2.4.54-rc1-candidate~11 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2cb6cf7d1d99e8c6dd26f9a108ce4a3b83c8055e;p=thirdparty%2Fapache%2Fhttpd.git Sync CHANGES [skip ci] git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1901552 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/CHANGES b/CHANGES index a0ebcad7997..1995b7843c0 100644 --- 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 index db968c69775..00000000000 --- a/changes-entries/event_early_killed_children.txt +++ /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 index 719dc59cc35..00000000000 --- a/changes-entries/md_ocsp_query.txt +++ /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