From: Aaron Bannert Date: Mon, 6 May 2002 18:30:18 +0000 (+0000) Subject: Note the mod_rewrite hang fix. X-Git-Tag: 2.0.37~478 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=43037e99c730c9585166d80c718dc8e9a8a10db1;p=apache Note the mod_rewrite hang fix. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@94970 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/CHANGES b/CHANGES index b5a7af507f..eae3b08354 100644 --- a/CHANGES +++ b/CHANGES @@ -1,5 +1,9 @@ Changes with Apache 2.0.37 + *) Fix mod_rewrite hang when APR uses SysV Semaphores and + RewriteLogLevel is set to anything other than 0. PR: 8143 + [Aaron Bannert, Cliff Woolley] + *) Fix byterange requests from returning 416 when using dynamic data (such as filters like mod_include). [Justin Erenkrantz]