From: André Malo Date: Sat, 25 Jan 2003 00:58:20 +0000 (+0000) Subject: be consistent... X-Git-Tag: pre_ajp_proxy~2211 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=55de0c38037c304145760f89434329ea92334b71;p=apache be consistent... (sorry, forgot to put it into the changes before) git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@98497 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/CHANGES b/CHANGES index 7e380ff6f2..8320cecd1b 100644 --- a/CHANGES +++ b/CHANGES @@ -58,6 +58,9 @@ Changes with Apache 2.1.0-dev Changes with Apache 2.0.45 + *) mod_rewrite: Allow "RewriteEngine Off" even if no "Options FollowSymlinks" + (or SymlinksIfOwnermatch) is set. PR 12395. [André Malo] + *) apxs: Include any special APR ld flags when linking the DSO. This resolves problems on AIX when building a DSO with apxs+gcc. [Jeff Trawick]