summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorAudrius Meskauskas <audriusa@Bioinformatics.org>2005-10-03 06:49:18 +0000
committerAudrius Meskauskas <audriusa@Bioinformatics.org>2005-10-03 06:49:18 +0000
commit1cd733b9d545f3d2ef90921ce4e82028beec3197 (patch)
treedc9129c102e130f34d9909fae7c46760cef52bb2 /NEWS
parent948cf392f67b7b450681bd27368e37b7e6d1fcbd (diff)
downloadclasspath-1cd733b9d545f3d2ef90921ce4e82028beec3197.tar.gz
2005-10-03 Audrius Meskauskas <AudriusA@Bioinformatics.org>
* NEWS: Added entry about Classpath VMCID and IIOP.
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS13
1 files changed, 13 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 4d9185259..0238ac63b 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,16 @@
+New for the subsequent release:
+* The Andrew Watson, Vice President and Technical Director of the Object
+ Management Group, has officially assigned us 20 bit Vendor Minor Code Id:
+ 0x47430 ("GC") that will mark remote Classpath - specific system exceptions.
+ Obtaining the VMCID means that GNU Classpath now is a recogniseable type of
+ node in a highly interoperable CORBA world.
+
+* Classpath now includes the first working draft to support the RMI over
+ IIOP protocol. The current implementation is capable for remote invocations,
+ transferring various Serializables and Externalizables via RMI-IIOP protocol.
+ It can flatten graphs and, at least for the simple cases, is interoperable
+ with Sun's jdk 1.5.
+
New in release 0.18 (Sep 6, 2005)
* GNU JAWT implementation, the AWT Native Interface, which allows direct