From: Jeff Trawick Date: Thu, 20 Nov 2003 19:53:14 +0000 (+0000) Subject: sync with stable branch X-Git-Tag: pre_ajp_proxy~1033 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ac2bc5da947ad7fb1e57ce38029b9b5196324d3e;p=thirdparty%2Fapache%2Fhttpd.git sync with stable branch git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@101819 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/CHANGES b/CHANGES index 8352a5e3dbb..d90dfd9a33a 100644 --- a/CHANGES +++ b/CHANGES @@ -240,6 +240,9 @@ Changes with Apache 2.1.0-dev Changes with Apache 2.0.49 + *) EBCDIC: Convert header fields to ASCII before sending (broken + since 2.0.44). [Martin Kraemer] + *) 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.