From: Ian Holsman Date: Wed, 5 Dec 2001 16:51:50 +0000 (+0000) Subject: mutli-dbm patch should remove on of the showstoppers soon X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=134213cec7b5f3268206aa718315fdd074c8734d;p=apache mutli-dbm patch should remove on of the showstoppers soon git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@92342 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/STATUS b/STATUS index d2ab2fde14..82bca945a9 100644 --- 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).