]> granicus.if.org Git - apache/commitdiff
This change was moved into 2.0.23. The problem therefore both began and
authorCliff Woolley <jwoolley@apache.org>
Thu, 9 Aug 2001 15:56:20 +0000 (15:56 +0000)
committerCliff Woolley <jwoolley@apache.org>
Thu, 9 Aug 2001 15:56:20 +0000 (15:56 +0000)
was fixed in 2.0.23, so no CHANGES entry is necessary.

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

CHANGES

diff --git a/CHANGES b/CHANGES
index 96fe75ed9898b187938be7def8b76ecace621cf8..046de0f472c8843a16770b84e59a27d06f269dd7 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -1,9 +1,5 @@
 Changes with Apache 2.0.24-dev
 
-  *) Fix a restart problem when cgid is used.  Code in the parent
-     httpd process was trying to clear a pool which is now only 
-     initialized in the child.  [Greg Ames, Jeff Trawick]
-     
 Changes with Apache 2.0.23
 
   *) Use the prefork MPM by default on Unix.  [various]