]> granicus.if.org Git - apache/commitdiff
In my book this is a GA showstopper, but I'm volunteering here and I
authorAaron Bannert <aaron@apache.org>
Wed, 14 Nov 2001 08:07:19 +0000 (08:07 +0000)
committerAaron Bannert <aaron@apache.org>
Wed, 14 Nov 2001 08:07:19 +0000 (08:07 +0000)
expect to have it done by the time we want to do a GA.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@91942 13f79535-47bb-0310-9956-ffa450edef68

STATUS

diff --git a/STATUS b/STATUS
index 19424c208f33738cd1ae529bc2d44b374101274a..ab0961292e59addb69560bbc784dfb82d6646297 100644 (file)
--- a/STATUS
+++ b/STATUS
@@ -1,5 +1,5 @@
 APACHE 2.0 STATUS:                                             -*-text-*-
-Last modified at [$Date: 2001/11/13 05:10:24 $]
+Last modified at [$Date: 2001/11/14 08:07:19 $]
 
 Release:
 
@@ -127,6 +127,14 @@ RELEASE SHOWSTOPPERS:
         This can't wait until we have a 2.0-gold release, if folks need
         to move over to auth_dbm, we can't do that to them after 2.0 gold.
 
+    * Convert all instances of the old apr_lock_t type to the new
+      types (once they are fully supported in APR).
+        Status: Aaron is working on converting INTRAPROCESS
+                to apr_thread_mutex_t types. Full replacements for
+                LOCKALL and CROSS_PROCESS are not yet complete on all
+                platforms, and should only be used in MPMs like worker
+                with limited OS exposure.
+
 RELEASE NON-SHOWSTOPPERS BUT WOULD BE REAL NICE TO WRAP THESE UP:
 
     * Source code should follow style guidelines.