You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@apr.apache.org by tr...@apache.org on 2009/02/01 13:55:50 UTC

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

Author: trawick
Date: Sun Feb  1 12:55:49 2009
New Revision: 739759

URL: http://svn.apache.org/viewvc?rev=739759&view=rev
Log:
This apr_socket_sendfile+Solaris fix was backported to recent 1.x branches,
so remove from the as-yet-unreleased 2.0.0 section of CHANGES.

Modified:
    apr/apr/trunk/CHANGES

Modified: apr/apr/trunk/CHANGES
URL: http://svn.apache.org/viewvc/apr/apr/trunk/CHANGES?rev=739759&r1=739758&r2=739759&view=diff
==============================================================================
--- apr/apr/trunk/CHANGES [utf-8] (original)
+++ apr/apr/trunk/CHANGES [utf-8] Sun Feb  1 12:55:49 2009
@@ -1,10 +1,6 @@
                                                      -*- coding: utf-8 -*-
 Changes for APR 2.0.0
 
-  *) apr_socket_sendfile() on Solaris: Fix handling of files truncated
-     after the sender determines the length.  (This fixes a busy loop in 
-     httpd when a file being served is truncated.)  [Jeff Trawick]
-
 Changes for APR 1.4.0
 
   *) Win32: Do not error out on apr_pollset_poll() when there are no sockets.