summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorsjiang <sjiang@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2006-10-03 15:17:53 +0000
committersjiang <sjiang@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2006-10-03 15:17:53 +0000
commit1a2c27a01b01bc7b92505f1c638c51e7616e1e78 (patch)
tree8f54c941ac1f019825f3609092a4c40f6195484b
parentb76f4fdba7ccecccd1be53bb52157894dee8f85c (diff)
downloadATCD-1a2c27a01b01bc7b92505f1c638c51e7616e1e78.tar.gz
ChangeLog Tag: Tue Oct 3 15:16:40 UTC 2006 Shanshan Jiang <shanshan.jiang@vanderbilt.edu>
-rw-r--r--CIAO/ChangeLog7
-rw-r--r--CIAO/NEWS12
2 files changed, 19 insertions, 0 deletions
diff --git a/CIAO/ChangeLog b/CIAO/ChangeLog
index 837563b0d43..4fa9a9f2e54 100644
--- a/CIAO/ChangeLog
+++ b/CIAO/ChangeLog
@@ -1,3 +1,10 @@
+Tue Oct 3 15:16:40 UTC 2006 Shanshan Jiang <shanshan.jiang@vanderbilt.edu>
+
+ * NEWS
+
+ Updated the NEWS to add the changes for Repoman and Plan_Generator
+ projects.
+
Tue Oct 3 12:49:16 UTC 2006 xiong,ming <ming.xiong@vanderbilt.edu>
* NEWS
diff --git a/CIAO/NEWS b/CIAO/NEWS
index 412dc474bef..259524b8712 100644
--- a/CIAO/NEWS
+++ b/CIAO/NEWS
@@ -79,6 +79,18 @@ PLANNED MAJOR CHANGES FOR THE NEXT RELEASE
USER VISIBLE CHANGES BETWEEN CIAO-0.5.1 and CIAO-0.5.2
====================================================
+. Reimplemented the findNamesByType () and getAllTypes () operations
+ of Repository Manager, which use the newly generated
+ ACE_Hash_MultiMap_Manager class and its corresponding classes.
+
+. Added the replace argument in installPackage () and createPackage ()
+ functions to Repoman and extend the functionalities of these two
+ functions based on the latest D&C spec.
+
+. Added the Plan_Generator project. This project is used to retrieve
+ information from Repoman and generate/modify DeploymentPlans based
+ on different demands. Removed the planner project.
+
. Changed CIDL compiler code generation for facet servant classes
to enable reuse if the same interface is used as a facet more
than once in a single translation unit.