From: Jim Jagielski Date: Fri, 8 Dec 2006 14:22:51 +0000 (+0000) Subject: Sync with 2.2.4-dev X-Git-Tag: 2.3.0~1986 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c190803750c88a5a6b53509c801823e625ff1a2b;p=thirdparty%2Fapache%2Fhttpd.git Sync with 2.2.4-dev git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@484617 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/CHANGES b/CHANGES index 7576c301067..b058d7edb6b 100644 --- a/CHANGES +++ b/CHANGES @@ -256,6 +256,10 @@ Changes with Apache 2.3.0 Changes with Apache 2.2.4 + *) mod_cgi and mod_cgid: Don't use apr_status_t error return + from input filters as HTTP return value from the handler. + PR#31579. + *) mod_cache: Eliminate a bogus error in the log when a filter returns AP_FILTER_ERROR. [Niklas Edmundsson ]