]> granicus.if.org Git - apache/commitdiff
Backported.
authorYann Ylavic <ylavic@apache.org>
Thu, 18 Jan 2018 21:02:04 +0000 (21:02 +0000)
committerYann Ylavic <ylavic@apache.org>
Thu, 18 Jan 2018 21:02:04 +0000 (21:02 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1821557 13f79535-47bb-0310-9956-ffa450edef68

CHANGES

diff --git a/CHANGES b/CHANGES
index 6ad4d2a8805e2181a441a409a2462056cdca025d..c59c7eb6bd0899daf13a062b2cf9afdfac82d407 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -1,16 +1,6 @@
                                                          -*- coding: utf-8 -*-
 Changes with Apache 2.5.1
 
-  *) mpm_event,worker: Mask signals for threads created by modules in child
-     init, so that they don't receive (implicitely) the ones meant for the MPM.
-     PR 62009. [Armin Abfalterer <a.abfalterer gmail com>, Yann Ylavic]
-
-  *) mpm_event: Update scoreboard status for KeepAlive state.  [Yann Ylavic]
-
-  *) core, mpm_event: Avoid a small memory leak of the scoreboard handle, for
-     the lifetime of the connection, each time it is processed by MPM event.
-     [Yann Ylavic]
-
   *) mod_headers: 'RequestHeader set|edit|edit_r Content-Type X' could 
      inadvertently modify the Content-Type _response_ header. Applies to
      Content-Type only and likely to only affect static file responses.
@@ -50,10 +40,6 @@ Changes with Apache 2.5.1
      error logging of exact ACME response when challenges failed.
      [Stefan Eissing]
 
-  *) mpm_event: close connections not reported as handled by any module to
-     avoid losing track of them and leaking scoreboard entries.  PR 61551.
-     [Yann Ylavic]
-
   *) mod_dumpio: do nothing below log level TRACE7.  [Yann Ylavic]
 
   *) mod_md: reverses most of v1.0.5 optimization of post_config init, so that
@@ -125,10 +111,6 @@ Changes with Apache 2.5.1
 
 Changes with Apache 2.5.0-alpha
 
-  *) mpm_event: avoid a very unlikely race condition between the listener and
-     the workers when the latter fails to add a connection to the pollset.
-     [Yann Ylavic]
-
   *) mod_macro: fix usability of globally defined macros in .htaccess files.
      PR 57525.  [Jose Kahan <jose w3.org>, Yann Ylavic]