From: Jeff Trawick Date: Thu, 13 Nov 2003 18:34:18 +0000 (+0000) Subject: sync with stable branch X-Git-Tag: pre_ajp_proxy~1047 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=2d651996b952f4a9521a3edea2ca7bea3371fec0;p=thirdparty%2Fapache%2Fhttpd.git sync with stable branch git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@101779 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/CHANGES b/CHANGES index 970bcad3f86..42c89c78e1b 100644 --- a/CHANGES +++ b/CHANGES @@ -133,11 +133,6 @@ Changes with Apache 2.1.0-dev *) prefork MPM: Use the right permissions for the directory created for gprof support. [Jim Carlson ] - *) Fix the inability to log errors like exec failure in - mod_ext_filter/mod_cgi script children. This was broken after - such children stopped inheriting the error log handle. - [Jeff Trawick] - *) Fix a compile failure with recent OpenSSL and picky compilers (e.g., OpenSSL 0.9.7a and xlc_r on AIX). [Jeff Trawick] @@ -240,6 +235,11 @@ Changes with Apache 2.1.0-dev Changes with Apache 2.0.49 + *) Fix the inability to log errors like exec failure in + mod_ext_filter/mod_cgi script children. This was broken after + such children stopped inheriting the error log handle. + [Jeff Trawick] + *) Fix mod_info to use the real config file name, not the default config file name. [Aryeh Katz ]