summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2006-10-03 16:32:20 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2006-10-03 16:32:20 +0000
commitb3457999d09f486e41ca58b327e32d53f73bef80 (patch)
treeca629ef48565b895901acae6798438faec0c4c4f
parent1a2c27a01b01bc7b92505f1c638c51e7616e1e78 (diff)
downloadATCD-b3457999d09f486e41ca58b327e32d53f73bef80.tar.gz
corrected contents
-rw-r--r--CIAO/NEWS13
1 files changed, 8 insertions, 5 deletions
diff --git a/CIAO/NEWS b/CIAO/NEWS
index 259524b8712..3d25ef2912a 100644
--- a/CIAO/NEWS
+++ b/CIAO/NEWS
@@ -74,11 +74,11 @@ PLANNED MAJOR CHANGES FOR THE NEXT RELEASE
. Integrate various Pub/Sub services into CIAO and DAnCE.
-. Improve documentation for CoSMiC Quoter tutorial to reflect the latest update
-
-USER VISIBLE CHANGES BETWEEN CIAO-0.5.1 and CIAO-0.5.2
+USER VISIBLE CHANGES BETWEEN CIAO-0.5.2 and CIAO-0.5.3
====================================================
+. Improve documentation for CoSMiC Quoter tutorial to reflect the latest update
+
. Reimplemented the findNamesByType () and getAllTypes () operations
of Repository Manager, which use the newly generated
ACE_Hash_MultiMap_Manager class and its corresponding classes.
@@ -86,11 +86,14 @@ USER VISIBLE CHANGES BETWEEN CIAO-0.5.1 and CIAO-0.5.2
. 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.
-
+
+USER VISIBLE CHANGES BETWEEN CIAO-0.5.1 and CIAO-0.5.2
+====================================================
+
. 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.