summaryrefslogtreecommitdiff
path: root/TAO/docs
diff options
context:
space:
mode:
authorgokhale <asgokhale@users.noreply.github.com>1997-12-18 21:32:57 +0000
committergokhale <asgokhale@users.noreply.github.com>1997-12-18 21:32:57 +0000
commitecdc0d5ea167eea2eea95e0e2d5c3e77fbd7d753 (patch)
tree0ab83f18abce5c661f58778c9a33bf93044e59d7 /TAO/docs
parentc511ebf65beb0693e5127f503a27f16d472f02a7 (diff)
downloadATCD-ecdc0d5ea167eea2eea95e0e2d5c3e77fbd7d753.tar.gz
*** empty log message ***
Diffstat (limited to 'TAO/docs')
-rw-r--r--TAO/docs/releasenotes/index.html8
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>