diff options
author | William R. Otte <wotte@dre.vanderbilt.edu> | 2005-10-18 21:50:42 +0000 |
---|---|---|
committer | William R. Otte <wotte@dre.vanderbilt.edu> | 2005-10-18 21:50:42 +0000 |
commit | dd27bdac12994633ff34f87b62b6a6b82b26511f (patch) | |
tree | 0ad6a53612741aff0f604f428e6071fa3316f6fb /TAO | |
parent | a460148afeb7d104a8821126b07a8fcb09f6362d (diff) | |
download | ATCD-dd27bdac12994633ff34f87b62b6a6b82b26511f.tar.gz |
Tue Oct 18 16:50:24 2005 William Otte <wotte@dre.vanderbilt.edu>
Diffstat (limited to 'TAO')
-rw-r--r-- | TAO/CIAO/ChangeLog | 6 | ||||
-rw-r--r-- | TAO/CIAO/NEWS | 11 |
2 files changed, 16 insertions, 1 deletions
diff --git a/TAO/CIAO/ChangeLog b/TAO/CIAO/ChangeLog index b32f54ab9f7..16c8cab6c99 100644 --- a/TAO/CIAO/ChangeLog +++ b/TAO/CIAO/ChangeLog @@ -1,3 +1,9 @@ +Tue Oct 18 16:50:24 2005 William Otte <wotte@dre.vanderbilt.edu> + + * NEWS + + Updated release notes. + Mon Oct 17 13:21:59 2005 William Otte <wotte@dre.vanderbilt.edu> * docs/schema/ccd.xsd diff --git a/TAO/CIAO/NEWS b/TAO/CIAO/NEWS index 3c3fc72a79e..464e20df2df 100644 --- a/TAO/CIAO/NEWS +++ b/TAO/CIAO/NEWS @@ -36,6 +36,7 @@ PLANNED MAJOR CHANGES "SOMETIME IN THE FUTURE" (i.e., exact beta not known) decisions, without handcrafting the mechanisms needed to (1) configure the algorithms and (2) deploy the decisions made by the algorithms. +. Implement support for more complex type initialization with XML. PLANNED MAJOR CHANGES FOR THE NEXT RELEASE ========================================== @@ -59,6 +60,14 @@ PLANNED MAJOR CHANGES FOR THE NEXT RELEASE USER VISIBLE CHANGES BETWEEN CIAO-0.4.7 and CIAO-0.4.8 ====================================================== +. The XSC based config handlers have been heavily optimized, resulting + in greatly reduced parsing overhead for large deployments. + +. The DAnCE toolchain now supports initializing attributes which have + enumerated types. Support for other complex types is planned for the + future. Please see examples/Hello/descriptors/ + flattened_deploymentplan_without_ns.cdp for an example of how to + populate enumerated attributes. . Integrated Real-time QoS support to CIAO based on OMG's new Deployment and Configuration (D&C) specification. Such effort @@ -71,7 +80,7 @@ USER VISIBLE CHANGES BETWEEN CIAO-0.4.7 and CIAO-0.4.8 . Added functionality in XML parsing code to resolve schema in $CIAO_ROOT/docs/schema instead of the local directory only. All DeploymentPlans should use Deployment.xsd instead of - Modified_Deployment.xsd. + Modified_Deployment.xsd, which has been removed. . Fixed bug in CIDL code generation for some types of component and home attributes. |