]> granicus.if.org Git - apache/commitdiff
Follow up to r1809273: CHANGES entry.
authorYann Ylavic <ylavic@apache.org>
Thu, 9 Nov 2017 12:18:15 +0000 (12:18 +0000)
committerYann Ylavic <ylavic@apache.org>
Thu, 9 Nov 2017 12:18:15 +0000 (12:18 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1814719 13f79535-47bb-0310-9956-ffa450edef68

CHANGES

diff --git a/CHANGES b/CHANGES
index 563231caac2123791dd17f7f8bfd948da55e3e38..a5aa2a2c778dec8d3fec438c7a43cfad284d7c0d 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -5,6 +5,10 @@ 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]