summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorTom Tromey <tromey@redhat.com>2006-06-05 18:37:59 +0000
committerTom Tromey <tromey@redhat.com>2006-06-05 18:37:59 +0000
commitbe4fb9ec13be0aa50bd74cf55557c3bd6f1462b0 (patch)
treea2642f69e33c157b49c8f6648b279b2548b8adcc /NEWS
parentfd6b1de18fdc0d0731d48a5beedc22553a2b7147 (diff)
downloadclasspath-be4fb9ec13be0aa50bd74cf55557c3bd6f1462b0.tar.gz
* NEWS: Mention VMURLConnection.
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS7
1 files changed, 7 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index c27e24433..8a67dedd7 100644
--- a/NEWS
+++ b/NEWS
@@ -21,6 +21,13 @@ New in release 0.92 (UNRELEASED)
A new configure option --enable-tool-wrappers causes wrapper
binaries to be built for VMs that support the JNI Invocation API.
+Runtime interface changes:
+
+* A new class, VMURLConnection, is used to implement
+ URLConnection.guessContentTypeFromStream. The reference
+ implementation uses libmagic (and falls back to doing nothing if
+ libmagic is not available).
+
New in release 0.91 (May 15, 2006)
* Experimental activation (java.rmi.activation) support, including RMI