summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordengg <dengg@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2006-04-12 17:52:06 +0000
committerdengg <dengg@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2006-04-12 17:52:06 +0000
commita879328343be85dae6d117188e80334f24727f5c (patch)
treeb318f296a48971d0cf9a0e00f69e86fd9f15a6d3
parenta2dd5f907273d7561f3ccac51d7fffc8bb4b6893 (diff)
downloadATCD-a879328343be85dae6d117188e80334f24727f5c.tar.gz
Wed Apr 12 17:51:03 UTC 2006 Gan Deng <gan.deng@vanderbilt.edu>
-rw-r--r--TAO/CIAO/ChangeLog6
-rw-r--r--TAO/CIAO/NEWS18
2 files changed, 24 insertions, 0 deletions
diff --git a/TAO/CIAO/ChangeLog b/TAO/CIAO/ChangeLog
index aa1f07a10f8..249f195b978 100644
--- a/TAO/CIAO/ChangeLog
+++ b/TAO/CIAO/ChangeLog
@@ -1,3 +1,9 @@
+Wed Apr 12 17:51:03 UTC 2006 Gan Deng <gan.deng@vanderbilt.edu>
+
+ * NEWS
+
+ Updated the NEWS file.
+
Wed Apr 12 14:47:14 UTC 2006 William R. Otte <wotte@dre.vanderbilt.edu>
* DAnCE/NodeApplication/NodeApplication.mpc
diff --git a/TAO/CIAO/NEWS b/TAO/CIAO/NEWS
index 275c66d8c1b..ab5537075ec 100644
--- a/TAO/CIAO/NEWS
+++ b/TAO/CIAO/NEWS
@@ -70,6 +70,24 @@ PLANNED MAJOR CHANGES FOR THE NEXT RELEASE
USER VISIBLE CHANGES BETWEEN CIAO-0.5.0 and CIAO-0.5.1
====================================================
+. Added the support of integrating real-time event service into the
+ CIAO core framework. Enhanced DAnCE to support declaratively configure
+ and deploy real-time event channels to mediate event communication
+ among components.
+
+. Fixed a bug in detecting External connection and Internal
+ connections when components are shared across different
+ deployment plans. Earlier when removing connections attached
+ to an external/shared component, not *all* connections
+ associated with this components are purged from the
+ to-be-removed connections list.
+
+. Fixed a bug when redeploying components using the same set
+ of NodeManagers, the destroy of applications results not
+ all internal components and external/shared components
+ are unbinded from the cached map, which sometimes causes
+ duplicate instance exception thrown.
+
. Fixed bug in detecting name clashes between names of ports of the same
category (facet, event sink, etc.) in the same component.