From: André Malo Date: Thu, 27 Feb 2003 04:08:49 +0000 (+0000) Subject: keep the entries consistent. X-Git-Tag: pre_ajp_proxy~2071 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=0341201594396f6e155701967a6cd9d8ceb03ff7;p=apache keep the entries consistent. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@98813 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/CHANGES b/CHANGES index 056b1a8cc1..9df1ced3e3 100644 --- a/CHANGES +++ b/CHANGES @@ -1,6 +1,7 @@ Changes with Apache 2.1.0-dev [Remove entries to the current 2.0 section below, when backported] + *) Win32: Avoid busy wait (consuming all the CPU idle cycles) when all worker threads are busy. [Igor Nazarenko ] @@ -45,9 +46,6 @@ Changes with Apache 2.1.0-dev *) Allow apachectl to perform status with links and elinks as well. [Justin Erenkrantz] - *) Fix segfault which occurred when a section in an included configuration - file was not closed. PR 17093. [André Malo] - *) Extend the SetEnvIf directive to capture subexpressions of the matched value. [André Malo] @@ -138,6 +136,9 @@ Changes with Apache 2.1.0-dev Changes with Apache 2.0.45 + *) Fix segfault which occurred when a section in an included + configuration file was not closed. PR 17093. [André Malo] + *) Enhance the behavior of mod_isapi's WriteClient() callback to provide better emulation for isapi modules that presume that the first WriteClient() call may send status and headers. An example