From: Greg Ames Date: Fri, 28 Dec 2001 15:48:42 +0000 (+0000) Subject: make note of mod_cgid-suexec fix X-Git-Tag: 2.0.30~104 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=2af18604c7ae572422a11e97198f4e0745429c3a;p=apache make note of mod_cgid-suexec fix git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@92636 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/CHANGES b/CHANGES index 9f7b793878..87746770ef 100644 --- a/CHANGES +++ b/CHANGES @@ -1,5 +1,8 @@ Changes with Apache 2.0.30-dev + *) Fix a problem which prevented mod_cgid and suexec from working + together reliably [Greg Ames] + *) Remove the call to exit() from within mod_auth_digest's post_config phase. [Aaron Bannert]