summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordengg <dengg@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2005-06-03 03:00:48 +0000
committerdengg <dengg@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2005-06-03 03:00:48 +0000
commitaeeefdb94c59089e13e4c18ad8afbcb1b5f8d2de (patch)
tree347a91abb3e34c512163b73769fd85eaf97c8168
parent7a0d56b4155c8832c68d9095e29c06525964caf2 (diff)
downloadATCD-aeeefdb94c59089e13e4c18ad8afbcb1b5f8d2de.tar.gz
Thu Jun 2 22:56:11 UTC 2005 Gan Deng <gan.deng@vanderbilt.edu>
-rw-r--r--TAO/CIAO/ChangeLog7
-rw-r--r--TAO/CIAO/DAnCE/examples/Quoter/README.html7
-rw-r--r--TAO/CIAO/NEWS16
3 files changed, 24 insertions, 6 deletions
diff --git a/TAO/CIAO/ChangeLog b/TAO/CIAO/ChangeLog
index 266d03ed00d..6f7e8b02bcf 100644
--- a/TAO/CIAO/ChangeLog
+++ b/TAO/CIAO/ChangeLog
@@ -1,3 +1,10 @@
+Thu Jun 2 22:56:11 UTC 2005 Gan Deng <gan.deng@vanderbilt.edu>
+
+ * DAnCE/examples/Quoter/README.html
+
+ Added a link to the CoSMIC quoter tutorial page hosted by
+ Ming Xiong.
+
Tue May 31 22:46:06 UTC 2005 Jeff Parsons <j.parsons@vanderbilt.edu>
* CIDLC/ExecutorMappingGenerator.cpp:
diff --git a/TAO/CIAO/DAnCE/examples/Quoter/README.html b/TAO/CIAO/DAnCE/examples/Quoter/README.html
index e841ffa57da..cafe4cad310 100644
--- a/TAO/CIAO/DAnCE/examples/Quoter/README.html
+++ b/TAO/CIAO/DAnCE/examples/Quoter/README.html
@@ -105,8 +105,11 @@ Note: Creating the deployment plan descriptor is a tedious and
error-prone job,
you can download <a href="http://www.dre.vanderbilt.edu/cosmic">CoSMIC</a>
to
-assist you in this step.
- <p>&nbsp;</p>
+assist you in this step. Please refer to
+<a href="http://www.dre.vanderbilt.edu/~mxiong/tutorial">this tutorial</a>
+to see how you can use CoSMIC to automatically generate the descriptor
+file.
+</p>
<hr></li>
</dd>
<h2>Running the program </h2>
diff --git a/TAO/CIAO/NEWS b/TAO/CIAO/NEWS
index 7c6c04e2192..98c2e123705 100644
--- a/TAO/CIAO/NEWS
+++ b/TAO/CIAO/NEWS
@@ -17,7 +17,7 @@ PLANNED MAJOR CHANGES "SOMETIME IN THE FUTURE" (i.e., exact beta not known)
This will allow the application developers to evolve their applications
on the fly without server down time.
-PLANNED MAJOR CHANGES FOR x.4.6
+PLANNED MAJOR CHANGES FOR CIAO-0.4.7
===============================
. Integrate Real-time QoS support to CIAO based on OMG's new
@@ -37,14 +37,22 @@ PLANNED MAJOR CHANGES FOR x.4.6
their component-based applications, as well as allowing customization of
the amount of debugging information logged
-. Add more examples for CIAO, which include a Quoter example (a consistent
- tutorial example since TAO :)) and GUI-based example.
-
. Add binding to the Naming Service.
. Enhance DAnCE to support deploying multiple assemblies with the same
set of ExecutionManager and NodeMangers.
+USER VISIBLE CHANGES BETWEEN CIAO-0.4.5 and CIAO-0.4.6
+======================================================
+
+. Added more examples for CIAO, which include a Quoter example (a consistent
+ tutorial example since TAO :)) and GUI-based example.
+
+. Added support for handle component activation/passivation in the
+ assembly level.
+
+. some bug fixes.
+
USER VISIBLE CHANGES BETWEEN CIAO-0.4.4 and CIAO-0.4.5
======================================================