]> granicus.if.org Git - apache/commitdiff
Remove some STATUS items that are already in APR's STATUS file.
authorRyan Bloom <rbb@apache.org>
Fri, 19 Jan 2001 03:01:14 +0000 (03:01 +0000)
committerRyan Bloom <rbb@apache.org>
Fri, 19 Jan 2001 03:01:14 +0000 (03:01 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@87729 13f79535-47bb-0310-9956-ffa450edef68

STATUS

diff --git a/STATUS b/STATUS
index 2ed6a9a8ea03a056ccd487f2abec1118264014e8..f5e5ec9536a37fcfa3fecb67786ebb0e21439b0b 100644 (file)
--- a/STATUS
+++ b/STATUS
@@ -1,5 +1,5 @@
 APACHE 2.0 STATUS:                                             -*-text-*-
-Last modified at [$Date: 2001/01/19 02:58:56 $]
+Last modified at [$Date: 2001/01/19 03:01:14 $]
 
 Release:
 
@@ -152,12 +152,6 @@ RELEASE NON-SHOWSTOPPERS BUT WOULD BE REAL NICE TO WRAP THESE UP:
 
     * Mass vhosting version of suEXEC.
 
-    * Replace tables with a proper opaque ADT that has pluggable
-      implementations (including something like the existing data type,
-      plus hash tables for speed, with options for more later).
-       Status: fanf is working on this.
-       [ gjs: still? really? ]
-
     * All DBMs suffer from confusion in support/dbmmanage (perl script) since 
         the dbmmanage employs the first-matched dbm format.  This is not
         necessarily the library that Apache was built with.  Aught to
@@ -188,11 +182,6 @@ RELEASE NON-SHOWSTOPPERS BUT WOULD BE REAL NICE TO WRAP THESE UP:
 
     * read the config tree just once, and process N times (as necessary)
 
-    * add a version number to ap_initialize() as an extra failsafe against
-      (APR) library version skew.
-      MsgID: <Pine.LNX.4.10.10005231712380.31927-100000@nebula.lyra.org>
-        Status: Greg +1 (volunteers), Jeff +1, Ryan +1, Tony -0(?)
-
     * (possibly) use UUIDs in mod_unique_id and/or mod_usertrack
 
     * (possibly) port the bug fix for PR 6942 (segv when LoadModule is put
@@ -659,9 +648,6 @@ Other bugs that need fixing:
       sigwaiting thread. We need to work around this, perhaps unless
       there is hope soon for a fixed glibc.
 
-    * The MM library is built as static and shared library. This should
-      be set up to build only the required version.
-
 Other features that need writing:
 
     * Finish infrastructure in core for async MPMs