From: Greg Stein Date: Tue, 18 Apr 2000 18:47:52 +0000 (+0000) Subject: this is California. what to _you_ think the weather is? X-Git-Tag: apache-doc-split-01~12 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5eddb9da417ee28f31f0803e53626d6f00396475;p=thirdparty%2Fapache%2Fhttpd.git this is California. what to _you_ think the weather is? git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@84992 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/STATUS b/STATUS index d5324266fb2..a3830f3315e 100644 --- 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.