summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWilliam A. Rowe Jr <wrowe@apache.org>2001-01-13 04:26:04 +0000
committerWilliam A. Rowe Jr <wrowe@apache.org>2001-01-13 04:26:04 +0000
commitcc64de8fdf445edbb36c8c6102ee35454858dc69 (patch)
treec19729fda01f78421159692d3bbcafd8e18a7e74
parentd552489474300fdb3c35d3bbe21981368b7c9e30 (diff)
downloadhttpd-cc64de8fdf445edbb36c8c6102ee35454858dc69.tar.gz
Lay it on the table
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@87680 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r--STATUS18
1 files changed, 15 insertions, 3 deletions
diff --git a/STATUS b/STATUS
index f579432616..ba6cbf9807 100644
--- a/STATUS
+++ b/STATUS
@@ -1,5 +1,5 @@
APACHE 2.0 STATUS: -*-text-*-
-Last modified at [$Date: 2001/01/12 14:32:38 $]
+Last modified at [$Date: 2001/01/13 04:26:04 $]
Release:
@@ -17,6 +17,15 @@ Release:
RELEASE SHOWSTOPPERS:
+ WARNING: ALWAYS check srclib/apr/STATUS and srclib/apr-util/STATUS
+
+ * Generic Hooks are absolutely wrong in linkage, they are declared as
+ exported from APU, but actually exported from modules. This needs
+ heavy fixup, which Bill will do on the plane tommorow. The actual
+ 'Apache' declaration is in Apache's files, with the 'explicit linkage'
+ flavor in apr-util. (Unless you folks will finally buckle and accept
+ the linkspec in hook declarations. I'm not holding my breath.)
+
* Root all file systems with <Directory /> for WIN32/OS2/NW permissions
Status: patch brought forward from 1.3.14
WIN32 and OS2 need review [William Rowe, Brian Harvard]
@@ -26,7 +35,7 @@ RELEASE SHOWSTOPPERS:
and *not* translated on ASCII machines.
* Win32: Enable the Windows MPM to honor max_requests_per_child
- Status: Bill will fix this.
+ Status: FirstBill will fix this?
* Win32: Get Apache working on Windows 95/98. The following work
(at least) needs to be done:
@@ -49,7 +58,7 @@ RELEASE SHOWSTOPPERS:
Problems to fix in the revamp: -k shutdown/restart are broken,
signals are not being acknowledged. Close window and shutdown
also seem out of sorts.
- OtherBill is working on this
+ OtherBill is working on this and will finish over the weekend.
* We need a thread-safe resolver, at least on Unix.
Status: The best known candidate would be something from
@@ -121,10 +130,13 @@ RELEASE NON-SHOWSTOPPERS BUT WOULD BE REAL NICE TO WRAP THESE UP:
* Win32: Win9x console window still won't play nice with the
close window, logoff and shutdown scenarios.
+ Status: OtherBill will move the patch forward from 1.3.15, once we
+ get our other Win9x issues solved.
* Win32: Add a simple hold console open patch (wait for close or
the ESC key, with a nice message) if the server died a bad
death (non-zero exit code) in console mode.
+ Status: OtherBill is bringing forward same ugly hack from 1.3.13
* Platforms that do not support fork (primarily Win32 and AS/400)
Architect start-up code that avoids initializing all the modules