From: Ruediger Pluem Date: Fri, 1 Apr 2016 14:02:58 +0000 (+0000) Subject: * Add missing 'e' X-Git-Tag: 2.4.20~10 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9b4fb51185a0289a9f15965bef553dec4d73e54a;p=thirdparty%2Fapache%2Fhttpd.git * Add missing 'e' git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1737393 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/CHANGES b/CHANGES index 7be55d6cfac..65c8b54a8a0 100644 --- a/CHANGES +++ b/CHANGES @@ -4,11 +4,11 @@ Changes with Apache 2.4.20 *) core: Do not read .htaccess if AllowOverride and AllowOverrideList are "None". PR 58528. - [Michael Schlenker ] - + *) core/util_script: relax alphanumeric filter of enviroment variable names on Windows to allow '(' and ')' for passing PROGRAMFILES(X86) et.al. unadulterated in 64 bit versions of Windows. PR 46751.