From: Yann Ylavic Date: Thu, 9 Nov 2017 12:18:15 +0000 (+0000) Subject: Follow up to r1809273: CHANGES entry. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=25d2e25ce4f33f5d09bee85b4684fc446ea7b4f8;p=apache Follow up to r1809273: CHANGES entry. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1814719 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/CHANGES b/CHANGES index 563231caac..a5aa2a2c77 100644 --- 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 , Yann Ylavic]