From: Ian Holsman Date: Mon, 20 May 2002 00:11:56 +0000 (+0000) Subject: fix for mod_deflat X-Git-Tag: 2.0.37~335 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=16f655564c4bc8f7cec485c78cc435c1cbf43bb9;p=thirdparty%2Fapache%2Fhttpd.git fix for mod_deflat PR: 9222 Obtained from: kaz@asada.sytes.net (ASADA Kazuhisa) Submitted by: Reviewed by: Ian Holsman git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@95182 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/CHANGES b/CHANGES index 87f22857ce8..0876ec61284 100644 --- a/CHANGES +++ b/CHANGES @@ -1,5 +1,8 @@ Changes with Apache 2.0.37 + *) If content-encoding is already present, do not run deflate (PR 9222) + [Kazuhisa ASADA ] + *) The APLOG_NOERRNO flag to ap_log_[r]error() is now deprecated. It is currently ignored and it will be removed in a future release of Apache. [Jeff Trawick]