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:39:29 UTC

svn commit: r1084758 - /apr/apr/branches/1.4.x/CHANGES

Author: trawick
Date: Wed Mar 23 21:39:29 2011
New Revision: 1084758

URL: http://svn.apache.org/viewvc?rev=1084758&view=rev
Log:
WSAPoll() support was merged in r821199, prior to apr 1.4.0

Modified:
    apr/apr/branches/1.4.x/CHANGES

Modified: apr/apr/branches/1.4.x/CHANGES
URL: http://svn.apache.org/viewvc/apr/apr/branches/1.4.x/CHANGES?rev=1084758&r1=1084757&r2=1084758&view=diff
==============================================================================
--- apr/apr/branches/1.4.x/CHANGES [utf-8] (original)
+++ apr/apr/branches/1.4.x/CHANGES [utf-8] Wed Mar 23 21:39:29 2011
@@ -75,6 +75,9 @@ Changes for APR 1.4.0
      choosing non-default providers.
      [Mladen Turk]
 
+  *) Win32: Use WSAPoll as default pollset method if supported and found
+     inside winsock dll.  [Mladen Turk]
+
   *) apr_temp_dir_get() now checks the TMPDIR environment variable first,
      instead of third.  [Jim Jagielski]