]> granicus.if.org Git - apache/commitdiff
the fix for 15761 is now in 2.0.45-dev
authorJeff Trawick <trawick@apache.org>
Sat, 15 Feb 2003 01:24:05 +0000 (01:24 +0000)
committerJeff Trawick <trawick@apache.org>
Sat, 15 Feb 2003 01:24:05 +0000 (01:24 +0000)
PR:    15761

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@98668 13f79535-47bb-0310-9956-ffa450edef68

CHANGES

diff --git a/CHANGES b/CHANGES
index a6dd00afcfe7f54dd5d0ad7f77613ca378fcfa6b..2e454ae6ae138b0024de02de8469bb779b94a82a 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -35,15 +35,6 @@ Changes with Apache 2.1.0-dev
      was violated. This message appears in the error log and allows
      for easier debugging. PR 5381, 7638, 8255, 10773.  [AndrĂ© Malo]
 
-  *) Try to log an error if a piped log program fails.  Try to
-     restart a piped log program in more failure situations.  Fix an
-     existing problem with error handling in piped_log_spawn().  Use
-     new APR apr_proc_create() features to prevent Apache from starting
-     on Unix* in most cases where a piped log program can be started,
-     and add log messages for the other situations.  *Other platforms
-     already failed Apache initialization if a piped log program
-     couldn't be started.  PR 15761  [Jeff Trawick]
-
   *) Modify buildconf to copy all required files into httpd's tree.
      [Thom May <thom@planetarytramp.net>]
 
@@ -112,6 +103,15 @@ Changes with Apache 2.1.0-dev
 
 Changes with Apache 2.0.45
 
+  *) Try to log an error if a piped log program fails.  Try to
+     restart a piped log program in more failure situations.  Fix an
+     existing problem with error handling in piped_log_spawn().  Use
+     new APR apr_proc_create() features to prevent Apache from starting
+     on Unix* in most cases where a piped log program can be started,
+     and add log messages for the other situations.  *Other platforms
+     already failed Apache initialization if a piped log program
+     couldn't be started.  PR 15761  [Jeff Trawick]
+
   *) Fix mod_cern_meta to not create empty metafiles when the
      metafile searched for does not exist.  PR 12353
      [Owen Rees <owen_rees@hp.com>]