From: Bill Stoddard Date: Sat, 15 Apr 2000 19:30:25 +0000 (+0000) Subject: Add some todos, remove some vague comments, remove items completed X-Git-Tag: apache-doc-split-01~24 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=a9bce5283f0418a9378be11e41b6f3a2d7808fc2;p=apache Add some todos, remove some vague comments, remove items completed git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@84977 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/STATUS b/STATUS index 113307612a..7b5ff03e4e 100644 --- a/STATUS +++ b/STATUS @@ -1,5 +1,5 @@ Apache 2.0 STATUS: -Last modified at [$Date: 2000/04/15 19:05:10 $] +Last modified at [$Date: 2000/04/15 19:30:25 $] Release: @@ -8,6 +8,11 @@ Release: 2.0a1 : released March 10, 2000 RELEASE SHOWSTOPPERS: + * Win32: Get mod_auth_digest working under win32 + - APR_HAS_RANDOM should be defined on windows and there is a + lib/apr/misc/win32/rand.c which is basically a copy of what + mod_auth_digest used to use. + * Re-work configuration for top level Apache. Work should start with trying to clean the autoconf stuff. If and only if this proves impossible to do (very unlikely), autoconf should be removed and we @@ -61,10 +66,6 @@ RELEASE SHOWSTOPPERS: we access the logs? Status: - * Win32: Smoke test all ported modules to make sure they work - correctly under Windows. - Status: - * Current 2.0 code is not tested on many Unix platforms. Make 2.0 work on most, if not all the systems 1.3 did Status: Autoconf and APR will get us most of the way there. @@ -107,8 +108,6 @@ 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) * Dynamically loadable MPMs