From apache-cvs-owner-apache-cvs-archive=hyperreal.org@apache.org Tue Feb 15 00:54:39 2000 Mailing-List: contact apache-cvs-help@apache.org; run by ezmlm Delivered-To: mailing list apache-cvs@apache.org Received: (qmail 56790 invoked by uid 500); 16 Feb 2000 18:29:21 -0000 Delivered-To: apmail-apache-2.0-cvs@apache.org Received: (qmail 56785 invoked by uid 1088); 16 Feb 2000 18:29:21 -0000 Date: 16 Feb 2000 18:29:21 -0000 Message-ID: <20000216182921.56784.qmail@locus.apache.org> From: stoddard@locus.apache.org To: apache-2.0-cvs@apache.org Subject: cvs commit: apache-2.0 STATUS stoddard 00/02/16 10:29:21 Modified: . STATUS Log: More stuff to do. Revision Changes Path 1.27 +7 -1 apache-2.0/STATUS Index: STATUS =================================================================== RCS file: /home/cvs/apache-2.0/STATUS,v retrieving revision 1.26 retrieving revision 1.27 diff -u -r1.26 -r1.27 --- STATUS 2000/02/16 16:48:32 1.26 +++ STATUS 2000/02/16 18:29:20 1.27 @@ -1,5 +1,5 @@ Apache 2.0 STATUS: -Last modified at [$Date: 2000/02/16 16:48:32 $] +Last modified at [$Date: 2000/02/16 18:29:20 $] Release: @@ -8,6 +8,10 @@ 2.0 : later in 2000 RELEASE SHOWSTOPPERS: + * Reliable piped logs look broken everywhere. Each MPM includes essentially + identical code to ap_register_other_child(), etc. Most of this code can + be moved out of the MPMs and into some common file (http_core.c?). + * DSO hooks registered during the preflight call to ap_read_config are not 'unregistered' during the preflight clean-up. Thus, when Apache comes up, the hook tables contain two entries for each DSO hook, @@ -55,6 +59,8 @@ resolver calls, RELEASE NON-SHOWSTOPPERS BUT WOULD BE REAL NICE TO WRAP THESE UP: + + * Win32: Enable the winnt MPM to use the new scoreboard API * Win32: Non-blocking CGI pipes