You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@apr.apache.org by rp...@apache.org on 2009/10/13 22:18:39 UTC

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

Author: rpluem
Date: Tue Oct 13 20:18:39 2009
New Revision: 824906

URL: http://svn.apache.org/viewvc?rev=824906&view=rev
Log:
* apr_socket_is_connected was renamed to apr_socket_atreadeof and jorton
  had his share as well.

Modified:
    apr/apr/trunk/CHANGES

Modified: apr/apr/trunk/CHANGES
URL: http://svn.apache.org/viewvc/apr/apr/trunk/CHANGES?rev=824906&r1=824905&r2=824906&view=diff
==============================================================================
--- apr/apr/trunk/CHANGES [utf-8] (original)
+++ apr/apr/trunk/CHANGES [utf-8] Tue Oct 13 20:18:39 2009
@@ -1,8 +1,9 @@
                                                      -*- coding: utf-8 -*-
 Changes for APR 2.0.0
 
-  *) Add apr_socket_is_connected to detect whether the remote side of
-     a socket is still open. [Ruediger Pluem, Mladen Turk]
+  *) Add apr_socket_atreadeof to determine whether the receive part of the
+     socket has been closed by the peer.
+     [Ruediger Pluem, Mladen Turk, Joe Orton]
 
   *) Transfer the apr-util spec file contents to apr.spec. [Graham
      Leggett]