summaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorJeff Trawick <trawick@apache.org>2002-08-21 19:47:15 +0000
committerJeff Trawick <trawick@apache.org>2002-08-21 19:47:15 +0000
commitc14aa6528b4ba6cb1e1c151ed336b140325ced58 (patch)
tree069f06c592302369773e2b667e9b88c65c7f20c2 /CHANGES
parent37fb026ce180fba527d12adf9f00e32ad1a56bf5 (diff)
downloadhttpd-c14aa6528b4ba6cb1e1c151ed336b140325ced58.tar.gz
Change mod_rewrite to use apr-util's dbm support for dbm rewrite
maps. For now, the SDBM dbm flavor is always used. It won't be compatible with dbm rewrite maps built for Apache 1.3 until apr-util supports ndbm and mod_rewrite is changed to prefer ndbm over the built-in sdbm. PR: 10644 git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@96478 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES3
1 files changed, 3 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index e020c01f5b..d1ed37e678 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,5 +1,8 @@
Changes with Apache 2.0.41
+ *) Change mod_rewrite to use apr-util's dbm support for dbm rewrite
+ maps. PR 10644 [Jeff Trawick]
+
*) Fixed mod_rewrite's RewriteMap prg: support so that request/response
pairs will no longer get out of sync with each other. PR 9534
[Cliff Woolley]