]> granicus.if.org Git - apache/commitdiff
A little mgmt overhead for the mod_dav API change.
authorGreg Stein <gstein@apache.org>
Mon, 18 Mar 2002 22:29:49 +0000 (22:29 +0000)
committerGreg Stein <gstein@apache.org>
Mon, 18 Mar 2002 22:29:49 +0000 (22:29 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@94004 13f79535-47bb-0310-9956-ffa450edef68

CHANGES
include/ap_mmn.h

diff --git a/CHANGES b/CHANGES
index d48b4eb5316166460f55e908edbae210d1d46e9a..b4d5f93a71354d16eefd15991da0e6eb1914e330 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -1,5 +1,9 @@
 Changes with Apache 2.0.34-dev
 
+  *) mod_dav's APIs for REPORT response handling was changed so that
+     providers can generate the content directly into the output filter
+     stack, rather than buffering the response into memory. [Greg Stein]
+
   *) Fix a hang condition with graceful restart and prefork MPM
      in the situation where MaxClients is very high but
      much fewer servers are actually started at the time of the
index 0db5f6ebd06a0168c48316b5851314e2f3ca3845..b556aae41bf52cc5de703d1aaef91dccfd3a0e41 100644 (file)
  * 20020220 (2.0.33-dev) bump for scoreboard.h structure change
  * 20020302 (2.0.33-dev) bump for protocol_filter additions.
  * 20020306 (2.0.34-dev) bump for filter type renames.
+ * 20020318 (2.0.34-dev) mod_dav's API for REPORT generation changed
  */
 
 #define MODULE_MAGIC_COOKIE 0x41503230UL /* "AP20" */
 
 #ifndef MODULE_MAGIC_NUMBER_MAJOR
-#define MODULE_MAGIC_NUMBER_MAJOR 20020306
+#define MODULE_MAGIC_NUMBER_MAJOR 20020318
 #endif
 #define MODULE_MAGIC_NUMBER_MINOR 0                     /* 0...n */
 #define MODULE_MAGIC_NUMBER MODULE_MAGIC_NUMBER_MAJOR  /* backward compat */