You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by el...@apache.org on 2017/12/03 09:28:44 UTC

svn commit: r1817020 - /httpd/httpd/branches/2.4.x/CHANGES

Author: elukey
Date: Sun Dec  3 09:28:43 2017
New Revision: 1817020

URL: http://svn.apache.org/viewvc?rev=1817020&view=rev
Log:
CHANGES: fix missing attribution in r1812083

Modified:
    httpd/httpd/branches/2.4.x/CHANGES

Modified: httpd/httpd/branches/2.4.x/CHANGES
URL: http://svn.apache.org/viewvc/httpd/httpd/branches/2.4.x/CHANGES?rev=1817020&r1=1817019&r2=1817020&view=diff
==============================================================================
--- httpd/httpd/branches/2.4.x/CHANGES [utf-8] (original)
+++ httpd/httpd/branches/2.4.x/CHANGES [utf-8] Sun Dec  3 09:28:43 2017
@@ -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.