diff options
author | gokhale <asgokhale@users.noreply.github.com> | 1997-12-30 04:11:20 +0000 |
---|---|---|
committer | gokhale <asgokhale@users.noreply.github.com> | 1997-12-30 04:11:20 +0000 |
commit | de713ce8fd8f63ba78d1ace01cfab40b7f5c6719 (patch) | |
tree | 4056f838173df7da7e977da5f90c2e894c56da85 /TAO/docs | |
parent | c87966ff014b059058e359747eea99511d41d5bf (diff) | |
download | ATCD-de713ce8fd8f63ba78d1ace01cfab40b7f5c6719.tar.gz |
*** empty log message ***
Diffstat (limited to 'TAO/docs')
-rw-r--r-- | TAO/docs/releasenotes/index.html | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/TAO/docs/releasenotes/index.html b/TAO/docs/releasenotes/index.html index 6bda11d12a3..b4421335ecb 100644 --- a/TAO/docs/releasenotes/index.html +++ b/TAO/docs/releasenotes/index.html @@ -48,8 +48,10 @@ HREF="http://www.cs.wustl.edu/~schmidt/ACE_wrappers/TAO/VERSION">current release <H3><A NAME="idl"></A>IDL Compiler</H3> Point of contact: <A HREF="mailto:gokhale@cs.wustl.edu">Aniruddha Gokhale</A> - <P> Current status: (As of Dec 25th, 1997.) + <P> Current status: (As of Dec 29th, 1997.) <UL> + <LI> Param_Test test suite can now test fixed structs and string + sequences.This needed bug fixes to TAO ORB core. </LI> <LI> A new test to test all the parameter passing modes for a number of data types has been added. At this point in time, it tests primitive types and strings. Other tests will be @@ -125,6 +127,9 @@ HREF="http://www.cs.wustl.edu/~schmidt/ACE_wrappers/TAO/VERSION">current release <UL> <LI> Some of the known bugs/incomplete tasks are: <UL> + <LI> Generation of Managed types must somehow be moved + to the ORB Core </LI> + <LI> We need support for ``TIEs'' (i.e., the object form of the Adapter pattern). </LI> |