]> granicus.if.org Git - apache/commitdiff
sync
authorAndré Malo <nd@apache.org>
Sat, 28 Feb 2004 22:59:23 +0000 (22:59 +0000)
committerAndré Malo <nd@apache.org>
Sat, 28 Feb 2004 22:59:23 +0000 (22:59 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@102814 13f79535-47bb-0310-9956-ffa450edef68

CHANGES

diff --git a/CHANGES b/CHANGES
index 6eee255c567e843a1e808013ff0dd10a17a00912..6948791900ec699f037f9e40ab1517dd380f172e 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -125,9 +125,6 @@ Changes with Apache 2.1.0-dev
 
   *) Switch to APR 1.0 API.
 
-  *) Fix mod_include's expression parser to recognize strings correctly
-     even if they start with an escaped token.  [André Malo]
-
   *) Major overhaul of mod_include's filter parser. The new parser code
      is expected to be more robust and should catch all of the edge cases
      that were not handled by the previous one. This includes a binary
@@ -280,6 +277,9 @@ Changes with Apache 2.1.0-dev
 
 Changes with Apache 2.0.49
 
+  *) Fix mod_include's expression parser to recognize strings correctly
+     even if they start with an escaped token.  [André Malo]
+
   *) Add fatal exception hook for use by diagnostic modules.  The hook
      is only available if the --enable-exception-hook configure parm 
      is used and the EnableExceptionHook directive has been set to