summaryrefslogtreecommitdiffstats
path: root/STATUS
diff options
context:
space:
mode:
authorGreg Stein <gstein@apache.org>2000-11-29 12:30:19 +0100
committerGreg Stein <gstein@apache.org>2000-11-29 12:30:19 +0100
commitba6de03b911fb6a3d34ca21e2e56fd2601746d04 (patch)
tree34686db3776c858808007e14a22daee64d899436 /STATUS
parentadd the new apr_lock_file and apr_unlock_file functions. (diff)
downloadapache2-ba6de03b911fb6a3d34ca21e2e56fd2601746d04.tar.xz
apache2-ba6de03b911fb6a3d34ca21e2e56fd2601746d04.zip
can I be a Super Saiyan? please?
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@87126 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to '')
-rw-r--r--STATUS25
1 files changed, 12 insertions, 13 deletions
diff --git a/STATUS b/STATUS
index 4dc1a84fee..7a1e20c679 100644
--- a/STATUS
+++ b/STATUS
@@ -1,9 +1,10 @@
Apache 2.0 STATUS:
-Last modified at [$Date: 2000/11/28 20:07:17 $]
+Last modified at [$Date: 2000/11/29 11:30:19 $]
Release:
- 2.0a8 : ???
+ 2.0a9 : ???
+ 2.0a8 : released November 20, 2000
2.0a7 : released October 8, 2000
2.0a6 : released August 18, 2000
2.0a5 : released August 4, 2000
@@ -23,6 +24,7 @@ RELEASE SHOWSTOPPERS:
proxy module is still using it. As soon as the new proxy
patches are committed, Buff should be removed from the proxy
as well.
+ [ gjs: is this done yet? ]
* Error messages are filtered according to the needs of the original
URI. Nothing ensures that they are translated on EBCDIC machines
@@ -115,6 +117,7 @@ RELEASE NON-SHOWSTOPPERS BUT WOULD BE REAL NICE TO WRAP THESE UP:
implementations (including something like the existing data type,
plus hash tables for speed, with options for more later).
Status: fanf is working on this.
+ [ gjs: still? really? ]
* All DBMs suffer from confusion in support/dbmmanage (perl script) since
the dbmmanage employs the first-matched dbm format. This is not
@@ -122,26 +125,22 @@ RELEASE NON-SHOWSTOPPERS BUT WOULD BE REAL NICE TO WRAP THESE UP:
rewrite dbmmanage upon installation to bin/ with the proper library
for predictable mod_auth_db/dbm administration.
- * configuration option to use *DBM
- Status: Greg +1 (volunteers)
- employ same dbm for mod_auth_dbm? [Win32 is using our own sdbm]
+ * use apu_dbm in mod_auth_dbm
+ Status: Greg +1 (low-priority volunteer)
* Integrate mod_dav.
- Message-id: <20000625173247.M29590@lyra.org>
- Status: works. passes initial regression testing. Joe Orton
- reports success with his "cadaver" tool.
Some additional items remaining:
- case_preserved_filename stuff
- - fix and re-enable sdbm_lock.c
+ (use the new canonical name stuff?)
- find a new home for ap_text(_header)
- is it possible to remove the DAV: namespace stuff from util_xml?
* ap_core_translate() and its use by mod_mmap_static and mod_file_cache
are a bit wonky. The function should probably be exposed as a utility
function (such as ap_translate_url2fs() or ap_validate_fs_url() or
- something). Another approach would be a new hook phase after "translate"
- which would allow the module to munge what the translation has decided
- to do.
+ something). Another approach would be a new hook phase after
+ "translate" which would allow the module to munge what the
+ translation has decided to do.
Status: Greg +1 (volunteers), Ryan +1
* Explore use of a post-config hook for the code in http_main.c which
@@ -153,7 +152,7 @@ RELEASE NON-SHOWSTOPPERS BUT WOULD BE REAL NICE TO WRAP THESE UP:
* add a version number to ap_initialize() as an extra failsafe against
(APR) library version skew.
MsgID: <Pine.LNX.4.10.10005231712380.31927-100000@nebula.lyra.org>
- Status: Greg +1 (volunteers), Jeff +1, Ryan +1, Tony -0(?)
+ Status: Greg +1 (volunteers), Jeff +1, Ryan +1, Tony -0(?)
* mod_info to use the configuration tree