]> granicus.if.org Git - apache/commitdiff
Lay it on the table
authorWilliam A. Rowe Jr <wrowe@apache.org>
Sat, 13 Jan 2001 04:26:04 +0000 (04:26 +0000)
committerWilliam A. Rowe Jr <wrowe@apache.org>
Sat, 13 Jan 2001 04:26:04 +0000 (04:26 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@87680 13f79535-47bb-0310-9956-ffa450edef68

STATUS

diff --git a/STATUS b/STATUS
index f5794326162b0929386e64f3c2c8a4a7f6d6301f..ba6cbf98077a6618b408343163998c58c4c56c8c 100644 (file)
--- 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