]> granicus.if.org Git - apache/commitdiff
Note the change in the mod_dav provider API.
authorGreg Stein <gstein@apache.org>
Mon, 14 Jan 2002 13:46:59 +0000 (13:46 +0000)
committerGreg Stein <gstein@apache.org>
Mon, 14 Jan 2002 13:46:59 +0000 (13:46 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@92849 13f79535-47bb-0310-9956-ffa450edef68

CHANGES
include/ap_mmn.h

diff --git a/CHANGES b/CHANGES
index d0b45ba16a74f59dca694f0c57bb77ac8c9a4d00..51624f68e30f3febf432f4c9fce3fd491fadd8d6 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -1,5 +1,9 @@
 Changes with Apache 2.0.31-dev
 
+  *) mod_dav now asks its provider to place content directly into the
+     filter stack when handling a GET request. The mod_dav/provider
+     API has changed, so providers need to be updated. [Greg Stein]
+
   *) Clear the output socket descriptor in unixd_accept() to make sure
      we don't supply a bogus socket to the caller if the accept fails.
      This caused problems with the worker MPM, which tried to process
index 3db6e3d1e4996637c31b4d5655212b0851c7ca6b..20ae6dd5a754e89c13725dab6fc6b0b9a27c5fe9 100644 (file)
  *                       core_dir_config
  * 20020109 (2.0.31-dev) bump for changed shm and scoreboard declarations
  * 20020111 (2.0.31-dev) bump for ETag fields added at end of cor_dir_config
+ * 20020114 (2.0.31-dev) mod_dav changed how it asks its provider to fulfill
+ *                       a GET request
  */
 
 #define MODULE_MAGIC_COOKIE 0x41503230UL /* "AP20" */
 
 #ifndef MODULE_MAGIC_NUMBER_MAJOR
-#define MODULE_MAGIC_NUMBER_MAJOR 20020111
+#define MODULE_MAGIC_NUMBER_MAJOR 20020114
 #endif
 #define MODULE_MAGIC_NUMBER_MINOR 0                     /* 0...n */
 #define MODULE_MAGIC_NUMBER MODULE_MAGIC_NUMBER_MAJOR  /* backward compat */