From: Justin Erenkrantz Date: Mon, 25 Aug 2003 00:13:19 +0000 (+0000) Subject: Reflect backported change into 2.0.48. X-Git-Tag: pre_ajp_proxy~1223 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=2a5b3a5a17266f2f1cc5d8e657e05222bf4d8dd4;p=apache Reflect backported change into 2.0.48. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@101086 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/CHANGES b/CHANGES index 63fece196f..4cab633365 100644 --- a/CHANGES +++ b/CHANGES @@ -56,9 +56,6 @@ Changes with Apache 2.1.0-dev a newline now cause a lookup failure. PR 14453. [Cedric Gavage , André Malo] - *) Install config.nice into the build/ directory to make - minor version upgrades easier. [Joshua Slive] - *) mod_rewrite: Allow piped rewrite logs to be relative to ServerRoot. [André Malo] @@ -238,6 +235,9 @@ Changes with Apache 2.1.0-dev Changes with Apache 2.0.48 + *) Install config.nice into the build/ directory to make + minor version upgrades easier. [Joshua Slive] + *) mod_rewrite: Ignore RewriteRules in .htaccess files if the directory containing the .htaccess file is requested without a trailing slash. PR 20195. [André Malo]