]> granicus.if.org Git - apache/commitdiff
Minor bump when exporting mod_rewrite.h
authorGraham Leggett <minfrin@apache.org>
Wed, 15 Oct 2008 10:09:33 +0000 (10:09 +0000)
committerGraham Leggett <minfrin@apache.org>
Wed, 15 Oct 2008 10:09:33 +0000 (10:09 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@704845 13f79535-47bb-0310-9956-ffa450edef68

CHANGES
include/ap_mmn.h

diff --git a/CHANGES b/CHANGES
index 194cd1cb695d1adaefe7a28d5974a2d5ab64525e..d5bda993ad0423606cd13a0d8f28f23fc248e57b 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -2,6 +2,10 @@
 Changes with Apache 2.3.0
 [ When backported to 2.2.x, remove entry from this file ]
 
+  *) Export and install the mod_rewrite.h header to ensure the optional
+     rewrite_mapfunc_t and ap_register_rewrite_mapfunc functions are
+     available to third party modules. [Graham Leggett]
+
   *) Build the odbc dbd driver by default on Windows.
      DBD_LIST is still used to build additional dbd drivers.
      [Tom Donovan]
index c085299fa957a75e4d52655064c3149c7eb7e27f..85814ee772c0e1ee79ee760a687b695194b0284f 100644 (file)
  * 20080829.0 (2.3.0-dev)  Add cookie attributes when removing cookies
  * 20080830.0 (2.3.0-dev)  Cookies can be set on headers_out and err_headers_out
  * 20080920.0 (2.3.0-dev)  Add ap_mpm_register_timed_callback. 
+ * 20080920.1 (2.3.0-dev)  Export mod_rewrite.h in the public API.
  *
  */
 
 #ifndef MODULE_MAGIC_NUMBER_MAJOR
 #define MODULE_MAGIC_NUMBER_MAJOR 20080920
 #endif
-#define MODULE_MAGIC_NUMBER_MINOR 0                     /* 0...n */
+#define MODULE_MAGIC_NUMBER_MINOR 1                     /* 0...n */
 
 /**
  * Determine if the server's current MODULE_MAGIC_NUMBER is at least a