]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
The CHANGES entry is apparently not needed... Jeff says the problem APACHE_2_0_23-branch APACHE_2_0_23-branch
authorCliff Woolley <jwoolley@apache.org>
Thu, 9 Aug 2001 15:50:48 +0000 (15:50 +0000)
committerCliff Woolley <jwoolley@apache.org>
Thu, 9 Aug 2001 15:50:48 +0000 (15:50 +0000)
both appeared and went away in 2.0.23.  The fix remains in, of course.

T CHANGES

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_23-branch@90050 13f79535-47bb-0310-9956-ffa450edef68

CHANGES

diff --git a/CHANGES b/CHANGES
index 60071914995ff13989089a6c13e6171d6c8e1839..867b3e8ff1f9ad5173c05f3f168160f57bda98fb 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -1,9 +1,5 @@
 Changes with Apache 2.0.23
 
-  *) 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]
-
   *) Use the prefork MPM by default on Unix.  [various]
 
   *) Added a systray icon monitor application for Win32.