From: Christophe Jaillet Date: Sat, 15 Dec 2018 06:28:27 +0000 (+0000) Subject: Give credit to the author. X-Git-Tag: 2.4.38~51 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=da2b7f1fdb93c5aa4de5b27419bbe6e05e9d0c2c;p=thirdparty%2Fapache%2Fhttpd.git Give credit to the author. 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 --- diff --git a/CHANGES b/CHANGES index a9b1d6bdf12..4f215c040d4 100644 --- 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]