From: Ryan Bloom Date: Fri, 19 Jan 2001 03:01:14 +0000 (+0000) Subject: Remove some STATUS items that are already in APR's STATUS file. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=a4abce3ba9faf81755a44e57167cf2971b0c69af;p=apache Remove some STATUS items that are already in APR's STATUS file. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@87729 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/STATUS b/STATUS index 2ed6a9a8ea..f5e5ec9536 100644 --- 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: - 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