summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorparsons <parsons@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2001-06-12 23:21:18 +0000
committerparsons <parsons@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2001-06-12 23:21:18 +0000
commitfbc28ad5072715be110cdf70f5416bd7cc69bfb5 (patch)
treebaa56a2521f7f5def471cc6710267a73cb77b024
parentc5e4c1f1fd16087833875132e9c2a0fefb804c71 (diff)
downloadATCD-fbc28ad5072715be110cdf70f5416bd7cc69bfb5.tar.gz
* docs/releasenotes/index.html:
Moved section on the interface repository to the new document listed below. Also added link to the new dynamic any documentation listed below. * docs/dynany/index.html: New file - documemtation for TAO's dynamic any implementation. * docs/interfacerepo/index.html: New file - contains documentation for TAO's interface repository implementation that was previously in the main releasenotes file. * docs/interfacerepo/tao_ifr.html: New file - user's guide to tao_ifr, the TAO interface repository loader, including a table of the command line options.
-rw-r--r--TAO/ChangeLogs/ChangeLog-02a24
1 files changed, 24 insertions, 0 deletions
diff --git a/TAO/ChangeLogs/ChangeLog-02a b/TAO/ChangeLogs/ChangeLog-02a
index 4e9464c3512..629816fa726 100644
--- a/TAO/ChangeLogs/ChangeLog-02a
+++ b/TAO/ChangeLogs/ChangeLog-02a
@@ -1,3 +1,27 @@
+Tue Jun 12 18:16:52 2001 Jeff Parsons <parsons@cs.wustl.edu>
+
+ * docs/releasenotes/index.html:
+
+ Moved section on the interface repository to the new
+ document listed below. Also added link to the new
+ dynamic any documentation listed below.
+
+ * docs/dynany/index.html:
+
+ New file - documemtation for TAO's dynamic any
+ implementation.
+
+ * docs/interfacerepo/index.html:
+
+ New file - contains documentation for TAO's interface
+ repository implementation that was previously in the
+ main releasenotes file.
+
+ * docs/interfacerepo/tao_ifr.html:
+
+ New file - user's guide to tao_ifr, the TAO interface repository
+ loader, including a table of the command line options.
+
Tue Jun 12 18:12:13 2001 Jeff Parsons <parsons@cs.wustl.edu>
* tests/DynAny_Test/da_tests.idl: