From: Graham Leggett Date: Wed, 22 Sep 2010 22:02:33 +0000 (+0000) Subject: Bump the MMN to take into account changes to the mod_cache API. X-Git-Tag: 2.3.9~445 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d621ffcc8c5383740d7d4fdb9fb33ace52d797ec;p=thirdparty%2Fapache%2Fhttpd.git Bump the MMN to take into account changes to the mod_cache API. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1000256 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/include/ap_mmn.h b/include/ap_mmn.h index d8efe89889c..ce0b9574823 100644 --- a/include/ap_mmn.h +++ b/include/ap_mmn.h @@ -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 */