]> granicus.if.org Git - apache/commitdiff
Yet another reason the MMN needs to get bumped. If there are changes
authorCliff Woolley <jwoolley@apache.org>
Thu, 30 May 2002 05:04:32 +0000 (05:04 +0000)
committerCliff Woolley <jwoolley@apache.org>
Thu, 30 May 2002 05:04:32 +0000 (05:04 +0000)
that anyone's been holding off on because they would affect the MMN, might
as well get them in now so we minimize the number of releases with MMN
changes.  I believe there are more renames pending in APR that should be
done sooner rather than later, for example.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@95381 13f79535-47bb-0310-9956-ffa450edef68

STATUS
include/ap_mmn.h

diff --git a/STATUS b/STATUS
index 7b62961015c76ec784d64bdaa8a7ff7d5114ec08..7a1181a179f441da21a9acfc42397491d743eff3 100644 (file)
--- a/STATUS
+++ b/STATUS
@@ -1,5 +1,5 @@
 APACHE 2.0 STATUS:                                              -*-text-*-
-Last modified at [$Date: 2002/05/30 02:55:56 $]
+Last modified at [$Date: 2002/05/30 05:04:32 $]
 
 Release:
 
@@ -58,8 +58,6 @@ RELEASE SHOWSTOPPERS:
       things up.
       PR: 9457
 
-    * decide if the MMN bump was warranted
-
     * Win32: httpd won't start.  There was a command line args problem
       that got fixed, but now something else is wrong.
       Status: one problem here might be a "" argument being returned from
index 52356920aeb00aa33902e99b0aaf49973f2c8e4c..705b0cba624ba554cf627f1c1458daf6cf2dedf2 100644 (file)
  * 20020329 (2.0.35-dev) bump for addition of freelists to bucket API
  * 20020329.1 (2.0.36) minor bump for new arg to opt fn ap_cgi_build_command
  * 20020506 (2.0.37-dev) Removed r->boundary in request_rec.
+ * 20020529 (2.0.37-dev) Standardized the names of some apr_pool_*_set funcs
  */
 
 #define MODULE_MAGIC_COOKIE 0x41503230UL /* "AP20" */
 
 #ifndef MODULE_MAGIC_NUMBER_MAJOR
-#define MODULE_MAGIC_NUMBER_MAJOR 20020506
+#define MODULE_MAGIC_NUMBER_MAJOR 20020529
 #endif
 #define MODULE_MAGIC_NUMBER_MINOR 0                     /* 0...n */
 #define MODULE_MAGIC_NUMBER MODULE_MAGIC_NUMBER_MAJOR  /* backward compat */