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:58:57 UTC

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

Author: pquerna
Date: Tue Mar 15 14:58:56 2005
New Revision: 157606

URL: http://svn.apache.org/viewcvs?view=rev&rev=157606
Log:
sync CHANGES 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=157605&r2=157606
==============================================================================
--- apr/apr/trunk/CHANGES (original)
+++ apr/apr/trunk/CHANGES Tue Mar 15 14:58:56 2005
@@ -1,5 +1,21 @@
 Changes for APR 1.2.0
 
+
+Changes for APR 1.1.1
+
+  *) Disable sendfile support for S/390 only in kernel versions < 2.4.0. 
+     [Joe Orton]
+
+  *) Fix posix rwlock detection on Darwin. [Aaron Bannert]
+
+  *) Build fix for Multicast support on HP-UX 11.00 and Tru64 [Joe Orton]
+
+  *) 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]