You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by ji...@apache.org on 2006/12/13 15:11:18 UTC

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

Author: jim
Date: Wed Dec 13 06:11:17 2006
New Revision: 486663

URL: http://svn.apache.org/viewvc?view=rev&rev=486663
Log:
Sync with 2.2.4

Modified:
    httpd/httpd/trunk/CHANGES

Modified: httpd/httpd/trunk/CHANGES
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/CHANGES?view=diff&rev=486663&r1=486662&r2=486663
==============================================================================
--- httpd/httpd/trunk/CHANGES [utf-8] (original)
+++ httpd/httpd/trunk/CHANGES [utf-8] Wed Dec 13 06:11:17 2006
@@ -81,9 +81,6 @@
      by determining whether the cached file should be copied on disk rather
      than loaded into RAM. PR39380 [Niklas Edmundsson <nikke acc.umu.se>]
 
-  *) mod_mem_cache: Memory leak fix: Unconditionally free the buffer.
-     [Davi Arnaut <davi haxent.com.br>]
-
   *) mod_proxy: Print the correct error message for erroneous configured
      ProxyPass directives. PR 40439. [serai lans-tv.com]
 
@@ -237,6 +234,9 @@
      [Martin Kraemer, David Reid]
 
 Changes with Apache 2.2.4
+
+  *) mod_mem_cache: Memory leak fix: Unconditionally free the buffer.
+     [Davi Arnaut <davi haxent.com.br>]
 
   *) Allow mod_dumpio to log at other than DEBUG levels via
      the new DumpIOLogLevel directive. [Jim Jagielski]