From: Andre Malo Date: Thu, 27 Feb 2003 04:08:49 +0000 (+0000) Subject: keep the entries consistent. X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=75150f69c2977cc1351c40ce2d3a22aa80480ff9;p=thirdparty%2Fapache%2Fhttpd.git 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 056b1a8cc12..9df1ced3e3c 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