diff options
author | Jeroen Frijters <jeroen@sumatra.nl> | 2006-08-21 04:46:34 +0000 |
---|---|---|
committer | Jeroen Frijters <jeroen@sumatra.nl> | 2006-08-21 04:46:34 +0000 |
commit | b3030d0ad67237342375e8a961abaa58cf3a3a41 (patch) | |
tree | c31b44bc7cab5b729a99fb95f88c77786df532e7 /NEWS | |
parent | b436dfc19b9bc1646938b9eb98b9e000f8422a9c (diff) | |
download | classpath-b3030d0ad67237342375e8a961abaa58cf3a3a41.tar.gz |
2006-08-21 Jeroen Frijters <jeroen@frijters.net>
* NEWS: Added note about updated VM interface.
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -5,6 +5,11 @@ New in release 0.93 (UNRELEASED) option to configure * Added the rmi and corbaname URL context factories for JNDI. * Fixes in the JNDI InitialContext now allows to plug-in user implementation. +* Removed currentClassLoader method from + vm/reference/java/io/ObjectInputStream.java. +* Added firstNonNullClassLoader method to + vm/reference/gnu/classpath/VMStackWalker.java. VMs are encouraged to + provide a more efficient implementation. New in release 0.92 (Aug 9, 2006) |