From: André Malo Date: Fri, 10 Oct 2003 18:02:31 +0000 (+0000) Subject: add an entry for a mod_rewrite fix which got a PR recently. X-Git-Tag: 2.0.48~28 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6c68011ff4eb2789224ef23d3e968c23f736ba7f;p=thirdparty%2Fapache%2Fhttpd.git 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 git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@101401 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/CHANGES b/CHANGES index 024c91cfa7b..6ed2b4fdef8 100644 --- a/CHANGES +++ b/CHANGES @@ -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 ]