fielding 99/08/27 20:25:05
Modified: . STATUS Log: Enough for one week. Revision Changes Path 1.4 +17 -1 apache-2.0/STATUS Index: STATUS =================================================================== RCS file: /home/cvs/apache-2.0/STATUS,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- STATUS 1999/08/28 02:44:09 1.3 +++ STATUS 1999/08/28 03:25:04 1.4 @@ -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 @@ 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 @@ * 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 <[EMAIL PROTECTED]> Beos MPM @@ -82,6 +89,12 @@ 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 <[EMAIL PROTECTED]> patches to improve @@ -94,3 +107,6 @@ * 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. +