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 2011/03/23 22:40:50 UTC

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

Author: trawick
Date: Wed Mar 23 21:40:49 2011
New Revision: 1084759

URL: http://svn.apache.org/viewvc?rev=1084759&view=rev
Log:
WSAPoll() was in 1.4.0

Modified:
    apr/apr/trunk/CHANGES

Modified: apr/apr/trunk/CHANGES
URL: http://svn.apache.org/viewvc/apr/apr/trunk/CHANGES?rev=1084759&r1=1084758&r2=1084759&view=diff
==============================================================================
--- apr/apr/trunk/CHANGES [utf-8] (original)
+++ apr/apr/trunk/CHANGES [utf-8] Wed Mar 23 21:40:49 2011
@@ -26,9 +26,6 @@ Changes for APR 2.0.0
 
   *) Added Unix domain socket support.  [Mladen Turk]
 
-  *) Win32: Use WSAPoll as default pollset method if supported and found
-     inside winsock dll.  [Mladen Turk]
-
   *) Introduce APR_PERMS_SET macros for setting the owner/group on objects
      Currently only implemented for shm, proc and global mutexes on posix
      platforms.  [Mladen Turk]