CVSROOT: /cvsroot/classpath Module name: classpath Changes by: Tom Tromey <tromey> 06/06/05 18:37:59
Modified files: . : ChangeLog NEWS Log message: * NEWS: Mention VMURLConnection. CVSWeb URLs: http://cvs.savannah.gnu.org/viewcvs/classpath/ChangeLog?cvsroot=classpath&r1=1.7659&r2=1.7660 http://cvs.savannah.gnu.org/viewcvs/classpath/NEWS?cvsroot=classpath&r1=1.146&r2=1.147 Patches: Index: ChangeLog =================================================================== RCS file: /cvsroot/classpath/classpath/ChangeLog,v retrieving revision 1.7659 retrieving revision 1.7660 diff -u -b -r1.7659 -r1.7660 --- ChangeLog 5 Jun 2006 18:22:02 -0000 1.7659 +++ ChangeLog 5 Jun 2006 18:37:59 -0000 1.7660 @@ -1,3 +1,7 @@ +2006-06-05 Tom Tromey <[EMAIL PROTECTED]> + + * NEWS: Mention VMURLConnection. + 2006-06-05 Lillian Angel <[EMAIL PROTECTED]> * native/plugin/gcjwebplugin.cc: Index: NEWS =================================================================== RCS file: /cvsroot/classpath/classpath/NEWS,v retrieving revision 1.146 retrieving revision 1.147 diff -u -b -r1.146 -r1.147 --- NEWS 27 May 2006 21:14:05 -0000 1.146 +++ NEWS 5 Jun 2006 18:37:59 -0000 1.147 @@ -21,6 +21,13 @@ 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