diff options
author | bala <balanatarajan@users.noreply.github.com> | 2004-01-14 17:01:51 +0000 |
---|---|---|
committer | bala <balanatarajan@users.noreply.github.com> | 2004-01-14 17:01:51 +0000 |
commit | 2b2f708f6a59fe9e1b37bfb435468ed4fdb60eda (patch) | |
tree | 98cf24238e0dd09e2be9ceaefc48a38f30d3c040 | |
parent | 79152411886295ef3ff4f2cd500d26b6f3c91011 (diff) | |
download | ATCD-2b2f708f6a59fe9e1b37bfb435468ed4fdb60eda.tar.gz |
ChangeLogTag:Wed Jan 14 10:59:10 2004 Balachandran Natarajan <bala@dre.vanderbilt.edu>
-rw-r--r-- | TAO/CIAO/ChangeLog | 14 | ||||
-rw-r--r-- | TAO/CIAO/docs/releasenotes/index.html (renamed from TAO/CIAO/docs/releasenotes.html) | 30 |
2 files changed, 29 insertions, 15 deletions
diff --git a/TAO/CIAO/ChangeLog b/TAO/CIAO/ChangeLog index eb138454845..31bd1a31c6e 100644 --- a/TAO/CIAO/ChangeLog +++ b/TAO/CIAO/ChangeLog @@ -1,3 +1,17 @@ +Wed Jan 14 10:59:10 2004 Balachandran Natarajan <bala@dre.vanderbilt.edu> + + * docs/releasenotes: + + New directory. + + * docs/releasenotes/index.html: + + The actual document is placed here to be consistent with TAO. + + * docs/releasenotes.html: + + Removed the file since it has been moved into a new directory. + Tue Jan 13 20:54:31 2004 Balachandran Natarajan <bala@dre.vanderbilt.edu> * ChangeLog: diff --git a/TAO/CIAO/docs/releasenotes.html b/TAO/CIAO/docs/releasenotes/index.html index aef08a7e9d5..8a9f4313fe6 100644 --- a/TAO/CIAO/docs/releasenotes.html +++ b/TAO/CIAO/docs/releasenotes/index.html @@ -37,7 +37,7 @@ policy sets defined in CIAO's real-time descriptors (defined in CIAO's .rtd files.) DTD definitions for .rtd files can be found in <a - href="XML/ciao_rt_cad_ext.dtd">this file</a>. An + href="../XML/ciao_rt_cad_ext.dtd">this file</a>. An example .cad file that uses the RT extension and an example .rtd file that provides RT policy definitions can be found at: @@ -55,7 +55,7 @@ <li>Thu Jul 31 2003 - Arvind and Diego are starting to work on benchmarking and comparing the performance of CIAO and TAO. These performance test programs are available in - <a href="../performance-tests/Benchmark/">the repository + <a href="../../performance-tests/Benchmark/">the repository </a><p> <li>Thu Jul 24 2003 - Bala and George are starting to work on a container @@ -68,9 +68,9 @@ available with ACE/TAO beta kit.<p> <li>Mon Jun 2 2003 - We now have a CIDL compiler. Check - out its <a href="../CIDLC/README">README</a> file for more + out its <a href="../../CIDLC/README">README</a> file for more information. Examples are also moved to <a - href="../examples/OEP/">here</a> to use the new CIDL + href="../../examples/OEP/">here</a> to use the new CIDL compiler to generate servant glue code.<p> <li>Thu Apr 16 2003 - The HUDisplay example now also works on @@ -79,9 +79,9 @@ <li>Sat Apr 5 2003 - Added the support for connection establishment and finished the multiple-component - <a href="../examples/handcrafted/Display/"> HUDisplay + <a href="../../examples/handcrafted/Display/"> HUDisplay example</a>. Check out the <a - href="../examples/handcrafted/Display/descriptors/NOTE.txt"> + href="../../examples/handcrafted/Display/descriptors/NOTE.txt"> note </a> to see how to play with it. You need to have <a href="http://www.trolltech.com/">Qt</a> library available if you want to play with the GUI based @@ -105,7 +105,7 @@ Daemon control options to read in the component softpkg descriptor, spawn a ComponentServer, and instantiate the component. See the <code> - <a href="../examples/handcrafted/Hello/run_test.pl"> + <a href="../../examples/handcrafted/Hello/run_test.pl"> run_test.pl</a></code> for more details on how this can be done. <p> @@ -116,7 +116,7 @@ <code>ServerActivator</code> interfaces. It also comes with a command line utility program to interact with the daemon process. Please see its <a - href="../tools/Daemon/README">README</a> file for more + href="../../tools/Daemon/README">README</a> file for more information.<p> Implementation for <code>ComponentInstallation</code> @@ -144,7 +144,7 @@ <li>Mon Jan 13 2003 - Finished the first round effort to create a meta-code to describe how the CIDL compiler should generated the container specific glue code. These - templates are available <a href="templates/">here</a>. + templates are available <a href="../templates/">here</a>. These templates can also be used to help handcrafting the examples I'm working on.<p> @@ -153,7 +153,7 @@ <li>Tue Dec 24 2002 - Started working a multi-component handcrafted example in <a - href="../examples/handcrafted/Display/">examples/handcrafted/Display/</a><p> + href="../../examples/handcrafted/Display/">examples/handcrafted/Display/</a><p> <li>Sat Dec 21 2002 - Added *nix Makefiles, MPC specifications and created MPC templates for CIAO clients, component @@ -171,7 +171,7 @@ <li>Dec 15 2002 - Generic component server that can host multiple components with a proprietary config file. More information can be found <a - href="../tools/Simple_Component_Server/README"> here </a> + href="../../tools/Simple_Component_Server/README"> here </a> Next up, a trivial HomeFinder interface that can simply forward requests to a Naming Service.<p> @@ -184,7 +184,7 @@ will be automated in the future.<p> <li>Nov 22 2002 - Completed the first handcrafted example - <a href="../examples/handcrafted/Hello/README">HelloWorld</a> + <a href="../../examples/handcrafted/Hello/README">HelloWorld</a> component implementation. CIAO now also include a minimally functioning session container implementation.<p> </ul> @@ -299,9 +299,9 @@ certain release together. All interfaces and types are under interfaces and their supporting data types that <code>CCMObject</code> interface requires. These interfaces are defined in <code> - <a href="../ciao/CIAO_Base.pidl">CIAO_Base.pidl</a></code> + <a href="../../ciao/CIAO_Base.pidl">CIAO_Base.pidl</a></code> and <code><a - href="../ciao/CIAO_Event.pidl">CIAO_Event.pidl</a></code>. + href="../../ciao/CIAO_Event.pidl">CIAO_Event.pidl</a></code>. <li>Default implementation of <code> <ul> <li>CCMObject @@ -309,7 +309,7 @@ certain release together. All interfaces and types are under <li>KeylessCCMHome </ul> </code> and their supporting data types as defined in part - of the <code><a href="../ciao/CIAO_Component.pidl"> + of the <code><a href="../../ciao/CIAO_Component.pidl"> CIAO_Component.pidl </a></code>. <li>Partial support for basic container/callback interfaces: <code> <ul> |