From: Jim Jagielski Date: Fri, 8 Dec 2006 13:21:40 +0000 (+0000) Subject: format change X-Git-Tag: 2.2.4~60 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f3114a2f0d633109956aff4e2770ebbb5ba33b65;p=thirdparty%2Fapache%2Fhttpd.git format change git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@484588 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/CHANGES b/CHANGES index d6d1c6d3e9f..358dfe4f950 100644 --- a/CHANGES +++ b/CHANGES @@ -1,9 +1,9 @@ -*- coding: utf-8 -*- 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_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 ]