summaryrefslogtreecommitdiff
path: root/CIAO/NEWS
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
commit07455c9ba2bd164f61014b70cedaba688f4e2ced (patch)
tree8f54c941ac1f019825f3609092a4c40f6195484b /CIAO/NEWS
parentaa3e4f552367e27f1914e1127319c24c2751a770 (diff)
downloadATCD-07455c9ba2bd164f61014b70cedaba688f4e2ced.tar.gz
ChangeLog Tag: Tue Oct 3 15:16:40 UTC 2006 Shanshan Jiang <shanshan.jiang@vanderbilt.edu>
Diffstat (limited to 'CIAO/NEWS')
-rw-r--r--CIAO/NEWS12
1 files changed, 12 insertions, 0 deletions
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.