summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorsma <sma@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2006-11-15 10:29:41 +0000
committersma <sma@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2006-11-15 10:29:41 +0000
commitc4cfce083bf0079c8a10f469d2c5ae5322c7b4c2 (patch)
treea42a589fd333339458869b88cc6d04ea5e50794d
parent03b6575a9c48a3fc68c2c25b705e148b113e32cb (diff)
downloadATCD-c4cfce083bf0079c8a10f469d2c5ae5322c7b4c2.tar.gz
Wed Nov 15 10:30:00 UTC 2006 Simon Massey <sma@prismtech.com>
-rw-r--r--CIAO/ChangeLog6
-rw-r--r--CIAO/NEWS13
2 files changed, 18 insertions, 1 deletions
diff --git a/CIAO/ChangeLog b/CIAO/ChangeLog
index 003675b6bc6..aee477b45b9 100644
--- a/CIAO/ChangeLog
+++ b/CIAO/ChangeLog
@@ -1,3 +1,9 @@
+Wed Nov 15 10:30:00 UTC 2006 Simon Massey <sma@prismtech.com>
+
+ * NEWS:
+
+ Entries submitted by Shanshan Jiang and Johnny Willemsen.
+
Tue Nov 14 16:27:55 UTC 2006 Jeff Parsons <j.parsons@vanderbilt.edu>
* examples/Null_Component/Null_Component.mpc:
diff --git a/CIAO/NEWS b/CIAO/NEWS
index 161f76b59d5..20325c744f1 100644
--- a/CIAO/NEWS
+++ b/CIAO/NEWS
@@ -72,12 +72,23 @@ USER VISIBLE CHANGES BETWEEN CIAO-0.5.3 and CIAO-0.5.4
. Seamless integration of swapping into the main line programming model,
so that DAnCE can actually kickstart swapping.
-. Integrate various Pub/Sub services into CIAO and DAnCE.
+. Integrated real-time event service into CIAO and DAnCE.
. Improved syntax error checking and reporting in the CIDL compiler.
. Add Null Component to be able to measure footprint in detail
+. Added the naming service & the implementation of createPackage function to RepoMan.
+
+. Added the code to save the state of the RepoMan at exit and load the state of it at start.
+
+. Reimplemented the findNamesByType () and getAllTypes () operations of
+ RepoMan, which use the newly generated ACE_Hash_MultiMap_Manager class
+ and its corresponding classes.
+
+. Added Plan_Generator project. This project is used to retrieve information from Repoman
+ and generate/modify DeploymentPlans based on different demands.
+
USER VISIBLE CHANGES BETWEEN CIAO-0.5.2 and CIAO-0.5.3
======================================================