diff options
author | Greg Stein <gstein@apache.org> | 2000-06-28 13:41:14 +0200 |
---|---|---|
committer | Greg Stein <gstein@apache.org> | 2000-06-28 13:41:14 +0200 |
commit | d1709dc82b425718985b8c8acbec1ec2a4b04c58 (patch) | |
tree | e4e776374b3b475d67226023300ef2dc49a18378 | |
parent | get the DAV stuff to compile for Apache 2.0. some unpleasantries are in (diff) | |
download | apache2-d1709dc82b425718985b8c8acbec1ec2a4b04c58.tar.xz apache2-d1709dc82b425718985b8c8acbec1ec2a4b04c58.zip |
note todo items to complete first pass of integration
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@85721 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r-- | STATUS | 12 |
1 files changed, 10 insertions, 2 deletions
@@ -1,5 +1,5 @@ Apache 2.0 STATUS: -Last modified at [$Date: 2000/06/27 22:01:04 $] +Last modified at [$Date: 2000/06/28 11:41:14 $] Release: @@ -139,7 +139,15 @@ RELEASE NON-SHOWSTOPPERS BUT WOULD BE REAL NICE TO WRAP THESE UP: * Integrate mod_dav. Message-id: <20000625173247.M29590@lyra.org> - Status: Greg +1 (volunteers :-) + Status: in process. + - APR does not provide a couple needed things: chmod() + and ap_finfo_t.st_dev. + - expat-lite needs to be brought up to parity with the 1.3 + vsn and inserted into the config/build process + - SDBM needs to go into the config/build process + - fix up include dirs to pick up expat-lite, sdbm, dav/main + - APR-ization to the dav/fs/ stuff + - case_preserved_filename stuff * 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 |