Return-Path: Delivered-To: apmail-httpd-cvs-archive@www.apache.org Received: (qmail 31194 invoked from network); 10 Oct 2003 18:02:34 -0000 Received: from daedalus.apache.org (HELO mail.apache.org) (208.185.179.12) by minotaur-2.apache.org with SMTP; 10 Oct 2003 18:02:34 -0000 Received: (qmail 6489 invoked by uid 500); 10 Oct 2003 18:02:24 -0000 Delivered-To: apmail-httpd-cvs-archive@httpd.apache.org Received: (qmail 6467 invoked by uid 500); 10 Oct 2003 18:02: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 6454 invoked by uid 500); 10 Oct 2003 18:02:24 -0000 Delivered-To: apmail-httpd-2.0-cvs@apache.org Received: (qmail 6448 invoked from network); 10 Oct 2003 18:02:24 -0000 Received: from unknown (HELO minotaur.apache.org) (209.237.227.194) by daedalus.apache.org with SMTP; 10 Oct 2003 18:02:23 -0000 Received: (qmail 31181 invoked by uid 1569); 10 Oct 2003 18:02:32 -0000 Date: 10 Oct 2003 18:02:32 -0000 Message-ID: <20031010180232.31180.qmail@minotaur.apache.org> From: nd@apache.org To: httpd-2.0-cvs@apache.org Subject: cvs commit: httpd-2.0 CHANGES X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N nd 2003/10/10 11:02:32 Modified: . Tag: APACHE_2_0_BRANCH CHANGES Log: add an entry for a mod_rewrite fix which got a PR recently. Sander, can you bump this file to fit into the release? PR: 23416 Revision Changes Path No revision No revision 1.988.2.167 +3 -0 httpd-2.0/CHANGES Index: CHANGES =================================================================== RCS file: /home/cvs/httpd-2.0/CHANGES,v retrieving revision 1.988.2.166 retrieving revision 1.988.2.167 diff -u -u -r1.988.2.166 -r1.988.2.167 --- CHANGES 30 Sep 2003 17:41:57 -0000 1.988.2.166 +++ CHANGES 10 Oct 2003 18:02:31 -0000 1.988.2.167 @@ -1,5 +1,8 @@ Changes with Apache 2.0.48 + *) mod_rewrite: Don't die silently when failing to open RewriteLogs. + PR 23416. [Andr� Malo] + *) mod_rewrite: Fix mod_rewrite's support of the [P] option to send rewritten request using "proxy:". The code was adding multiple "proxy:" fields in the rewritten URI. PR: 13946. [Eider Oliveira ]