diff options
author | Greg Stein <gstein@apache.org> | 2000-11-29 12:30:19 +0100 |
---|---|---|
committer | Greg Stein <gstein@apache.org> | 2000-11-29 12:30:19 +0100 |
commit | ba6de03b911fb6a3d34ca21e2e56fd2601746d04 (patch) | |
tree | 34686db3776c858808007e14a22daee64d899436 /STATUS | |
parent | add the new apr_lock_file and apr_unlock_file functions. (diff) | |
download | apache2-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-- | STATUS | 25 |
1 files changed, 12 insertions, 13 deletions
@@ -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 |