]> granicus.if.org Git - apache/commitdiff
Mention the line number problem for config file errors and Greg
authorJeff Trawick <trawick@apache.org>
Mon, 29 May 2000 11:54:11 +0000 (11:54 +0000)
committerJeff Trawick <trawick@apache.org>
Mon, 29 May 2000 11:54:11 +0000 (11:54 +0000)
Ames' mod_mmap_static patch.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@85343 13f79535-47bb-0310-9956-ffa450edef68

STATUS

diff --git a/STATUS b/STATUS
index 61270d3f485ff391ff79ef9ad2099df3f5b49d56..e175488a618fd0379ccd17ace2f22b86960049b6 100644 (file)
--- a/STATUS
+++ b/STATUS
@@ -1,5 +1,5 @@
 Apache 2.0 STATUS:
-Last modified at [$Date: 2000/05/29 09:41:57 $]
+Last modified at [$Date: 2000/05/29 11:54:11 $]
 
 Release:
 
@@ -55,6 +55,9 @@ RELEASE SHOWSTOPPERS:
         Status: The best known candidate would be something from
        BIND v9.
 
+    * The wrong line number is reported for configuration file syntax 
+      errors.  If this isn't fixed, the bug database will explode.
+
 RELEASE NON-SHOWSTOPPERS BUT WOULD BE REAL NICE TO WRAP THESE UP:
     * OS/2: Get loadable modules working again. Requires shared core support
       which doesn't appear to be catered for in the current build system.
@@ -131,6 +134,9 @@ RELEASE NON-SHOWSTOPPERS BUT WOULD BE REAL NICE TO WRAP THESE UP:
       SDBM is used by Perl, mod_dav, mod_sssl, others for basic DBM support.
       Status: Greg +1 (volunteers)
 
+    * Get mod_mmap_static working on 2.0.  Greg Ames posted a patch on 
+      05/26/2000 to get it running and to improve performance.
+
 Other bugs that need fixing:
 
     * MaxRequestsPerChild measures connections, not requests.