summaryrefslogtreecommitdiffstats
path: root/CHANGES
diff options
context:
space:
mode:
authorGraham Leggett <minfrin@apache.org>2008-10-15 12:09:33 +0200
committerGraham Leggett <minfrin@apache.org>2008-10-15 12:09:33 +0200
commit08e63788b21a617aef5fd2df08aebde379cb5047 (patch)
treef20ac5c62b186ea386f55b4b0219c114a327b3ab /CHANGES
parentAlways build the odbc dbd driver on winodws, to be consistent with the apr-ut... (diff)
downloadapache2-08e63788b21a617aef5fd2df08aebde379cb5047.tar.xz
apache2-08e63788b21a617aef5fd2df08aebde379cb5047.zip
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
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES4
1 files changed, 4 insertions, 0 deletions
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]