From: Yann Ylavic Date: Thu, 5 Jul 2018 19:47:51 +0000 (+0000) Subject: Follow up to r1835179: CHANGES entry. X-Git-Tag: 2.4.34~9 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=3c8e12ae3eff9755975d3d24d5252237d7d06f39;p=apache Follow up to r1835179: CHANGES entry. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1835180 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/CHANGES b/CHANGES index 214875d76f..b79753929f 100644 --- 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.