]> granicus.if.org Git - apache/commitdiff
Document the mod_include fixes from yesterday
authorBrian Pane <brianp@apache.org>
Fri, 5 Apr 2002 17:53:45 +0000 (17:53 +0000)
committerBrian Pane <brianp@apache.org>
Fri, 5 Apr 2002 17:53:45 +0000 (17:53 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@94458 13f79535-47bb-0310-9956-ffa450edef68

CHANGES

diff --git a/CHANGES b/CHANGES
index caf158651ec42fcc302e0ce49e43d23a98ce6da9..50d5a46c89f5089207311178f8d1735dab5ad20e 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -1,5 +1,9 @@
 Changes with Apache 2.0.35
 
+  *) Fixes for mod_include errors on boundary conditions in which
+     "<!--#" occurs at the very end of a bucket
+     [Paul Reder, Brian Pane]
+
   *) worker, prefork, perchild, beos MPMs: Add -DFOREGROUND switch to 
      cause the Apache parent process to run in the foreground (similar to
      -DNO_DETACH except that it doesn't switch session ids).