summaryrefslogtreecommitdiffstats
path: root/CHANGES
diff options
context:
space:
mode:
authorNick Kew <niq@apache.org>2010-07-20 01:40:25 +0200
committerNick Kew <niq@apache.org>2010-07-20 01:40:25 +0200
commit344a7acdc3048e11cc9d56230200252e7ecc6a32 (patch)
tree2a4af448c90737485b4872c0bb12b829a8c003dc /CHANGES
parentmod_include: recognise "text/html; parameters" as text/html (diff)
downloadapache2-344a7acdc3048e11cc9d56230200252e7ecc6a32.tar.xz
apache2-344a7acdc3048e11cc9d56230200252e7ecc6a32.zip
Enable SetEnv to set PATH
PR 43906 git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@965679 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES3
1 files changed, 3 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 70de85207c..6b82bb6c40 100644
--- a/CHANGES
+++ b/CHANGES
@@ -29,6 +29,9 @@ Changes with Apache 2.3.7
*) mod_include: recognise "text/html; parameters" as text/html
PR 49616 [Andrey Chernov <ache nagual.pp.ru>]
+ *) CGI vars: allow PATH to be set by SetEnv, consistent with LD_LIBRARY_PATH
+ PR 43906 [Nick Kew]
+
Changes with Apache 2.3.6
*) SECURITY: CVE-2009-3555 (cve.mitre.org)