diff options
author | Bill Stoddard <stoddard@apache.org> | 2000-04-15 21:30:25 +0200 |
---|---|---|
committer | Bill Stoddard <stoddard@apache.org> | 2000-04-15 21:30:25 +0200 |
commit | a9bce5283f0418a9378be11e41b6f3a2d7808fc2 (patch) | |
tree | 13de1d5258050d36a2aa63665999c60cfdb06a13 /STATUS | |
parent | Win32: First cut at getting mod_isapi working under 2.0 (diff) | |
download | apache2-a9bce5283f0418a9378be11e41b6f3a2d7808fc2.tar.xz apache2-a9bce5283f0418a9378be11e41b6f3a2d7808fc2.zip |
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
Diffstat (limited to '')
-rw-r--r-- | STATUS | 13 |
1 files changed, 6 insertions, 7 deletions
@@ -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 |