From: Graham Leggett Date: Wed, 15 Oct 2008 10:09:33 +0000 (+0000) Subject: Minor bump when exporting mod_rewrite.h X-Git-Tag: 2.3.0~263 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=08e63788b21a617aef5fd2df08aebde379cb5047;p=apache Minor bump when exporting mod_rewrite.h git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@704845 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/CHANGES b/CHANGES index 194cd1cb69..d5bda993ad 100644 --- 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] diff --git a/include/ap_mmn.h b/include/ap_mmn.h index c085299fa9..85814ee772 100644 --- a/include/ap_mmn.h +++ b/include/ap_mmn.h @@ -169,6 +169,7 @@ * 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. * */ @@ -177,7 +178,7 @@ #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