From: Bill Stoddard Date: Wed, 16 Feb 2000 18:29:20 +0000 (+0000) Subject: More stuff to do. X-Git-Tag: 1.3.12~10 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=609f037139205e01057bfa13b6dd66ec1f24ef53;p=apache More stuff to do. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@84633 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/STATUS b/STATUS index 30efa1b244..1974cf3a6f 100644 --- a/STATUS +++ b/STATUS @@ -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 @@ Release: 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, @@ -56,6 +60,8 @@ RELEASE SHOWSTOPPERS: 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 * Win32: Graceful restart of a service is broken (code does shutdown then start)