diff options
author | Bill Stoddard <stoddard@apache.org> | 2003-03-13 20:33:26 +0100 |
---|---|---|
committer | Bill Stoddard <stoddard@apache.org> | 2003-03-13 20:33:26 +0100 |
commit | 04c6e3f0987815b3d7e53608e668b3e72195da0b (patch) | |
tree | a94e7248f344850ef2b5eb94e47a988527e48066 | |
parent | Oops. I'd forgotten to update the CHANGES file with the shmht fix. (diff) | |
download | apache2-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-- | CHANGES | 7 |
1 files changed, 3 insertions, 4 deletions
@@ -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] |