diff options
author | gokhale <asgokhale@users.noreply.github.com> | 1997-12-18 21:32:57 +0000 |
---|---|---|
committer | gokhale <asgokhale@users.noreply.github.com> | 1997-12-18 21:32:57 +0000 |
commit | ecdc0d5ea167eea2eea95e0e2d5c3e77fbd7d753 (patch) | |
tree | 0ab83f18abce5c661f58778c9a33bf93044e59d7 /TAO/docs | |
parent | c511ebf65beb0693e5127f503a27f16d472f02a7 (diff) | |
download | ATCD-ecdc0d5ea167eea2eea95e0e2d5c3e77fbd7d753.tar.gz |
*** empty log message ***
Diffstat (limited to 'TAO/docs')
-rw-r--r-- | TAO/docs/releasenotes/index.html | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/TAO/docs/releasenotes/index.html b/TAO/docs/releasenotes/index.html index 0e74406e6b8..6d89d4fcb8c 100644 --- a/TAO/docs/releasenotes/index.html +++ b/TAO/docs/releasenotes/index.html @@ -48,8 +48,14 @@ 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 16th, 1997.) + <P> Current status: (As of Dec 18th, 1997.) <UL> + <LI> Very preliminary support for arrays. Not working yet. </LI> + + <LI> Many bugs associated with stub generation fixed. This + included support for return values that are variable sized + IDL types. Unions improved. </LI> + <LI> Support for sequences of strings and object references added. However, it is not tested yet so there may be some bugs. We should have these fixed in a day or so. </LI> |