]> granicus.if.org Git - apache/commitdiff
reflect backports of two MPM fixes
authorJeff Trawick <trawick@apache.org>
Mon, 24 Jul 2006 01:44:35 +0000 (01:44 +0000)
committerJeff Trawick <trawick@apache.org>
Mon, 24 Jul 2006 01:44:35 +0000 (01:44 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@424877 13f79535-47bb-0310-9956-ffa450edef68

CHANGES

diff --git a/CHANGES b/CHANGES
index 6fb25810027440374a79bcad9560a50df4dcb18f..fd4e833bd5b24ac8f4cedbdba678c9daf491d19b 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -70,10 +70,6 @@ Changes with Apache 2.3.0
   *) mod_disk_cache: Delete temporary files if they cannot be renamed to their
      final name. [Davi Arnaut <davi haxent.com.br>]
 
-  *) Worker MPM: On graceless shutdown or restart, send signals to
-     each worker thread to wake them up if they're polling on a
-     Keep-Alive connection.  PR 38737.  [Chris Darroch]
-
   *) Worker and event MPMs: Remove improper scoreboard updates which were
      performed in the event of a fork() failure.  [Chris Darroch]
 
@@ -100,10 +96,6 @@ Changes with Apache 2.3.0
      completely backwards compatible and passes the perl-framework.  Minor
      mmn bump because I add a field to server_rec.  [Sander Temme]     
 
-  *) worker and event MPMs: fix excessive forking if fork() or child_init 
-     take a long time.  PR 39275.
-     [Greg Ames, Jeff Trawick, Chris Darroch <chrisd pearsoncmg.com> ]
-
   *) Add mod_proxy_fcgi, a FastCGI back end for mod_proxy.
      [Garrett Rooney, Jim Jagielski, Paul Querna]
 
@@ -181,6 +173,14 @@ Changes with Apache 2.3.0
 
 Changes with Apache 2.2.3
 
+  *) Worker MPM: On graceless shutdown or restart, send signals to
+     each worker thread to wake them up if they're polling on a
+     Keep-Alive connection.  PR 38737.  [Chris Darroch]
+
+  *) worker and event MPMs: fix excessive forking if fork() or child_init 
+     take a long time.  PR 39275.
+     [Greg Ames, Jeff Trawick, Chris Darroch <chrisd pearsoncmg.com> ]
+
   *) Respect GracefulShutdownTimeout in the worker and event MPMs.
      [Chris Darroch, Garrett Rooney]