]> granicus.if.org Git - apache/commitdiff
sigh.
authorCliff Woolley <jwoolley@apache.org>
Wed, 13 Aug 2003 21:01:41 +0000 (21:01 +0000)
committerCliff Woolley <jwoolley@apache.org>
Wed, 13 Aug 2003 21:01:41 +0000 (21:01 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@100982 13f79535-47bb-0310-9956-ffa450edef68

CHANGES

diff --git a/CHANGES b/CHANGES
index abfe3d51797152405fa56cbff7412e4e079c13fc..152c5c23d16200da1c0f58b9a77285e410b291f4 100644 (file)
--- 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.