]> granicus.if.org Git - apache/commitdiff
CHANGES: fix missing attribution in r1812083
authorLuca Toscano <elukey@apache.org>
Sun, 3 Dec 2017 09:28:43 +0000 (09:28 +0000)
committerLuca Toscano <elukey@apache.org>
Sun, 3 Dec 2017 09:28:43 +0000 (09:28 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1817020 13f79535-47bb-0310-9956-ffa450edef68

CHANGES

diff --git a/CHANGES b/CHANGES
index d0f4d428ae81101ad46523d94bdc01502847d613..c71b04bf568bb7c4156036f4048b0775aab5fddf 100644 (file)
--- 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.