]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
add an entry for a mod_rewrite fix which got a PR recently.
authorAndré Malo <nd@apache.org>
Fri, 10 Oct 2003 18:02:31 +0000 (18:02 +0000)
committerAndré Malo <nd@apache.org>
Fri, 10 Oct 2003 18:02:31 +0000 (18:02 +0000)
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

CHANGES

diff --git a/CHANGES b/CHANGES
index 024c91cfa7b991054f9fdefbb36338dbd1a52af9..6ed2b4fdef85cc2bdd11eec2fd4f0d2d69aa74b5 100644 (file)
--- 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 <eider@bol.com.br>]