From: Roy T. Fielding Date: Sat, 28 Aug 1999 03:25:04 +0000 (+0000) Subject: Enough for one week. X-Git-Tag: 1.3.10~357 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=dca4c5636b696de023d931fbe65fb7af5476d2c2;p=apache Enough for one week. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@83833 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/STATUS b/STATUS index afdd617e12..3236c9c87e 100644 --- a/STATUS +++ b/STATUS @@ -1,5 +1,5 @@ Apache 2.0 STATUS: -Last modified at [$Date: 1999/08/28 02:44:09 $] +Last modified at [$Date: 1999/08/28 03:25:04 $] Release: @@ -53,6 +53,11 @@ Other bugs that need fixing: behavior. Dean has suggested getting rid of regex containers completely. + * Areas where APRFile is being used need to be cleaned-up + + * mod_mmap_static hides ap_block_alarms() and ap_unblock_alarms() + This should really be done in some header file elsewhere. + Other features that need writing: * Finish infrastructure in core for async MPMs @@ -60,6 +65,8 @@ Other features that need writing: * TODO in source -- just do an egrep on "TODO" and see what's there + * Odd comments in source (egrep for "ZZZ") need to be cleaned-up + * Work on other MPMs. Possible MPMs discussed or in progress include: - David Reid's Beos MPM @@ -82,6 +89,12 @@ Documentation that needs writing: Status: Ben Laurie has written some hooks documentation (apache-2.0/htdocs/hooks.html) + * Changes since 1.3.9 can be more easily seen in the commitlog file + dev.apache.org:/home/cvs/CVSROOT/commitlogs/apache-2.0 + which includes some of Roy's comments when the changes were + committed in rough change-sets by purpose. Note that the commitlog + does not show the contents of new files until later. + Available Patches: * Mike Abbott's patches to improve @@ -94,3 +107,6 @@ Open issues: * What do we do about mod_proxy? * Which MPMs will be included with Apache 2.0? + + * Is conf/highperformance.conf-dist obsolete? It looks obsolete. +