]> granicus.if.org Git - apache/commitdiff
* Note the changes that were done in revisions
authorRuediger Pluem <rpluem@apache.org>
Mon, 28 Aug 2006 11:29:23 +0000 (11:29 +0000)
committerRuediger Pluem <rpluem@apache.org>
Mon, 28 Aug 2006 11:29:23 +0000 (11:29 +0000)
  422731
  422736
  422739
  423940
  424759
  424950
  425109
  426790
  426791
  426793
  426795

  (deflate output filter) and

  416165
  426799

  (inflate output filter)

PR: 39854

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@437668 13f79535-47bb-0310-9956-ffa450edef68

CHANGES

diff --git a/CHANGES b/CHANGES
index 23dfffa61417da69a3c100bb38c6b1a36d160ffd..4b75b9151646e29b2a2b5f55116a253b37590a15 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -2,6 +2,11 @@
 Changes with Apache 2.3.0
   [Remove entries to the current 2.0 and 2.2 section below, when backported]
 
+  *) mod_deflate: Rework inflate output and deflate output filter to fix several
+     issues: Incorrect handling of flush buckets, potential memory leaks,
+     excessive memory usage in inflate output filter for large compressed
+     content. PR 39854. [Ruediger Pluem, Nick Kew, Justin Erenkrantz]
+
   *) mod_proxy_ajp: Close connection to backend if reading of request body
      fails. PR 40310. [Ian Abel <ianabel mxtelecom.com>]