summaryrefslogtreecommitdiffstats
path: root/STATUS
diff options
context:
space:
mode:
authorBill Stoddard <stoddard@apache.org>2000-04-05 00:28:49 +0200
committerBill Stoddard <stoddard@apache.org>2000-04-05 00:28:49 +0200
commit3cb7bfa7e7fddbd58e6f8b8573e133ed5348e6fd (patch)
tree212795f5797d189835f2b8aad4fc11ca1fa92fa5 /STATUS
parentAllan Edwards fixed this problem. (diff)
downloadapache2-3cb7bfa7e7fddbd58e6f8b8573e133ed5348e6fd.tar.xz
apache2-3cb7bfa7e7fddbd58e6f8b8573e133ed5348e6fd.zip
Refine a todo...
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@84912 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'STATUS')
-rw-r--r--STATUS12
1 files changed, 10 insertions, 2 deletions
diff --git a/STATUS b/STATUS
index d46ceb8217..758745ce8e 100644
--- a/STATUS
+++ b/STATUS
@@ -1,5 +1,5 @@
Apache 2.0 STATUS:
-Last modified at [$Date: 2000/04/04 21:39:34 $]
+Last modified at [$Date: 2000/04/04 22:28:49 $]
Release:
@@ -38,7 +38,15 @@ RELEASE SHOWSTOPPERS:
* Win32: Enable the Windows MPM to honor max_requests_per_child
Status: Bill will fix this.
- * Win32: Fix Win9* specific code in the winnt MPM
+ * Win32: Get Apache working on Windows 95/98. The following work
+ (at least) needs to be done:
+ - winnt MPM: Fix 95/98 code paths in the winnt MPM. There is some NT
+ specific code that is still not in NT only code paths
+ - APR sendfile uses TransmitFile which is not available on
+ 95/98.
+ - ap_stat uses GetFileAttributeEx which is not available on
+ 95/98
+
Status:
* Win32: Test access logging with multiple threads. Will the