diff options
author | Graham Leggett <minfrin@apache.org> | 2010-09-22 22:02:33 +0000 |
---|---|---|
committer | Graham Leggett <minfrin@apache.org> | 2010-09-22 22:02:33 +0000 |
commit | d621ffcc8c5383740d7d4fdb9fb33ace52d797ec (patch) | |
tree | f73c54b577a2243fb871386ee881eb0f5598616e /include | |
parent | 18a8c46a5958c5b8c326a1a3d5a6b2233d70fe19 (diff) | |
download | httpd-d621ffcc8c5383740d7d4fdb9fb33ace52d797ec.tar.gz |
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
Diffstat (limited to 'include')
-rw-r--r-- | include/ap_mmn.h | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/include/ap_mmn.h b/include/ap_mmn.h index d8efe89889..ce0b957482 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 */ |