]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
propose backports
authorAndré Malo <nd@apache.org>
Sat, 27 Mar 2004 19:07:29 +0000 (19:07 +0000)
committerAndré Malo <nd@apache.org>
Sat, 27 Mar 2004 19:07:29 +0000 (19:07 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@103168 13f79535-47bb-0310-9956-ffa450edef68

STATUS

diff --git a/STATUS b/STATUS
index a160cd8626a2d037f1f46bba91eb53ce76d3bcd3..30d3714da1cff7ef373b2a04c169b8c93aca4100 100644 (file)
--- a/STATUS
+++ b/STATUS
@@ -1,5 +1,5 @@
 APACHE 2.0 STATUS:                                              -*-text-*-
-Last modified at [$Date: 2004/03/27 00:18:03 $]
+Last modified at [$Date: 2004/03/27 19:07:29 $]
 
 Release:
 
@@ -72,6 +72,15 @@ 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! ]
 
+    *) mod_include: remove "recursive-include" check, it's no longer
+       necessary and forbids legal actions.
+          modules/filters/mod_include.c: r1.296
+       +1: nd
+
+    *) mod_alias: Emit a warning if an alias overlaps another
+          modules/mappers/mod_alias.c: r1.45, 1.46, 1.47, 1.48, 1.55
+      +1: nd
+
     *) mod_ssl: Disable the extra session caching in OpenSSL to prevent
        memory leak. PR: 26562.
            modules/ssl/ssl_engine_init.c:    r1.127