From: Luca Toscano Date: Sun, 3 Dec 2017 09:28:43 +0000 (+0000) Subject: CHANGES: fix missing attribution in r1812083 X-Git-Tag: 2.4.30~235 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=ced1bf5a12b37b6c159e23bd6caa108edeef829f;p=apache CHANGES: fix missing attribution in r1812083 git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1817020 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/CHANGES b/CHANGES index d0f4d428ae..c71b04bf56 100644 --- a/CHANGES +++ b/CHANGES @@ -26,7 +26,7 @@ Changes with Apache 2.4.29 plus improving randomness for IPv6-only hosts. [Jan Kaluza] *) mod_rewrite, core: Avoid the 'Vary: Host' response header when HTTP_HOST - is used in a condition that evaluates to true. PR 58231 [Luca Toscano] + is used in a condition that evaluates to true. PR 58231 [Luca Toscano, Yann Ylavic] *) mod_http2: v0.10.12, removed optimization for mutex handling in bucket beams that could lead to assertion failure in edge cases.