summaryrefslogtreecommitdiff
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
parent8ac4d056ac03bee426cfe4ae705ef7a440716458 (diff)
downloadclasspath-514016483ba254aa77bb9da12468dd5eb42669bf.tar.gz
* NEWS: Mention URLConnection.[get|set]ReadTimeout.
-rw-r--r--ChangeLog4
-rw-r--r--NEWS3
2 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 52cee4d4c..f065e3ac9 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
2006-12-08 David Daney <ddaney@avtrex.com>
+ * NEWS: Mention URLConnection.[get|set]ReadTimeout.
+
+2006-12-08 David Daney <ddaney@avtrex.com>
+
* gnu/java/net/protocol/http/HTTPConnection.java (imports): Add
SocketException.
(HTTPConnection): Handle NumberFormatException in properties parsing.
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