You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by pq...@apache.org on 2005/02/26 10:04:51 UTC

svn commit: r155392 - httpd/httpd/trunk/CHANGES

Author: pquerna
Date: Sat Feb 26 01:04:51 2005
New Revision: 155392

URL: http://svn.apache.org/viewcvs?view=rev&rev=155392
Log:
sync with 2.0.x branch.

Modified:
    httpd/httpd/trunk/CHANGES

Modified: httpd/httpd/trunk/CHANGES
URL: http://svn.apache.org/viewcvs/httpd/httpd/trunk/CHANGES?view=diff&r1=155391&r2=155392
==============================================================================
--- httpd/httpd/trunk/CHANGES (original)
+++ httpd/httpd/trunk/CHANGES Sat Feb 26 01:04:51 2005
@@ -7,11 +7,6 @@
 
 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]
 
@@ -601,6 +596,10 @@
    Apache 2.0.xx tree as documented, and except as noted, below.]
 
 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.