From: Yann Ylavic Date: Wed, 16 Dec 2020 10:13:46 +0000 (+0000) Subject: Merge CHANGES entries [skip ci]. X-Git-Tag: 2.5.0-alpha2-ci-test-only~1082 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0bd7a9fdf7c62d94beba6484639a23f72d05bab3;p=thirdparty%2Fapache%2Fhttpd.git Merge CHANGES entries [skip ci]. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1884492 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/CHANGES b/CHANGES index ecd9cc3ccfe..f15a44167de 100644 --- a/CHANGES +++ b/CHANGES @@ -1,6 +1,36 @@ -*- coding: utf-8 -*- Changes with Apache 2.5.1 + *) mpm_event: don't reset connections after lingering close, restoring prior + to 2.4.28 behaviour. [Yann Ylavic] + + *) mod_dav_fs: Improve logging output when failing to open files for + writing. PR 64413. [Bingyu Shen ] + + *) mod_proxy: Add optional third argument for ProxyRemote, which + configures Basic authentication credentials to pass to the remote + proxy. PR 37355. [Joe Orton] + + *) mod_proxy_http: Fix 100-continue deadlock for spooled request bodies, + leading to Request Timeout (408). PR 63855. [Yann Ylavic] + *) http: Allow unknown response status' lines returned in the form of + "HTTP/x.x xxx Status xxx". [Yann Ylavic] + + *) mod_proxy_fcgi: Honor "SetEnv proxy-sendcl" to forward a chunked + Transfer-Encoding from the client, spooling the request body when needed + to provide a Content-Length to the backend. PR 57087. [Yann Ylavic] + + *) mpm_event: kill connections in keepalive state only when there is no more + workers available, not when the maximum number of connections is reached, + restoring prior to 2.4.30 behaviour. [Yann Ylavic] + + *) mod_allowmethods: Allow methods to be added/removed with +/- prefix. PR64785. + [Marcel Montes ] + + *) mod_unique_id: Use base64url encoding for UNIQUE_ID variable, + avoiding the use of '@'. PR 57044. + [Michael Kaufmann ] + *) core: add ReadBufferSize, FlushMaxThreshold and FlushMaxPipelined directives. [Yann Ylavic] diff --git a/changes-entries/bz63855.txt b/changes-entries/bz63855.txt deleted file mode 100644 index edd5eec3669..00000000000 --- a/changes-entries/bz63855.txt +++ /dev/null @@ -1,6 +0,0 @@ - *) mod_proxy_http: Fix 100-continue deadlock for spooled request bodies, - leading to Request Timeout (408). PR 63855. [Yann Ylavic] - - *) http: Allow unknown response status' lines returned in the form of - "HTTP/x.x xxx Status xxx". [Yann Ylavic] - diff --git a/changes-entries/event_abort_socket_no_reset.txt b/changes-entries/event_abort_socket_no_reset.txt deleted file mode 100644 index d26357eef51..00000000000 --- a/changes-entries/event_abort_socket_no_reset.txt +++ /dev/null @@ -1,3 +0,0 @@ - *) mpm_event: don't reset connections after lingering close, restoring prior - to 2.4.28 behaviour. [Yann Ylavic] - diff --git a/changes-entries/event_keepalive_above_limit.txt b/changes-entries/event_keepalive_above_limit.txt deleted file mode 100644 index 4360fa498f0..00000000000 --- a/changes-entries/event_keepalive_above_limit.txt +++ /dev/null @@ -1,4 +0,0 @@ - *) mpm_event: kill connections in keepalive state only when there is no more - workers available, not when the maximum number of connections is reached, - restoring prior to 2.4.30 behaviour. [Yann Ylavic] - diff --git a/changes-entries/pr37355.txt b/changes-entries/pr37355.txt deleted file mode 100644 index 3fbf5c75b4a..00000000000 --- a/changes-entries/pr37355.txt +++ /dev/null @@ -1,3 +0,0 @@ - *) mod_proxy: Add optional third argument for ProxyRemote, which - configures Basic authentication credentials to pass to the remote - proxy. PR 37355. [Joe Orton] diff --git a/changes-entries/pr57044.txt b/changes-entries/pr57044.txt deleted file mode 100644 index 3d2d32c171b..00000000000 --- a/changes-entries/pr57044.txt +++ /dev/null @@ -1,3 +0,0 @@ - *) mod_unique_id: Use base64url encoding for UNIQUE_ID variable, - avoiding the use of '@'. PR 57044. - [Michael Kaufmann ] diff --git a/changes-entries/pr57087.txt b/changes-entries/pr57087.txt deleted file mode 100644 index 6ee7699353d..00000000000 --- a/changes-entries/pr57087.txt +++ /dev/null @@ -1,3 +0,0 @@ - *) mod_proxy_fcgi: Honor "SetEnv proxy-sendcl" to forward a chunked - Transfer-Encoding from the client, spooling the request body when needed - to provide a Content-Length to the backend. PR 57087. [Yann Ylavic] diff --git a/changes-entries/pr64413.txt b/changes-entries/pr64413.txt deleted file mode 100644 index a11d75bd860..00000000000 --- a/changes-entries/pr64413.txt +++ /dev/null @@ -1,3 +0,0 @@ - *) mod_dav_fs: Improve logging output when failing to open files for - writing. PR 64413. [Bingyu Shen ] - diff --git a/changes-entries/pr64785.txt b/changes-entries/pr64785.txt deleted file mode 100644 index 4f015c4b68d..00000000000 --- a/changes-entries/pr64785.txt +++ /dev/null @@ -1,3 +0,0 @@ - *) mod_allowmethods: Allow methods to be added/removed with +/- prefix. PR64785. - [Marcel Montes ] -