From: Eric Covener Date: Thu, 3 Apr 2014 22:00:31 +0000 (+0000) Subject: add CHANGES for r1584417 X-Git-Tag: 2.5.0-alpha~4365 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ac734ce33040e3b2d4e05d86b6583ab1e1659494;p=thirdparty%2Fapache%2Fhttpd.git add CHANGES for r1584417 git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1584421 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/CHANGES b/CHANGES index 6c6e5ef6a6f..2401fef7f03 100644 --- 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 ]