]> granicus.if.org Git - apache/commitdiff
* Sync with 2.2.x CHANGES
authorRuediger Pluem <rpluem@apache.org>
Tue, 19 Dec 2006 21:58:29 +0000 (21:58 +0000)
committerRuediger Pluem <rpluem@apache.org>
Tue, 19 Dec 2006 21:58:29 +0000 (21:58 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@488825 13f79535-47bb-0310-9956-ffa450edef68

CHANGES

diff --git a/CHANGES b/CHANGES
index 1426d8b251fdcaef840909e0ec3c33297f40efdc..138a7387c3856eca59febddd5096052a3101c6be 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -95,11 +95,6 @@ Changes with Apache 2.3.0
      now use ap_get_server_banner() or ap_get_server_description().
      [Jeff Trawick]
 
-  *) 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]
-
   *) All MPMs: Introduce a check_config phase between pre_config and
      open_logs, to allow modules to review interdependent configuration
      directive values and adjust them while messages can still be logged
@@ -238,6 +233,11 @@ Changes with Apache 2.3.0
 
 Changes with Apache 2.2.4
 
+  *) 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_mem_cache: Memory leak fix: Unconditionally free the buffer.
      [Davi Arnaut <davi haxent.com.br>]