Commit 87120be0 authored by Cliff Woolley's avatar Cliff Woolley
Browse files

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
parent 15d1ace0
Loading
Loading
Loading
Loading
+7 −2
Original line number Diff line number Diff line
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