]> granicus.if.org Git - apache/commitdiff
Update STATUS to get rid of the fprintf(stderr problem.
authorRyan Bloom <rbb@apache.org>
Fri, 19 Nov 1999 18:59:48 +0000 (18:59 +0000)
committerRyan Bloom <rbb@apache.org>
Fri, 19 Nov 1999 18:59:48 +0000 (18:59 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@84136 13f79535-47bb-0310-9956-ffa450edef68

STATUS

diff --git a/STATUS b/STATUS
index b333d3e4ff27f475678ba060257f90f7c1e91805..8c55065c7f2db4623a8ae36f6cf2132455aac0d0 100644 (file)
--- a/STATUS
+++ b/STATUS
@@ -1,5 +1,5 @@
 Apache 2.0 STATUS:
-Last modified at [$Date: 1999/11/17 21:39:16 $]
+Last modified at [$Date: 1999/11/19 18:59:48 $]
 
 Release:
 
@@ -60,13 +60,6 @@ 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: 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. 
-      However, we need to replace all the fprintf(stderr...) calls with something 
-      that will write to the native stderr handle instead of the CRT stderr handle.
-      Bleh.
-
     * 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 <stoddard@raleigh.ibm.com> is working on this.