]> granicus.if.org Git - apache/commitdiff
make note of mod_cgid-suexec fix
authorGreg Ames <gregames@apache.org>
Fri, 28 Dec 2001 15:48:42 +0000 (15:48 +0000)
committerGreg Ames <gregames@apache.org>
Fri, 28 Dec 2001 15:48:42 +0000 (15:48 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@92636 13f79535-47bb-0310-9956-ffa450edef68

CHANGES

diff --git a/CHANGES b/CHANGES
index 9f7b793878897cb7197b42eda88ccb4ac89d1e06..87746770ef19f8234fa6b903dfd802c0c4c4a844 100644 (file)
--- 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]