From: Jeff Trawick Date: Sat, 15 Feb 2003 01:24:05 +0000 (+0000) Subject: the fix for 15761 is now in 2.0.45-dev X-Git-Tag: pre_ajp_proxy~2136 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=21b5251cf94f5d7c882e9aa7ab807897ccbe5aae;p=apache the fix for 15761 is now in 2.0.45-dev PR: 15761 git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@98668 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/CHANGES b/CHANGES index a6dd00afcf..2e454ae6ae 100644 --- 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 ] @@ -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 ]