Return-Path: Delivered-To: apmail-httpd-cvs-archive@httpd.apache.org Received: (qmail 33331 invoked by uid 500); 25 Jan 2003 00:58:24 -0000 Mailing-List: contact cvs-help@httpd.apache.org; run by ezmlm Precedence: bulk Reply-To: dev@httpd.apache.org list-help: list-unsubscribe: list-post: Delivered-To: mailing list cvs@httpd.apache.org Received: (qmail 33320 invoked by uid 500); 25 Jan 2003 00:58:23 -0000 Delivered-To: apmail-httpd-2.0-cvs@apache.org Date: 25 Jan 2003 00:58:22 -0000 Message-ID: <20030125005822.40949.qmail@icarus.apache.org> From: nd@apache.org To: httpd-2.0-cvs@apache.org Subject: cvs commit: httpd-2.0 CHANGES X-Spam-Rating: 208.185.179.12.available.above.net 1.6.2 0/1000/N nd 2003/01/24 16:58:22 Modified: . CHANGES Log: be consistent... (sorry, forgot to put it into the changes before) Revision Changes Path 1.1037 +3 -0 httpd-2.0/CHANGES Index: CHANGES =================================================================== RCS file: /home/cvs/httpd-2.0/CHANGES,v retrieving revision 1.1036 retrieving revision 1.1037 diff -u -r1.1036 -r1.1037 --- CHANGES 24 Jan 2003 09:28:16 -0000 1.1036 +++ CHANGES 25 Jan 2003 00:58:20 -0000 1.1037 @@ -58,6 +58,9 @@ 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]