]> granicus.if.org Git - apache/commitdiff
Hey... didn't know these were hanging around. Time to file and forget.
authorWilliam A. Rowe Jr <wrowe@apache.org>
Wed, 4 Oct 2000 05:53:28 +0000 (05:53 +0000)
committerWilliam A. Rowe Jr <wrowe@apache.org>
Wed, 4 Oct 2000 05:53:28 +0000 (05:53 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@86381 13f79535-47bb-0310-9956-ffa450edef68

STATUS

diff --git a/STATUS b/STATUS
index 2864a47a5141b0121b2c808f346c3a7cdcadab3c..55fdc2b1755b8623c254d031700da5ecbb03b0d5 100644 (file)
--- a/STATUS
+++ b/STATUS
@@ -1,5 +1,5 @@
 Apache 2.0 STATUS:
-Last modified at [$Date: 2000/09/25 19:06:39 $]
+Last modified at [$Date: 2000/10/04 05:53:28 $]
 
 Release:
 
@@ -30,11 +30,6 @@ 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
-      mod_auth_digest used to use.
-
     * suEXEC doesn't work
         Status: Manoj has posted an patch to fix this.
         Message-ID: <20000825024943.A17578@manojk.users.mindspring.com>
@@ -48,6 +43,8 @@ RELEASE SHOWSTOPPERS:
        specific code that is still not in NT only code paths
        - IOL binds to APR sendfile, implemented with TransmitFile, which 
         is not available on 95/98.
+        - Document warning that OSR2 is required (for Crypt functions, in
+        rand.c, at least.)
 
     * Win32: Test access logging with multiple threads. Will the 
        native file I/O calls serialize automagically like the 
@@ -63,9 +60,6 @@ RELEASE SHOWSTOPPERS:
         also seem out of sorts.
         OtherBill is working on this
 
-    * Win32: fix build/run time environment to remove ApacheCore.dll 
-        linkage from ab.exe and htdigest.exe.
-    
     * We need a thread-safe resolver, at least on Unix.
         Status: The best known candidate would be something from
        BIND v9.
@@ -672,6 +666,12 @@ Documentation that needs writing:
 
 Available Patches:
 
+   * Martin Sojka <msojka@gmx.de>'s patch to add error reporting for failed 
+     htpasswd actions due to a full /tmp volume (other programs may have
+     similar problems?)
+        PR: 6475
+        Status:
+
    * Mike Abbott's <mja@trudge.engr.sgi.com> patches to improve
      performance
        Status: These were written for 1.3, and are awaiting a port to