]> granicus.if.org Git - apache/commitdiff
this is California. what to _you_ think the weather is?
authorGreg Stein <gstein@apache.org>
Tue, 18 Apr 2000 18:47:52 +0000 (18:47 +0000)
committerGreg Stein <gstein@apache.org>
Tue, 18 Apr 2000 18:47:52 +0000 (18:47 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@84992 13f79535-47bb-0310-9956-ffa450edef68

STATUS

diff --git a/STATUS b/STATUS
index d5324266fb25351da15b48cbf8b10427f3873102..a3830f3315ece1d8241cc617f29c824ce29cac28 100644 (file)
--- a/STATUS
+++ b/STATUS
@@ -1,5 +1,5 @@
 Apache 2.0 STATUS:
-Last modified at [$Date: 2000/04/18 00:08:29 $]
+Last modified at [$Date: 2000/04/18 18:47:52 $]
 
 Release:
 
@@ -74,6 +74,11 @@ RELEASE SHOWSTOPPERS:
         Status: The best known candidate would be something from
        BIND v9.
 
+    * Switch from HSRegex to PCRE. New code should be src/lib/pcre/
+      (ftp://cus.cam.ac.uk/pub/software/programs/pcre/)
+      Status: Greg +1
+
+
 RELEASE NON-SHOWSTOPPERS BUT WOULD BE REAL NICE TO WRAP THESE UP:
     * Configuration Modules.  Allow a new module type that reads 
       a config file and sets up an internal tree structure for
@@ -171,6 +176,13 @@ RELEASE NON-SHOWSTOPPERS BUT WOULD BE REAL NICE TO WRAP THESE UP:
 
     * Provide a sane API for handling the request's environment variables.
 
+    * configuration option to use *DBM
+      Status: Greg +1 (volunteers)
+
+    * add SDBM into src/lib/sdbm/ as a default/fallback DBM implementation.
+      SDBM is used by Perl, mod_dav, mod_sssl, others for basic DBM support.
+      Status: Greg +1 (volunteers)
+
 Other bugs that need fixing:
 
     * MaxRequestsPerChild measures connections, not requests.