2006-09-20 Casey Marshall <[EMAIL PROTECTED]>
* NEWS: mention epoll selector along with the kqueue one.
### Eclipse Workspace Patch 1.0
#P classpath
Index: NEWS
===================================================================
RCS file: /cvsroot/classpath/classpath/NEWS,v
retrieving revision 1.168
diff -u -r1.168 NEWS
--- NEWS 17 Sep 2006 07:31:41 -0000 1.168
+++ NEWS 20 Sep 2006 22:33:58 -0000
@@ -19,9 +19,9 @@
* Added aton method to vm/reference/java/net/VMInetAddress.java.
* NetworkInterface has been implemented for systems that provide the
`getifaddrs' function.
-* A java.nio.channels.Selector implementation based on the
- kqueue/kevent notification mechanism has been added for Mac OS X and
- BSD systems.
+* java.nio.channels.Selector implementations have been added that use
+ the kqueue notification mechanism on Mac OS X and *BSD, and that use
+ the epoll notification mechanism on Linux 2.6.
* java.nio has been refactored to support more non-blocking operations
natively. Blocking IO classes have been refactored to call
non-blocking classes. Non-blocking accepts, connects, and