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:37:46 UTC

svn commit: r157611 - apr/apr/trunk/CHANGES

Author: pquerna
Date: Tue Mar 15 15:37:43 2005
New Revision: 157611

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

Modified:
    apr/apr/trunk/CHANGES

Modified: apr/apr/trunk/CHANGES
URL: http://svn.apache.org/viewcvs/apr/apr/trunk/CHANGES?view=diff&r1=157610&r2=157611
==============================================================================
--- apr/apr/trunk/CHANGES (original)
+++ apr/apr/trunk/CHANGES Tue Mar 15 15:37:43 2005
@@ -14,8 +14,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]