]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
propose a backport
authorAndré Malo <nd@apache.org>
Tue, 20 Apr 2004 20:27:02 +0000 (20:27 +0000)
committerAndré Malo <nd@apache.org>
Tue, 20 Apr 2004 20:27:02 +0000 (20:27 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@103467 13f79535-47bb-0310-9956-ffa450edef68

STATUS

diff --git a/STATUS b/STATUS
index ab4998db1f7501e4a73693ad3621220078eeadb1..3e431fd5cb9dd4fb175d33262fa90f8a6441cc0e 100644 (file)
--- a/STATUS
+++ b/STATUS
@@ -1,5 +1,5 @@
 APACHE 2.0 STATUS:                                              -*-text-*-
-Last modified at [$Date: 2004/04/20 10:24:22 $]
+Last modified at [$Date: 2004/04/20 20:27:02 $]
 
 Release:
 
@@ -72,6 +72,10 @@ PATCHES TO BACKPORT FROM 2.1
   [ please place file names and revisions from HEAD here, so it is easy to
     identify exactly what the proposed changes are! ]
 
+    *) detect Include directive recursion by counting the nesting level.
+         server/core.c: r1.1.275
+       +1: nd
+
     *) mod_headers: don't segfault, when supplying an empty header value
          modules/metadata/mod_headers.c: r1.56
        +1: nd, bnicholes