]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Demote the FileETag MMN change to a minor bump. Also fix a comment
authorKen Coar <coar@apache.org>
Fri, 11 Jan 2002 20:36:09 +0000 (20:36 +0000)
committerKen Coar <coar@apache.org>
Fri, 11 Jan 2002 20:36:09 +0000 (20:36 +0000)
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

src/CHANGES
src/include/ap_mmn.h

index 0591c04482ff8eb5bc74321265379aeaf2562fb1..7e2d153d2028b6cafb1d8c09c9d5700fdd3ff90b 100644 (file)
@@ -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
index 11fdde1719e6e09f0cc1edd96424da0ddfcad35e..82ac5b62f08ded7b7878b567e33c5d2db7d37f97 100644 (file)
  * 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...n */
+#define MODULE_MAGIC_NUMBER_MINOR 11                    /* 0...n */
 
 /* Useful for testing for features. */
 #define AP_MODULE_MAGIC_AT_LEAST(major,minor)          \