]> granicus.if.org Git - apache/commitdiff
Time for bed soon. :-)
authorRyan Bloom <rbb@apache.org>
Sat, 23 Dec 2000 07:15:43 +0000 (07:15 +0000)
committerRyan Bloom <rbb@apache.org>
Sat, 23 Dec 2000 07:15:43 +0000 (07:15 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@87525 13f79535-47bb-0310-9956-ffa450edef68

STATUS

diff --git a/STATUS b/STATUS
index 78541ef5bab66a9bc00a9767436ff4530b17c35f..49a89ce153036da6de165f18c26485ae2c3db604 100644 (file)
--- a/STATUS
+++ b/STATUS
@@ -1,5 +1,5 @@
 APACHE 2.0 STATUS:                                             -*-text-*-
-Last modified at [$Date: 2000/12/23 02:11:10 $]
+Last modified at [$Date: 2000/12/23 07:15:43 $]
 
 Release:
 
@@ -17,6 +17,13 @@ Release:
 
 RELEASE SHOWSTOPPERS:
 
+    * Need some way to force config.m4 files to be loaded in order.  The
+      config.m4 file in modules/generators needs to be loaded after the
+      one in server/mpm, because we rely on the MPM choice to determine
+      the correct CGI module.  This should be done by renaming the config.m4
+      files to config##.m4, and doing a find for those files.  The files
+      can then be sorted to ensure they are pulled in at the right times.
+
     * Root all file systems with <Directory /> for WIN32/OS2/NW permissions 
         Status: patch brought forward from 1.3.14
                 WIN32 and OS2 need review [William Rowe, Brian Harvard]