From: Manoj Kasichainula Date: Tue, 21 Dec 1999 08:26:49 +0000 (+0000) Subject: [insert weather comment here] X-Git-Tag: 1.3.10~62 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=2d433bb1960bbc6319da7ebba6a32e1fb85c38a6;p=apache [insert weather comment here] git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@84348 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/STATUS b/STATUS index ab1e7d5e74..a40e999bb1 100644 --- a/STATUS +++ b/STATUS @@ -1,14 +1,11 @@ Apache 2.0 STATUS: -Last modified at [$Date: 1999/12/13 15:46:45 $] +Last modified at [$Date: 1999/12/21 08:26:49 $] Release: - 2.0: In pre-alpha development - -Plan: - - * Vague goal of an alpha or beta release in 1999. Commit-then-review - is active. + Assuming more features aren't demanded for the 2.0 release + 2.0a1/b1: January 2000 + 2.0 : Early 2000 RELEASE SHOWSTOPPERS: @@ -25,9 +22,6 @@ RELEASE SHOWSTOPPERS: * Port mod_rewrite Status: Paul Reder is working on this. - * Port mod_mime_magic - Status: Paul Reder is working on this. - * suEXEC doesn't work Status: Manoj has posted an patch to fix this. <19991103003605.A20612@samosa.mindspring.com> @@ -68,31 +62,29 @@ RELEASE NON-SHOWSTOPPERS BUT WOULD BE REAL NICE TO WRAP THESE UP: were told these would be considered for inclusion in Apache 2.0, it would be nice to actually do so. - * Win32: Migrate the MPM over to use APR thread/process calls. This would eliminate - some code in the Win32 branch that essentially duplicates what is in APR. - Status: Bill is working on this. + * Win32: Migrate the MPM over to use APR thread/process calls. This + would eliminate some code in the Win32 branch that essentially + duplicates what is in APR. + Status: Bill is working on this. * 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) + * 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) * APRize the stat function. CRT stat() is about 30% slower on Windows than the equivalent native Windows call. The APR call should return the Unix style stat structure, just to keep it familier. * Implement reliable piped logs on Windows - Status: Bill has prototype code (not reliable) in 1.3. - Should be much cleaner with APR in 2.0. + Status: Bill has prototype code (not + reliable) in 1.3. Should be much cleaner with APR in 2.0. * Switch to autoconf, et al. for configuration. Status: Manoj has placed an initial version into the 2.0 repository. Todos include: - - Support selection of modules (including MPMs; only Dexter - works right now). Probably involved creating a directory for - each module - "make install" and "make depend" should work - a tool to simplfy third-party module building should be written. Something like apxs @@ -117,9 +109,9 @@ Other bugs that need fixing: behavior. Dean has suggested getting rid of regex containers completely. - * SIGSEGV on Linux seems to only kill a thread, not a whole process; - we need to work around this, probably by bouncing the signal to - the sigwait thread. But this will hurt debugability. + * SIGSEGV on Linux (glibc 2.1.2) isn't caught properly by a + sigwaiting thread. We need to work around this, perhaps unless + there is hope soon for a fixed glibc. Other features that need writing: