From: Yann Ylavic Date: Mon, 7 Mar 2022 14:19:15 +0000 (+0000) Subject: Sync CHANGES entries [skip ci] X-Git-Tag: 2.4.53-rc1-candidate~8 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a853a178528a7b6b3e46b15a873273a51446a5e6;p=thirdparty%2Fapache%2Fhttpd.git Sync CHANGES entries [skip ci] git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1898691 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/CHANGES b/CHANGES index d485d9470e1..6423a6ab2a8 100644 --- a/CHANGES +++ b/CHANGES @@ -1,6 +1,12 @@ -*- coding: utf-8 -*- Changes with Apache 2.4.53 + *) mod_http2: preserve the port number given in a HTTP/1.1 + request that was Upgraded to HTTP/2. Fixes PR65881. + [Stefan Eissing] + + *) mod_proxy: Allow for larger worker name. PR 53218. [Yann Ylavic] + *) dbm: Split the loading of a dbm driver from the opening of a dbm file. When an attempt to load a dbm driver fails, log clearly which driver triggered the error (not "default"), and what the error was. [Graham Leggett] diff --git a/changes-entries/pr65881.txt b/changes-entries/pr65881.txt deleted file mode 100644 index 816158a2f36..00000000000 --- a/changes-entries/pr65881.txt +++ /dev/null @@ -1,3 +0,0 @@ - *) mod_http2: preserve the port number given in a HTTP/1.1 - request that was Upgraded to HTTP/2. Fixes PR65881. - [Stefan Eissing] \ No newline at end of file diff --git a/changes-entries/proxy_shared_name_ex.txt b/changes-entries/proxy_shared_name_ex.txt deleted file mode 100644 index dd75dddc873..00000000000 --- a/changes-entries/proxy_shared_name_ex.txt +++ /dev/null @@ -1 +0,0 @@ - *) mod_proxy: Allow for larger worker name. PR 53218. [Yann Ylavic]