]> granicus.if.org Git - apache/commitdiff
Temporarily remove changes that aren't in JRE_1 (aka .32) tag.
authorJustin Erenkrantz <jerenkrantz@apache.org>
Thu, 14 Feb 2002 07:29:38 +0000 (07:29 +0000)
committerJustin Erenkrantz <jerenkrantz@apache.org>
Thu, 14 Feb 2002 07:29:38 +0000 (07:29 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@93411 13f79535-47bb-0310-9956-ffa450edef68

CHANGES

diff --git a/CHANGES b/CHANGES
index e03a6e3a79ff5093d1e91df1e9b99ef12aa2012d..93c8bfee7b2d9777b6e707867bf74fc8c9fb889a 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -1,14 +1,5 @@
 Changes with Apache 2.0.32-dev
 
-  *) Fix a bug in mod_cgid that would prevent proper shutdown death
-     of the cgid process.  [Aaron Bannert]
-
-  *) Add signal handling back in to the worker MPM for the one_process
-     (-X, -DDEBUG, -DONE_PROCESS) case.  [Aaron Bannert]
-
-  *) Performance: Reuse per-connection transaction pools in the
-     worker MPM, rather than destroying and recreating them.  [Brian Pane]
-
   *) mod_negotiation: ForceLanguagePriority now uses 'Prefer' as the
      default if the directive is not specified.  This mirrors older
      behavior without changes to the httpd.conf.  [William Rowe]
@@ -29,10 +20,6 @@ Changes with Apache 2.0.32-dev
   *) Win32: apache -k shutdown now behaves like apache -k stop.
      [Bill Stoddard]
 
-  *) Remove all signals from the worker MPM's child process.  Instead,
-     the parent uses the Pipe of Death for all communication with the
-     child processes.  [Ryan Bloom]
-
   *) Fix prefork to not kill the parent if a child hits a resource shortage
      on accept().  [Greg Ames]