]> granicus.if.org Git - apache/commitdiff
Move the heading for 2.0.19 down to where it goes and add a note about
authorCliff Woolley <jwoolley@apache.org>
Mon, 2 Jul 2001 14:36:35 +0000 (14:36 +0000)
committerCliff Woolley <jwoolley@apache.org>
Mon, 2 Jul 2001 14:36:35 +0000 (14:36 +0000)
having fixed the threaded MPM bug that killed 2.0.19 in the first place.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@89492 13f79535-47bb-0310-9956-ffa450edef68

CHANGES

diff --git a/CHANGES b/CHANGES
index 6d1ef87360cd3fe508ad7562b80ba7c8de21466d..8009418b3ba7d3917c0c98c6034ba92f2334510a 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -1,8 +1,13 @@
 Changes with Apache 2.0.20-dev
 
-Changes with Apache 2.0.19
   *) Fix seg fault on Windows when serving files cached with mod_file_cache.
-     [Bill Stoddrd]
+     [Bill Stoddard]
+
+  *) Fix a bug in the threaded MPM that would cause it to kill off all
+     workers immediately after starting if the number of workers started
+     was above a certain threshhold.  [Ryan Bloom, Bill Stoddard]
+
+Changes with Apache 2.0.19
 
   *) Fix problem with threaded MPM.  The problem was that if each child
      process was busy serving a single long-lived request and the server