From: Cliff Woolley Date: Wed, 13 Aug 2003 21:01:41 +0000 (+0000) Subject: sigh. X-Git-Tag: pre_ajp_proxy~1271 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=32f08acf2283d4895150e7b13522b14734900c61;p=apache sigh. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@100982 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/CHANGES b/CHANGES index abfe3d5179..152c5c23d1 100644 --- a/CHANGES +++ b/CHANGES @@ -9,10 +9,10 @@ Changes with Apache 2.1.0-dev the ENGINE functions but the engine header files are missing. [Cliff Woolley] - *) Fix bug in mod_deflate, which was passing calling deflate() - without checking first whether it has something to deflate. (Currently - this causes deflate to generate a fatal error according to the - zlib spec.) PR 22259. [Stas Bekman] + *) Fix mod_deflate so that it does not call deflate() without checking + first whether it has something to deflate. (Currently this causes + deflate to generate a fatal error according to the zlib spec.) + PR 22259. [Stas Bekman] *) Avoid an infinite recursion, which occured if the name of an included config file or directory contained a wildcard character. PR 22194.