]> granicus.if.org Git - apache/commitdiff
mutli-dbm patch should remove on of the showstoppers soon
authorIan Holsman <ianh@apache.org>
Wed, 5 Dec 2001 16:51:50 +0000 (16:51 +0000)
committerIan Holsman <ianh@apache.org>
Wed, 5 Dec 2001 16:51:50 +0000 (16:51 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@92342 13f79535-47bb-0310-9956-ffa450edef68

STATUS

diff --git a/STATUS b/STATUS
index d2ab2fde148ab24540be79b479f577997ca8bbab..82bca945a98f89ee4556419c6825c25de0357ded 100644 (file)
--- a/STATUS
+++ b/STATUS
@@ -1,5 +1,5 @@
 APACHE 2.0 STATUS:                                             -*-text-*-
-Last modified at [$Date: 2001/12/05 03:22:32 $]
+Last modified at [$Date: 2001/12/05 16:51:50 $]
 
 Release:
 
@@ -73,6 +73,9 @@ RELEASE SHOWSTOPPERS:
     * Fold mod_auth_db features back into mod_auth_dbm, and depricate it.
         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.
+      Status: Ian says.. now that apr-util can handle multiple DBM types 
+              we can probably deprecate it completly by adding a directive 
+              'AuthDBMType' to mod_auth_dbm.
 
     * Convert all instances of the old apr_lock_t type to the new
       types (once they are fully supported in APR).