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/15 23:31:30 UTC

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

Author: pquerna
Date: Tue Mar 15 14:31:29 2005
New Revision: 157599

URL: http://svn.apache.org/viewcvs?view=rev&rev=157599
Log:
update the CHANGES file to be in sync with reality.

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=157598&r2=157599
==============================================================================
--- apr/apr/branches/1.1.x/CHANGES (original)
+++ apr/apr/branches/1.1.x/CHANGES Tue Mar 15 14:31:29 2005
@@ -1,5 +1,11 @@
 Changes for APR 1.1.1
 
+  *) Fix libapr.rc for Win32 builds [William Rowe]
+
+  *) 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]