You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@apr.apache.org by pq...@apache.org on 2005/03/16 00:17:07 UTC

svn commit: r157609 - apr/apr/branches/1.1.x/CHANGES

Author: pquerna
Date: Tue Mar 15 15:17:07 2005
New Revision: 157609

URL: http://svn.apache.org/viewcvs?view=rev&rev=157609
Log:
This happened in APR-Util.

Modified:
    apr/apr/branches/1.1.x/CHANGES

Modified: apr/apr/branches/1.1.x/CHANGES
URL: http://svn.apache.org/viewcvs/apr/apr/branches/1.1.x/CHANGES?view=diff&r1=157608&r2=157609
==============================================================================
--- apr/apr/branches/1.1.x/CHANGES (original)
+++ apr/apr/branches/1.1.x/CHANGES Tue Mar 15 15:17:07 2005
@@ -11,8 +11,6 @@
 
   *) Rewrite apr_file_writev_full using apr_file_write_full. [Paul Querna]
 
-  *) Fix memory leak when in APR_POOL_DEBUG mode. [Joe Schaefer]
-
   *) Use APR_RING_CONCAT for moving dead list in KQueue, sys_epoll, and 
      Event Ports. [Paul Querna]