diff options
author | Audrius Meskauskas <audriusa@Bioinformatics.org> | 2006-02-08 12:14:02 +0000 |
---|---|---|
committer | Audrius Meskauskas <audriusa@Bioinformatics.org> | 2006-02-08 12:14:02 +0000 |
commit | 4cd74614b77b56982e20951496fba843f0241351 (patch) | |
tree | 5b18a9de1991d1d78768c2240389ee2936ceeb32 /NEWS | |
parent | 091cdfa2f20d1f06e45e6bd29247c685a1f29b5e (diff) | |
download | classpath-4cd74614b77b56982e20951496fba843f0241351.tar.gz |
2006-02-08 Audrius Meskauskas <AudriusA@Bioinformatics.org>
* examples/gnu/classpath/examples/CORBA/swing/x5/_GameManagerImpl_Tie.java,
examples/gnu/classpath/examples/CORBA/swing/x5/_PlayerImpl_Tie.java:
Documenting the code generator.
* gnu/CORBA/IOR.java (toStringFormatted,
CodeSet_component.toStringFormatted): New methods.
* tools/Makefile.am (TOOLS_JAVA_FILES, READMES): Rewritten.
* tools/gnu/classpath/tools/giop/README: Rewritten.
* tools/gnu/classpath/tools/giop/GRMIC.java (main): Rewritten.
(printHelpAndExit): Removed.
*tools/gnu/classpath/tools/giop/IorParser.java,
tools/gnu/classpath/tools/giop/IorParser.txt,
tools/gnu/classpath/tools/giop/NameService.java,
tools/gnu/classpath/tools/giop/NamingService.txt,
tools/gnu/classpath/tools/HelpPrinter.java: New files.
NEWS: Added note about GIOP tools.
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -6,6 +6,10 @@ New in release 0.21 (to be released) 3 and TLS version 1. These roughly complement the public `java.security.' `javax.crypto,' and `javax.net.ssl' packages, and are service providers implementing the underlying algorithms. + + * The new folder tools now contains GIOP tools, providing necessary support + for development using org.omg.* and javax.rmi.CORBA.* packages: GIOP + stub and tie code generator, IOR parser and naming service. New in release 0.20 (Jan 13, 2006) |