]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Give credit to the author.
authorChristophe Jaillet <jailletc36@apache.org>
Sat, 15 Dec 2018 06:28:27 +0000 (06:28 +0000)
committerChristophe Jaillet <jailletc36@apache.org>
Sat, 15 Dec 2018 06:28:27 +0000 (06:28 +0000)
I only tested, added a test case and proposed for backport.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1848980 13f79535-47bb-0310-9956-ffa450edef68

CHANGES

diff --git a/CHANGES b/CHANGES
index a9b1d6bdf12e29936aca1e1238b18454c8cbf640..4f215c040d411e0e02385553e6ee417e8b366a02 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -4,7 +4,7 @@ Changes with Apache 2.4.38
   *) mod_setenvif: We can have expressions that become true if a regex pattern
      in the expression does NOT match. In this case val is NULL
      and we should just set the value for the environment variable 
-     like in the pattern case. [Christophe Jaillet]
+     like in the pattern case. [Ruediger Pluem]
 
   *) core: Incorrect values for environment variables are substituted when
      multiple environment variables are specified in a directive. [Hank Ibell]