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 2021/09/07 15:29:24 UTC

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

Author: ylavic
Date: Tue Sep  7 15:29:23 2021
New Revision: 1893049

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

Removed:
    httpd/httpd/trunk/changes-entries/Reduce_time_window_for_duplicate_in_uniqueid.txt
    httpd/httpd/trunk/changes-entries/event_maintenance_spawn_limit.txt
    httpd/httpd/trunk/changes-entries/init_request_on_read_failure.txt
    httpd/httpd/trunk/changes-entries/proxy_nocanon_interpolate.txt
    httpd/httpd/trunk/changes-entries/revert_r887244_and_r887245.txt
Modified:
    httpd/httpd/trunk/CHANGES

Modified: httpd/httpd/trunk/CHANGES
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/CHANGES?rev=1893049&r1=1893048&r2=1893049&view=diff
==============================================================================
--- httpd/httpd/trunk/CHANGES [utf-8] (original)
+++ httpd/httpd/trunk/CHANGES [utf-8] Tue Sep  7 15:29:23 2021
@@ -1,6 +1,25 @@
                                                          -*- coding: utf-8 -*-
 Changes with Apache 2.5.1
 
+  *) core: Initialize the request fields on read failure to avoid NULLs.
+     [Yann Ylavic]
+
+  *) mod_proxy: Do not canonicalize the proxied URL when both "nocanon" and
+     "ProxyPassInterpolateEnv On" are configured.  PR 65549.
+     [Joel Self <joelself gmail.com>]
+
+  *) mpm_event: Fix children processes possibly not stopped on graceful
+     restart.  PR 63169.  [Joel Self <joelself gmail.com>]
+
+  *) mod_unique_id: Reduce the time window where duplicates may be generated
+     PR 65159
+     [Christophe Jaillet]
+
+  *) Revert "mod_unique_id: Fix potential duplicated ID generation under heavy load.
+     PR 65159" added in 2.4.47.
+     This causes issue on Windows.
+     [Christophe Jaillet]
+
   *) mod_proxy_uwsgi: Fix PATH_INFO setting for generic worker.  [Yann Ylavic]
 
   *) mod_md: Certificate/keys pairs are verified as matching before a renewal is accepted