You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by wr...@apache.org on 2005/12/16 21:28:47 UTC

svn commit: r357223 - /httpd/httpd/trunk/STATUS

Author: wrowe
Date: Fri Dec 16 12:28:43 2005
New Revision: 357223

URL: http://svn.apache.org/viewcvs?rev=357223&view=rev
Log:

  New Win32 9x efforts are a nonstarter.

Modified:
    httpd/httpd/trunk/STATUS

Modified: httpd/httpd/trunk/STATUS
URL: http://svn.apache.org/viewcvs/httpd/httpd/trunk/STATUS?rev=357223&r1=357222&r2=357223&view=diff
==============================================================================
--- httpd/httpd/trunk/STATUS (original)
+++ httpd/httpd/trunk/STATUS Fri Dec 16 12:28:43 2005
@@ -328,14 +328,6 @@
     * callers of ap_run_create_request() should check the return value
       for failure (Doug volunteers)
 
-    * Win32: Get Apache working on Windows 95/98. The following work
-        (at least) needs to be done:
-        - Document warning that OSR2 is required (for Crypt functions, in
-        rand.c, at least.)  This could be resolved with an SSL library, or
-        randomization in APR itself.
-        - Bring the Win9xConHook.dll from 1.3 into 2.0 (no sense till it
-        actually works) and add in a splash of Win9x service code.
-
     * Fix the worker MPM to use POD to kill child processes instead
       of ap_os_killpg, regardless of how they should die.