From: Bill Stoddard Date: Tue, 11 Jul 2000 21:09:58 +0000 (+0000) Subject: Some status X-Git-Tag: APACHE_2_0_ALPHA_5~131 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=9a376592043b8032121497c7896da3abad6bc45f;p=apache Some status git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@85820 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/STATUS b/STATUS index 5145d08bfa..58ae0a34c1 100644 --- a/STATUS +++ b/STATUS @@ -1,5 +1,5 @@ Apache 2.0 STATUS: -Last modified at [$Date: 2000/07/10 11:23:12 $] +Last modified at [$Date: 2000/07/11 21:09:58 $] Release: @@ -10,6 +10,8 @@ Release: 2.0a1 : released March 10, 2000 RELEASE SHOWSTOPPERS: + * apachectl not being built or installed + * 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 @@ -55,6 +57,11 @@ RELEASE SHOWSTOPPERS: a lot of directives to be removed from the core. RELEASE NON-SHOWSTOPPERS BUT WOULD BE REAL NICE TO WRAP THESE UP: + * Create unified scoreboard API and implementation shared across + the MPMs + + * Document mod_file_cache. + * OS/2: Get loadable modules working again. Requires shared core support which doesn't appear to be catered for in the current build system. @@ -63,10 +70,6 @@ RELEASE NON-SHOWSTOPPERS BUT WOULD BE REAL NICE TO WRAP THESE UP: * Build scripts do not recognise AIX 4.2.1 pthreads, so the pthread MPMs will not build. - * Win32: Reuse accept socket after transmitfile/close - This is not a bug, but would be nice to get this feature in - before ship. - * Win32: Enable the winnt MPM to use the new scoreboard API * Win32: Implement ap_shm_ functions in APR. @@ -100,16 +103,11 @@ RELEASE NON-SHOWSTOPPERS BUT WOULD BE REAL NICE TO WRAP THESE UP: process suspended. We also need a call to wake up the suspended process This may not be able to be implemented everywhere though. - Status: - - * Move I/O layering into APR. - * There are still a number of places in the code where we are loosing error status (i.e. throwing away the error returned by a system call and replacing it with a generic error code) * Win32: Implement reliable piped logs on Windows - Status: * Use APR to get rid of more platform dependancies. Status: Ryan Bloom is working on this.