]> granicus.if.org Git - apache/commitdiff
move backported change to proper place
authorGeoffrey Young <geoff@apache.org>
Thu, 25 Mar 2004 02:14:26 +0000 (02:14 +0000)
committerGeoffrey Young <geoff@apache.org>
Thu, 25 Mar 2004 02:14:26 +0000 (02:14 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@103144 13f79535-47bb-0310-9956-ffa450edef68

CHANGES

diff --git a/CHANGES b/CHANGES
index fbb1879adb139e9566d45e692dee0b02b68679f1..6d4810546b1360a7634c5db5160a90795abd88a1 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -35,11 +35,6 @@ Changes with Apache 2.1.0-dev
      for some third-party modules on platforms with small default 
      thread stack size.  [Jeff Trawick]
 
-  *) Win32: Tweak worker thread accounting routines to eliminate
-     server hang when number of Listen directives in httpd.conf
-     is greater than or equal to the setting of ThreadsPerChild.
-     [Bill Stoddard]
-
   *) mod_rewrite: Support for recognizing SSL variables in RewriteCond
      using the new "SSL:" format.  [Joe Orton, Madhusudan Mathihalli]
 
@@ -302,6 +297,11 @@ Changes with Apache 2.0.50
      that would be reused for different purposes on different requests.
      [Jeff Trawick, based on an old 1.3 patch submitted by Will Lowe]
 
+  *) Win32: Tweak worker thread accounting routines to eliminate
+     server hang when number of Listen directives in httpd.conf
+     is greater than or equal to the setting of ThreadsPerChild.
+     [Bill Stoddard]
+
 Changes with Apache 2.0.49
 
   *) SECURITY: CAN-2004-0174 (cve.mitre.org)