]> granicus.if.org Git - apache/commitdiff
Note the mod_rewrite hang fix.
authorAaron Bannert <aaron@apache.org>
Mon, 6 May 2002 18:30:18 +0000 (18:30 +0000)
committerAaron Bannert <aaron@apache.org>
Mon, 6 May 2002 18:30:18 +0000 (18:30 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@94970 13f79535-47bb-0310-9956-ffa450edef68

CHANGES

diff --git a/CHANGES b/CHANGES
index b5a7af507fd5f8452bfb4581350dd2539f9e14c9..eae3b08354ff0ffc11e3b15a2f4fb2a78db1d689 100644 (file)
--- 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]