Return-Path: Delivered-To: apmail-httpd-cvs-archive@httpd.apache.org Received: (qmail 93987 invoked by uid 500); 11 Jan 2002 20:36:10 -0000 Mailing-List: contact cvs-help@httpd.apache.org; run by ezmlm Precedence: bulk Reply-To: dev@httpd.apache.org list-help: list-unsubscribe: list-post: Delivered-To: mailing list cvs@httpd.apache.org Received: (qmail 93976 invoked by uid 500); 11 Jan 2002 20:36:09 -0000 Delivered-To: apmail-apache-1.3-cvs@apache.org Date: 11 Jan 2002 20:36:09 -0000 Message-ID: <20020111203609.21394.qmail@icarus.apache.org> From: coar@apache.org To: apache-1.3-cvs@apache.org Subject: cvs commit: apache-1.3/src/include ap_mmn.h X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N coar 02/01/11 12:36:09 Modified: src CHANGES src/include ap_mmn.h Log: Demote the FileETag MMN change to a minor bump. Also fix a comment that incorrectly identified the previous MMN change. Revision Changes Path 1.1751 +2 -1 apache-1.3/src/CHANGES Index: CHANGES =================================================================== RCS file: /home/cvs/apache-1.3/src/CHANGES,v retrieving revision 1.1750 retrieving revision 1.1751 diff -u -u -r1.1750 -r1.1751 --- CHANGES 8 Jan 2002 15:09:48 -0000 1.1750 +++ CHANGES 11 Jan 2002 20:36:08 -0000 1.1751 @@ -8,7 +8,8 @@ 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 1.57 +4 -4 apache-1.3/src/include/ap_mmn.h Index: ap_mmn.h =================================================================== RCS file: /home/cvs/apache-1.3/src/include/ap_mmn.h,v retrieving revision 1.56 retrieving revision 1.57 diff -u -u -r1.56 -r1.57 --- ap_mmn.h 9 Jan 2002 19:47:03 -0000 1.56 +++ ap_mmn.h 11 Jan 2002 20:36:09 -0000 1.57 @@ -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) \