]> granicus.if.org Git - apache/commitdiff
sync with 2.0.x branch.
authorPaul Querna <pquerna@apache.org>
Sat, 26 Feb 2005 09:04:51 +0000 (09:04 +0000)
committerPaul Querna <pquerna@apache.org>
Sat, 26 Feb 2005 09:04:51 +0000 (09:04 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@155392 13f79535-47bb-0310-9956-ffa450edef68

CHANGES

diff --git a/CHANGES b/CHANGES
index b7c718fe38dd249eefa7564fe68059fd6729bc75..f5b9e32594f98435a8879605939606c5ac03f4a2 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -7,11 +7,6 @@ Changes with Apache 2.1.4
 
 Changes with Apache 2.1.3
 
-  *) core_input_filter: Move buckets to a persistent brigade instead of
-     creating a new brigade when apr_brigade_split is called. This stops
-     a memory leak when proxying a Streaming Media Server. PR 33382.
-     [Paul Querna]
-
   *) mod_ssl: Add ssl_ext_lookup optional function for accessing
      certificate extensions.   [David Reid, Joe Orton]
 
@@ -602,6 +597,10 @@ Changes with Apache 2.1.1
 
 Changes with Apache 2.0.54
 
+  *) core_input_filter: Move buckets to a persistent brigade instead of
+     creating a new brigade. This stop a memory leak when proxying a 
+     Streaming Media Server. PR 33382. [Paul Querna]
+
   *) mod_win32: Ignore both PATH_INFO as well as PATH_TRANSLATED to avoid 
      hiccups from additional path information passed in non-utf-8 format.
      [Richard Donkin <rd9 donkin.org]