diff options
author | David Daney <ddaney@avtrex.com> | 2006-12-08 21:17:42 +0000 |
---|---|---|
committer | David Daney <ddaney@avtrex.com> | 2006-12-08 21:17:42 +0000 |
commit | 514016483ba254aa77bb9da12468dd5eb42669bf (patch) | |
tree | e9350ce4f6d8dcd5e588e3bbf9e74c4a0fee9bfe /NEWS | |
parent | 8ac4d056ac03bee426cfe4ae705ef7a440716458 (diff) | |
download | classpath-514016483ba254aa77bb9da12468dd5eb42669bf.tar.gz |
* NEWS: Mention URLConnection.[get|set]ReadTimeout.
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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 |