summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorzhangw <zhangw@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2006-03-02 01:35:05 +0000
committerzhangw <zhangw@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2006-03-02 01:35:05 +0000
commit7af5456515951db4a6a83e3df8a436b79f587152 (patch)
tree6d504aaa34275a1fd9f791fa9a7dbc955f4909a2
parentd67bd46def03002c136c3de0d391245d072d28af (diff)
downloadATCD-7af5456515951db4a6a83e3df8a436b79f587152.tar.gz
Thu Mar 2 01:33:09 UTC 2006 Wallace Zhang <zhangw@ociweb.com>
-rw-r--r--TAO/CIAO/ChangeLog6
-rw-r--r--TAO/CIAO/NEWS19
2 files changed, 18 insertions, 7 deletions
diff --git a/TAO/CIAO/ChangeLog b/TAO/CIAO/ChangeLog
index a26c7cd9988..b1469607d1f 100644
--- a/TAO/CIAO/ChangeLog
+++ b/TAO/CIAO/ChangeLog
@@ -1,3 +1,9 @@
+Thu Mar 2 01:33:09 UTC 2006 Wallace Zhang <zhangw@ociweb.com>
+
+ * NEWS:
+
+ Updated this file with info from Ming Xiong and Gan Deng.
+
Wed Mar 1 22:34:52 UTC 2006 Wallace Zhang <zhangw@ociweb.com>
* NEWS:
diff --git a/TAO/CIAO/NEWS b/TAO/CIAO/NEWS
index 36629462ca2..5e97708008b 100644
--- a/TAO/CIAO/NEWS
+++ b/TAO/CIAO/NEWS
@@ -70,14 +70,19 @@ PLANNED MAJOR CHANGES FOR THE NEXT RELEASE
USER VISIBLE CHANGES BETWEEN CIAO-0.4.10 and CIAO-0.5.0
====================================================
-. Changed MPC configuration of Config_Handlers to turn off hidden
-visibility if applicable when compiling Config_Handlers or projects
-that use Config_Handlers on linux. In particular, with gcc4.0.2,
-some CIAO tests that use ConfigHandlers will get segmentation fault
-on linux, due to some incompatibility between standard C++ library and
-gcc's support of hidden visibility. Future work will enhance this by
-using preprocessing macros in the codes.
+. Changed MPC configuration of Config_Handlers to turn off hidden
+ visibility if applicable when compiling Config_Handlers or projects
+ that use Config_Handlers on linux.This change was to work around symbol
+ visibility inconsistencies in GNU standard C++ library when using g++
+ 4.x's symbol visibility features.
+. Enhanced ReDaC service to enforce the correct
+ assembly redeployment and reconfiguration order.
+
+. Some bug fixes in ReDaC about removing components.
+
+. Fixed NodeApplication to unbind a component with naming service
+ when removing it from the container.
USER VISIBLE CHANGES BETWEEN CIAO-0.4.9 and CIAO-0.4.10
======================================================