]> granicus.if.org Git - apache/commitdiff
Note some things that belonged here ... mentioned on list
authorWilliam A. Rowe Jr <wrowe@apache.org>
Fri, 11 Jan 2002 08:42:20 +0000 (08:42 +0000)
committerWilliam A. Rowe Jr <wrowe@apache.org>
Fri, 11 Jan 2002 08:42:20 +0000 (08:42 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@92823 13f79535-47bb-0310-9956-ffa450edef68

STATUS

diff --git a/STATUS b/STATUS
index 120cea59820568c7ddad07a4b9dbf4fdb6262ed1..9feedc7c2fd5df9c0c1a6a6c03df92b2af076fb8 100644 (file)
--- a/STATUS
+++ b/STATUS
@@ -1,5 +1,5 @@
 APACHE 2.0 STATUS:                                             -*-text-*-
-Last modified at [$Date: 2002/01/11 08:07:07 $]
+Last modified at [$Date: 2002/01/11 08:42:20 $]
 
 Release:
 
@@ -40,6 +40,20 @@ on related projects:
 
 RELEASE SHOWSTOPPERS:
 
+    * win32 scoreboard should _not_ use anon with no scoreboard name, it
+      should revert to the old method if scoreboard name is null (use the
+      NOT_SHARED bit that we do in -X).  At this moment Win32 doesn't 
+      -need- to have a shared score, until we create multiple processes,
+      or unless a module in the parent wants scoreboard data from the child.
+      If such a module is installed [for the moment] they aught to configure
+      the ScoreboardFile directive.
+
+    * mod_rewrite's locks (win32) were broken by recent changes to the 
+      apr_lock_t api (which we were deprecating in the first place, so
+      I'm far from certain why it changed.)  It has to do with creating
+      the rewrite logs mutex.  The solution is to find the brokenness in 
+      apr_lock_t, but if it goes away, why waste the time?
+
     * ap_directory_walk skips some per-dir config merge functions
       if there is no "<Directory />" block in the configuration
         Message-ID: <m3itbdiijq.fsf@rdu163-40-092.nc.rr.com>