summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorDavid Daney <ddaney@avtrex.com>2006-12-08 21:17:42 +0000
committerDavid Daney <ddaney@avtrex.com>2006-12-08 21:17:42 +0000
commit514016483ba254aa77bb9da12468dd5eb42669bf (patch)
treee9350ce4f6d8dcd5e588e3bbf9e74c4a0fee9bfe /NEWS
parent8ac4d056ac03bee426cfe4ae705ef7a440716458 (diff)
downloadclasspath-514016483ba254aa77bb9da12468dd5eb42669bf.tar.gz
* NEWS: Mention URLConnection.[get|set]ReadTimeout.
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 3e077f8eb..8e7fdde8e 100644
--- a/NEWS
+++ b/NEWS
@@ -2,6 +2,9 @@ New in release 0.94 (UNRELEASED)
* The ASM library is now included. A separate copy is no longer needed.
+* The setReadTimeout and getReadTimeout methods have been added to
+ java.net.URLConnection. They are now fully implemented for http URLs.
+
New in release 0.93 (Dec 8, 2006)
* CORBA objects that exist on the same virtual machine and only are connected