]> granicus.if.org Git - apache/commitdiff
Backported this fix to 2.0.45-dev
authorBill Stoddard <stoddard@apache.org>
Thu, 13 Mar 2003 19:33:26 +0000 (19:33 +0000)
committerBill Stoddard <stoddard@apache.org>
Thu, 13 Mar 2003 19:33:26 +0000 (19:33 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@98997 13f79535-47bb-0310-9956-ffa450edef68

CHANGES

diff --git a/CHANGES b/CHANGES
index 0ac43d2b92293722d8c45eecede051ab988d24dc..9ad04ec1cd0c825de57a867b775988e04290e583 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -52,10 +52,6 @@ Changes with Apache 2.1.0-dev
   *) mod_rewrite: Fix some problems reporting errors with mapping
      programs (RewriteMap prg:/something).  [Jeff Trawick]
 
-  *) Win32: Avoid busy wait (consuming all the CPU idle cycles) when
-     all worker threads are busy. 
-     [Igor Nazarenko <igor_nazarenko@hotmail.com>]
-
   *) When using Redirect in directory context, append requested query
      string if there's no one supplied by configuration. PR 10961.
      [AndrĂ© Malo]
@@ -159,6 +155,9 @@ Changes with Apache 2.1.0-dev
    Apache 2.0.xx tree as documented, and except as noted, below.]
 
 Changes with Apache 2.0.45
+  *) Win32: Avoid busy wait (consuming all the CPU idle cycles) when
+     all worker threads are busy. 
+     [Igor Nazarenko <igor_nazarenko@hotmail.com>]
 
   *) Keep the subrequest filter in place when a subrequest is 
      redirected.  PR 15423.  [Jeff Trawick]