summaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorStefan Fritsch <sf@apache.org>2010-01-30 12:18:18 +0000
committerStefan Fritsch <sf@apache.org>2010-01-30 12:18:18 +0000
commit2d507c2fcdd5914d13a99399d80cbb9f85baf1d0 (patch)
tree1a24522285da6d9f2d0265c3323ac1b39a03403a /CHANGES
parentdc82c3eb120d632100499734118c17c03a482ead (diff)
downloadhttpd-2d507c2fcdd5914d13a99399d80cbb9f85baf1d0.tar.gz
Allow the Define directive to undefine a variable by prefixing the
argument with a '!'. PR: 35350 git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@904768 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 4d1ca4bda4..af191baea3 100644
--- a/CHANGES
+++ b/CHANGES
@@ -2,6 +2,9 @@
Changes with Apache 2.3.6
+ *) Allow the Define directive to undefine a variable by prefixing the
+ argument with a '!'. PR 35350. [Stefan Fritsch]
+
*) Make ap_pregsub(), used by AliasMatch and friends, use the same syntax
for regex backreferences as mod_rewrite and mod_include: Remove the use
of '&' as an alias for '$0' and allow to escape any character with a