Commit a4abce3b authored by Ryan Bloom's avatar Ryan Bloom
Browse files

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
parent 4dc1fe0b
Loading
Loading
Loading
Loading
+1 −15
Original line number Diff line number Diff line
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