summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBill Stoddard <stoddard@apache.org>2003-03-13 20:33:26 +0100
committerBill Stoddard <stoddard@apache.org>2003-03-13 20:33:26 +0100
commit04c6e3f0987815b3d7e53608e668b3e72195da0b (patch)
treea94e7248f344850ef2b5eb94e47a988527e48066
parentOops. I'd forgotten to update the CHANGES file with the shmht fix. (diff)
downloadapache2-04c6e3f0987815b3d7e53608e668b3e72195da0b.tar.xz
apache2-04c6e3f0987815b3d7e53608e668b3e72195da0b.zip
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
-rw-r--r--CHANGES7
1 files changed, 3 insertions, 4 deletions
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 <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]