]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
add CHANGES for r1584417
authorEric Covener <covener@apache.org>
Thu, 3 Apr 2014 22:00:31 +0000 (22:00 +0000)
committerEric Covener <covener@apache.org>
Thu, 3 Apr 2014 22:00:31 +0000 (22:00 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1584421 13f79535-47bb-0310-9956-ffa450edef68

CHANGES

diff --git a/CHANGES b/CHANGES
index 6c6e5ef6a6f70e96870db60221815e80163961bc..2401fef7f03f506774f02029b4d611a6d3051de6 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -1,6 +1,9 @@
                                                          -*- coding: utf-8 -*-
 Changes with Apache 2.5.0
 
+  *) mod_rewrite: Support an optional list of characters to escape in the 
+     argument for the 'B' (escape backreferences) flag. [Eric Covener]
+
   *) mod_ssl: Add SSLOCSPUseRequestNonce directive to control whether or not
      OCSP requests should use a nonce to be checked against the responder's
      one. PR 56233. [ Yann Ylavic ]