From: Cliff Woolley Date: Thu, 9 Aug 2001 15:56:20 +0000 (+0000) Subject: This change was moved into 2.0.23. The problem therefore both began and X-Git-Tag: 2.0.24~135 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=9230a4a0bc3065fedcb01ad6804938ebba424ebf;p=apache This change was moved into 2.0.23. The problem therefore both began and 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 --- diff --git a/CHANGES b/CHANGES index 96fe75ed98..046de0f472 100644 --- 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]