From: Ken Coar Date: Fri, 11 Jan 2002 20:36:09 +0000 (+0000) Subject: Demote the FileETag MMN change to a minor bump. Also fix a comment X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cf0bfd2cd32229c82e006bb030c52cd526bf01ed;p=thirdparty%2Fapache%2Fhttpd.git Demote the FileETag MMN change to a minor bump. Also fix a comment that incorrectly identified the previous MMN change. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@92831 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/src/CHANGES b/src/CHANGES index 0591c04482f..7e2d153d202 100644 --- a/src/CHANGES +++ b/src/CHANGES @@ -8,7 +8,8 @@ Changes with Apache 1.3.23 size, and mtimehave been used, but the inode factor broke caching for systems with content fan-out across multiple back-end servers. Now the fields used in the construction - can be controlled by configuration directives. + can be controlled by configuration directives. Minor MMN + bumped; MMN went from 19990320.10 to 19990320.11. [Ken Coar, from a patch by Phil Dietz] *) NetWare: Fixed the access forbidden problem when requesting an diff --git a/src/include/ap_mmn.h b/src/include/ap_mmn.h index 11fdde1719e..82ac5b62f08 100644 --- a/src/include/ap_mmn.h +++ b/src/include/ap_mmn.h @@ -231,18 +231,18 @@ * 19990320.8 - add request_rec.case_preserved_filename * 19990320.9 - renamed alloc.h to ap_alloc.h * 19990320.10 - add ap_is_rdirectory() and ap_stripprefix() - * 20011130.11 - Add a couple of fields, callback_data and + * 19990320.11 - Add a couple of fields, callback_data and * filter_callback to the end of buff.h - * 20020108.0 - Add some fields to the end of the core_dir_config + * 19990320.11 - Add some fields to the end of the core_dir_config * structure */ #define MODULE_MAGIC_COOKIE 0x41503133UL /* "AP13" */ #ifndef MODULE_MAGIC_NUMBER_MAJOR -#define MODULE_MAGIC_NUMBER_MAJOR 20020108 +#define MODULE_MAGIC_NUMBER_MAJOR 19990320 #endif -#define MODULE_MAGIC_NUMBER_MINOR 0 /* 0...n */ +#define MODULE_MAGIC_NUMBER_MINOR 11 /* 0...n */ /* Useful for testing for features. */ #define AP_MODULE_MAGIC_AT_LEAST(major,minor) \