From: Bill Stoddard Date: Thu, 13 Mar 2003 19:33:26 +0000 (+0000) Subject: Backported this fix to 2.0.45-dev X-Git-Tag: pre_ajp_proxy~1998 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=04c6e3f0987815b3d7e53608e668b3e72195da0b;p=apache Backported this fix to 2.0.45-dev git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@98997 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/CHANGES b/CHANGES index 0ac43d2b92..9ad04ec1cd 100644 --- 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 ] - *) 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 ] *) Keep the subrequest filter in place when a subrequest is redirected. PR 15423. [Jeff Trawick]