diff options
author | Eric Covener <covener@apache.org> | 2012-11-17 03:59:31 +0100 |
---|---|---|
committer | Eric Covener <covener@apache.org> | 2012-11-17 03:59:31 +0100 |
commit | 5d16310f14413527543b4054c4c994ffe6b1985b (patch) | |
tree | 78d64b73e531f745c551d0899176e87cbd8ed290 /CHANGES | |
parent | fdq expects a certain behavior from atomics... ensure that (diff) | |
download | apache2-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-- | CHANGES | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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] |