]> granicus.if.org Git - apache/commitdiff
account for a fix merged into stable branch
authorJeff Trawick <trawick@apache.org>
Thu, 27 Feb 2003 12:34:30 +0000 (12:34 +0000)
committerJeff Trawick <trawick@apache.org>
Thu, 27 Feb 2003 12:34:30 +0000 (12:34 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@98822 13f79535-47bb-0310-9956-ffa450edef68

CHANGES

diff --git a/CHANGES b/CHANGES
index 897e0ba381c986487299d0349fc5a767e2dd226f..488e0ececfae3671f67be8290ab72576dc4f54cc 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -57,10 +57,6 @@ Changes with Apache 2.1.0-dev
   *) Forward port of mod_actions' ability to handle arbitrary methods
      with the Script directive.  [AndrĂ© Malo]
 
-  *) mod_cgi, mod_cgid, mod_ext_filter: Log errors when scripts cannot
-     be started on Unix because of such problems as bad permissions,
-     bad shebang line, etc.  [Jeff Trawick]
-
   *) Let suexec send a message to stderr, if it failed or its policy
      was violated. This message appears in the error log and allows
      for easier debugging. PR 5381, 7638, 8255, 10773.  [AndrĂ© Malo]
@@ -130,6 +126,10 @@ Changes with Apache 2.1.0-dev
 
 Changes with Apache 2.0.45
 
+  *) mod_cgi, mod_cgid, mod_ext_filter: Log errors when scripts cannot
+     be started on Unix because of such problems as bad permissions,
+     bad shebang line, etc.  [Jeff Trawick]
+
   *) Fix 64-bit problem in mod_ssl input logic.  
      [Madhusudan Mathihalli <madhusudan_mathihalli@hp.com>]