From: Jeff Trawick Date: Mon, 6 Jan 2014 12:06:59 +0000 (+0000) Subject: PR 55833 fix is in 2.4.x now X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=aa34e9e9e18ebbc4f634f8b8534b836ab4d3e956;p=thirdparty%2Fapache%2Fhttpd.git PR 55833 fix is in 2.4.x now git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1555723 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/CHANGES b/CHANGES index 2696e00a99b..7346d520f00 100644 --- a/CHANGES +++ b/CHANGES @@ -25,9 +25,6 @@ Changes with Apache 2.5.0 configured SSL CA certificates to stdout the same way as DUMP_CERTS does. [Jan Kaluza] - *) mod_cache_disk: Fix potential hangs on Windows when using mod_cache_disk. - PR55833. [Eric Covener] - *) mod_headers: Allow the "value" parameter of Header and RequestHeader to contain an ap_expr expression if prefixed with "expr=". [Eric Covener]