]> granicus.if.org Git - apache/commitdiff
Document the variable expansion enhancements for mod_include
authorBrian Pane <brianp@apache.org>
Fri, 29 Mar 2002 06:26:03 +0000 (06:26 +0000)
committerBrian Pane <brianp@apache.org>
Fri, 29 Mar 2002 06:26:03 +0000 (06:26 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@94295 13f79535-47bb-0310-9956-ffa450edef68

CHANGES
docs/manual/mod/mod_include.xml

diff --git a/CHANGES b/CHANGES
index 54669195e6d5138815c8fa79976e398878e572f3..92cb0e2e623664f1261dae1fbf3d94cad4d9e1ff 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -1,5 +1,8 @@
 Changes with Apache 2.0.35
 
+  *) Add support for macro expansion within the variable names in
+     <!--#echo--> and <!--#set--> directives [Brian Pane]
+
   *) Fix some mod_include segfaults [Cliff Woolley, Brian Pane, Brad Nicholes]
 
   *) Update the Redhat Layout to match Redhat version 7. PR BZ-7422
index 282d4ce601ddc88d05651b2d617ccf2898198fac..bc88a0de6cb260b1728f91573c22508583611d5b 100644 (file)
     cases where they may reasonably occur as an argument to an SSI
     directive. This includes the <code>config</code>,
     <code>exec</code>, <code>flastmod</code>, <code>fsize</code>,
-    <code>include</code>, and <code>set</code> directives, as well
+    <code>include</code>, <code>echo</code>, and <code>set</code>
+    directives, as well
     as the arguments to conditional operators. You can insert a
     literal dollar sign into the string using backslash
     quoting:</p>