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/06 10:53:37 UTC

svn commit: r1892983 - in /httpd/httpd/branches/2.4.x: ./ changes-entries/

Author: ylavic
Date: Mon Sep  6 10:53:37 2021
New Revision: 1892983

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

Removed:
    httpd/httpd/branches/2.4.x/changes-entries/Reduce_time_window_for_duplicate_in_uniqueid.txt
    httpd/httpd/branches/2.4.x/changes-entries/ap_proxy_tunnel_run.txt
    httpd/httpd/branches/2.4.x/changes-entries/prefork_child_init_sigmask.txt
    httpd/httpd/branches/2.4.x/changes-entries/revert_r887244_and_r887245.txt
Modified:
    httpd/httpd/branches/2.4.x/CHANGES

Modified: httpd/httpd/branches/2.4.x/CHANGES
URL: http://svn.apache.org/viewvc/httpd/httpd/branches/2.4.x/CHANGES?rev=1892983&r1=1892982&r2=1892983&view=diff
==============================================================================
--- httpd/httpd/branches/2.4.x/CHANGES [utf-8] (original)
+++ httpd/httpd/branches/2.4.x/CHANGES [utf-8] Mon Sep  6 10:53:37 2021
@@ -1,6 +1,24 @@
                                                          -*- coding: utf-8 -*-
 Changes with Apache 2.4.49
 
+  *) mod_proxy: Fix a potential infinite loop when tunneling Upgrade(d)
+     protocols from mod_proxy_http, and a timeout triggering falsely when
+     using mod_proxy_wstunnel, mod_proxy_connect or mod_proxy_http with
+     upgrade= setting.  PRs 65521 and 65519.  [Yann Ylavic]
+
+  *) mod_unique_id: Reduce the time window where duplicates may be generated
+     PR 65159
+     [Christophe Jaillet]
+
+  *) mpm_prefork: Block signals for child_init hooks to prevent potential
+     threads created from there to catch MPM's signals.
+     [Ruediger Pluem, Yann Ylavic]
+
+  *) 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