summaryrefslogtreecommitdiffstats
path: root/CHANGES
diff options
context:
space:
mode:
authorEric Covener <covener@apache.org>2012-11-17 03:59:31 +0100
committerEric Covener <covener@apache.org>2012-11-17 03:59:31 +0100
commit5d16310f14413527543b4054c4c994ffe6b1985b (patch)
tree78d64b73e531f745c551d0899176e87cbd8ed290 /CHANGES
parentfdq expects a certain behavior from atomics... ensure that (diff)
downloadapache2-5d16310f14413527543b4054c4c994ffe6b1985b.tar.xz
apache2-5d16310f14413527543b4054c4c994ffe6b1985b.zip
PR53963: don't merge the rewritebase down w/o an opt-in
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1410681 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 9581e052dd..1dfb083735 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,6 +1,10 @@
-*- coding: utf-8 -*-
Changes with Apache 2.5.0
+ *) mod_rewrite: Stop mergeing RewriteBase down to subdirectories
+ unless new option 'RewriteOptions MergeBase' is configured.
+ PR 53963. [Eric Covener]
+
*) mod_session_dbd: fix a segmentation fault in the function dbd_remove.
PR 53452. [<rebanerebane gmail com>, Reimo Rebane]