You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by mi...@apache.org on 2010/09/23 00:02:33 UTC

svn commit: r1000256 - /httpd/httpd/trunk/include/ap_mmn.h

Author: minfrin
Date: Wed Sep 22 22:02:33 2010
New Revision: 1000256

URL: http://svn.apache.org/viewvc?rev=1000256&view=rev
Log:
Bump the MMN to take into account changes to the mod_cache API.

Modified:
    httpd/httpd/trunk/include/ap_mmn.h

Modified: httpd/httpd/trunk/include/ap_mmn.h
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/include/ap_mmn.h?rev=1000256&r1=1000255&r2=1000256&view=diff
==============================================================================
--- httpd/httpd/trunk/include/ap_mmn.h (original)
+++ httpd/httpd/trunk/include/ap_mmn.h Wed Sep 22 22:02:33 2010
@@ -263,12 +263,18 @@
  *                         provider interface for mod_cache.h.
  * 20100922.0 (2.3.9-dev)  Move cache_* functions from mod_cache.h to a
  *                         private header file.
+ * 20100923.0 (2.3.9-dev)  Remove MOD_CACHE_REQUEST_REC, remove deprecated
+ *                         ap_cache_cacheable_hdrs_out, trim cache_object_t,
+ *                         make ap_cache_accept_headers, ap_cache_accept_headers
+ *                         ap_cache_try_lock, ap_cache_check_freshness,
+ *                         cache_server_conf, cache_enable, cache_disable,
+ *                         cache_request_rec and cache_provider_list private.
  */
 
 #define MODULE_MAGIC_COOKIE 0x41503234UL /* "AP24" */
 
 #ifndef MODULE_MAGIC_NUMBER_MAJOR
-#define MODULE_MAGIC_NUMBER_MAJOR 20100922
+#define MODULE_MAGIC_NUMBER_MAJOR 20100923
 #endif
 #define MODULE_MAGIC_NUMBER_MINOR 0                     /* 0...n */