diff options
author | Ryan Bloom <rbb@apache.org> | 1999-11-11 14:21:10 +0100 |
---|---|---|
committer | Ryan Bloom <rbb@apache.org> | 1999-11-11 14:21:10 +0100 |
commit | 031129099bef38b854103f75d4658fecd3fd6c13 (patch) | |
tree | 46c892d9ca87cbc7d4f7a88656bf5008066b3e9d /STATUS | |
parent | Fix error logging calls (kinda). (diff) | |
download | apache2-031129099bef38b854103f75d4658fecd3fd6c13.tar.xz apache2-031129099bef38b854103f75d4658fecd3fd6c13.zip |
Update the STATUS file with three new items.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@84115 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'STATUS')
-rw-r--r-- | STATUS | 12 |
1 files changed, 11 insertions, 1 deletions
@@ -1,5 +1,5 @@ Apache 2.0 STATUS: -Last modified at [$Date: 1999/11/04 18:59:39 $] +Last modified at [$Date: 1999/11/11 13:21:10 $] Release: @@ -48,8 +48,18 @@ RELEASE SHOWSTOPPERS: hook system. Switch completely to the new hook system Status: Ben Laurie is working on this. + * Modules. Which modules do not work yet, can we get a list? + RELEASE NON-SHOWSTOPPERS BUT WOULD BE REAL NICE TO WRAP THESE UP: + * Clean the code. There are a lot of places we used APR but didn't + remove the hacks that were required for the cross-platform code in + 1.3. We need to make the code look like APR was supposed to be there. + + * Go throught the Bug DB and research the bugs marked "suspended". People + were told these would be considered for inclusion in Apache 2.0, it + would be nice to actually do so. + * Win32: Redirect stderr to the error log. This is tougher than it appears because Apache for Windows now uses native file I/O libraries rather than the CRT library. No problem redirecting native I/O STDERR to the error log. |