]> granicus.if.org Git - apache/commitdiff
Follow up to r1835179: CHANGES entry.
authorYann Ylavic <ylavic@apache.org>
Thu, 5 Jul 2018 19:47:51 +0000 (19:47 +0000)
committerYann Ylavic <ylavic@apache.org>
Thu, 5 Jul 2018 19:47:51 +0000 (19:47 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1835180 13f79535-47bb-0310-9956-ffa450edef68

CHANGES

diff --git a/CHANGES b/CHANGES
index 214875d76f6ea489ba79c71c8967b104ff2354a0..b79753929fcab2c6d8ba6ccd5acbe1c5007a4a43 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -1,6 +1,9 @@
                                                          -*- coding: utf-8 -*-
 Changes with Apache 2.4.34
 
+  *) event: avoid possible race conditions with modules on the child pool.
+     [Eric Covener, Stefan Fritsch]
+
   *) mod_proxy: Fix a corner case where the ProxyPassReverseCookieDomain or
      ProxyPassReverseCookiePath directive could fail to update correctly
      'domain=' or 'path=' in the 'Set-Cookie' header.  PR 61560.