From: Cliff Woolley Date: Mon, 2 Jul 2001 14:36:35 +0000 (+0000) Subject: Move the heading for 2.0.19 down to where it goes and add a note about X-Git-Tag: 2.0.20~25 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=23ac68c511068171a6eee006f9c866b49185ddca;p=apache Move the heading for 2.0.19 down to where it goes and add a note about 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 --- diff --git a/CHANGES b/CHANGES index 6d1ef87360..8009418b3b 100644 --- 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