diff options
author | Johnny Willemsen <jwillemsen@remedy.nl> | 2006-07-06 07:46:09 +0000 |
---|---|---|
committer | Johnny Willemsen <jwillemsen@remedy.nl> | 2006-07-06 07:46:09 +0000 |
commit | e4cd74d5e42d6397674059b151938d754218b05d (patch) | |
tree | 1712e0b3a589db4dc57094cf81d48566b33aab25 /TAO/CIAO | |
parent | 0bd462747f176a46ac6fc5dd875ef11dad481ffc (diff) | |
download | ATCD-e4cd74d5e42d6397674059b151938d754218b05d.tar.gz |
no message
Diffstat (limited to 'TAO/CIAO')
-rw-r--r-- | TAO/CIAO/NEWS | 19 |
1 files changed, 18 insertions, 1 deletions
diff --git a/TAO/CIAO/NEWS b/TAO/CIAO/NEWS index 8f7ec246ed4..85fc6b11b1b 100644 --- a/TAO/CIAO/NEWS +++ b/TAO/CIAO/NEWS @@ -82,13 +82,30 @@ USER VISIBLE CHANGES BETWEEN CIAO-0.5.1 and CIAO-0.5.2 . Simplified template code in component servant and home servant base classes. - + . 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. +. bin/PerlCIAO/TestUtils - a perl module for building quickly + and running cleanly CIAO tests + +. DAnCE/Planner - a planner which contacts the RepositoryManager, gets a + PackageConfiguration by name, and builds a DeploymentPlan on + the fly. Note that the node information is currently not populated. + +. RACE/Input_Adapters/PlanGenerator - The RACE component version of the + Planner which creates a DeploymentPlan without node info from a + PackageConfiguration and uses the RACE plan analyzer to + populate the node information in the plan. + +. RACE/Input_Adapters/LocationUpdater - a RACE input adapter + serving as a location updater which updates the location fields in a + DeploymentPlan to point to libraries available via HTTP from the + RepositoryManager. + USER VISIBLE CHANGES BETWEEN CIAO-0.5.0 and CIAO-0.5.1 ==================================================== |