You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by yl...@apache.org on 2020/12/16 10:13:46 UTC

svn commit: r1884492 - in /httpd/httpd/trunk: ./ changes-entries/

Author: ylavic
Date: Wed Dec 16 10:13:46 2020
New Revision: 1884492

URL: http://svn.apache.org/viewvc?rev=1884492&view=rev
Log:
Merge CHANGES entries [skip ci].

Removed:
    httpd/httpd/trunk/changes-entries/bz63855.txt
    httpd/httpd/trunk/changes-entries/event_abort_socket_no_reset.txt
    httpd/httpd/trunk/changes-entries/event_keepalive_above_limit.txt
    httpd/httpd/trunk/changes-entries/pr37355.txt
    httpd/httpd/trunk/changes-entries/pr57044.txt
    httpd/httpd/trunk/changes-entries/pr57087.txt
    httpd/httpd/trunk/changes-entries/pr64413.txt
    httpd/httpd/trunk/changes-entries/pr64785.txt
Modified:
    httpd/httpd/trunk/CHANGES

Modified: httpd/httpd/trunk/CHANGES
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/CHANGES?rev=1884492&r1=1884491&r2=1884492&view=diff
==============================================================================
--- httpd/httpd/trunk/CHANGES [utf-8] (original)
+++ httpd/httpd/trunk/CHANGES [utf-8] Wed Dec 16 10:13:46 2020
@@ -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 <ahshenbingyu gmail.com>]
+
+  *) 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 <spiceman gmail.com>]
+
+  *) mod_unique_id: Use base64url encoding for UNIQUE_ID variable,
+     avoiding the use of '@'.  PR 57044.
+     [Michael Kaufmann <apache-bugzilla michael-kaufmann.ch>]
+
   *) core: add ReadBufferSize, FlushMaxThreshold and FlushMaxPipelined
      directives.  [Yann Ylavic]