]> granicus.if.org Git - apache/commitdiff
keep the entries consistent.
authorAndre Malo <nd@apache.org>
Thu, 27 Feb 2003 04:08:49 +0000 (04:08 +0000)
committerAndre Malo <nd@apache.org>
Thu, 27 Feb 2003 04:08:49 +0000 (04:08 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@98813 13f79535-47bb-0310-9956-ffa450edef68

CHANGES

diff --git a/CHANGES b/CHANGES
index 056b1a8cc12793d93b008e852947e76951d34a36..9df1ced3e3c5590b2a74704c162ffec69ece280e 100644 (file)
--- 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 <igor_nazarenko@hotmail.com>]
@@ -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