]> granicus.if.org Git - apache/commitdiff
ID4 on DVD roolz...
authorGreg Stein <gstein@apache.org>
Mon, 3 Jul 2000 12:13:23 +0000 (12:13 +0000)
committerGreg Stein <gstein@apache.org>
Mon, 3 Jul 2000 12:13:23 +0000 (12:13 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@85756 13f79535-47bb-0310-9956-ffa450edef68

STATUS

diff --git a/STATUS b/STATUS
index e74fed39256137f29628e19f0e7e2a6a505f6ea2..c32e3ae59dcf68c1693e179030680efb08e459aa 100644 (file)
--- a/STATUS
+++ b/STATUS
@@ -1,5 +1,5 @@
 Apache 2.0 STATUS:
-Last modified at [$Date: 2000/07/02 00:39:06 $]
+Last modified at [$Date: 2000/07/03 12:13:23 $]
 
 Release:
 
@@ -134,12 +134,15 @@ RELEASE NON-SHOWSTOPPERS BUT WOULD BE REAL NICE TO WRAP THESE UP:
 
     * Integrate mod_dav.
         Message-id: <20000625173247.M29590@lyra.org>
-        Status: in process. (it compiles/links, but doesn't work yet)
-        - APR does not provide a couple needed things: chmod()
-          and ap_finfo_t.st_dev.
+        Status: works. passes initial regression testing. Joe Orton
+                reports success with his "cadaver" tool.
+        Some additional items remaining:
        - APR-ization of the dav/fs/ stuff
        - case_preserved_filename stuff
         - turn dav/fs/ into a true module; remove existing config hackery
+        - fix and re-enable sdbm_lock.c
+        - torch the dav_ prefix for all code outside of modules/dav/
+          (patch coming soon from Joe Orton)
 
     * ap_core_translate() and its use by mod_mmap_static are a bit wonky.
       The function should probably be exposed as a utility function (such