summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorCasey Marshall <csm@gnu.org>2006-09-20 22:35:55 +0000
committerCasey Marshall <csm@gnu.org>2006-09-20 22:35:55 +0000
commitb17be22ffd4758256f05766370a2698adfc53df0 (patch)
treecc4381b215159b05969fbbbd380b4ca54ebf0c80 /NEWS
parente499ca60eb12a8c45a78f01b0ed7dfa6971b8a26 (diff)
downloadclasspath-b17be22ffd4758256f05766370a2698adfc53df0.tar.gz
2006-09-20 Casey Marshall <csm@gnu.org>
* NEWS: mention epoll selector along with the kqueue one.
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS6
1 files changed, 3 insertions, 3 deletions
diff --git a/NEWS b/NEWS
index e47e3d4cb..6a9b54ab0 100644
--- a/NEWS
+++ b/NEWS
@@ -19,9 +19,9 @@ New in release 0.93 (UNRELEASED)
* 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