From: Andre Malo Date: Wed, 19 Mar 2003 15:08:23 +0000 (+0000) Subject: keep changes in sync X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9c9548c4ca4fbe973781d5778394f6820beac4eb;p=thirdparty%2Fapache%2Fhttpd.git keep changes in sync git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@99026 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/CHANGES b/CHANGES index 8164aaedb1d..4c06afa698c 100644 --- a/CHANGES +++ b/CHANGES @@ -54,11 +54,6 @@ Changes with Apache 2.1.0-dev no-gzip and gzip-only-text/html the same way as mod_deflate does. [André Malo] - *) Prevent endless loops of internal redirects in mod_rewrite by - aborting after exceeding a limit of internal redirects. The - limit defaults to 10 and can be changed using the RewriteOptions - directive. PR 17462. [André Malo] - *) mod_rewrite: Fix some problems reporting errors with mapping programs (RewriteMap prg:/something). [Jeff Trawick] @@ -160,6 +155,12 @@ 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 + + *) Prevent endless loops of internal redirects in mod_rewrite by + aborting after exceeding a limit of internal redirects. The + limit defaults to 10 and can be changed using the RewriteOptions + directive. PR 17462. [André Malo] + *) Win32: Avoid busy wait (consuming all the CPU idle cycles) when all worker threads are busy. [Igor Nazarenko ]