summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2006-10-09 09:18:20 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2006-10-09 09:18:20 +0000
commit2f302eeb461c720399a98ec35095053836792b9c (patch)
tree677c4ab48d60312456bc1cb6b97a4c3955c47639
parentdd3da3fa79bd5fff589d1460d824bd9cc8b3eebe (diff)
downloadATCD-2f302eeb461c720399a98ec35095053836792b9c.tar.gz
Added missing items
-rw-r--r--ACE/NEWS11
1 files changed, 10 insertions, 1 deletions
diff --git a/ACE/NEWS b/ACE/NEWS
index 53be2747cd7..5f0ccbddf84 100644
--- a/ACE/NEWS
+++ b/ACE/NEWS
@@ -7,7 +7,7 @@ USER VISIBLE CHANGES BETWEEN ACE-5.5.2 and ACE-5.5.3
. Added the base projects for executionmanager_stub and plan_generator.
. Added the ACE_Hash_MultiMap_Manager class and its test file.
-
+
. Changed the ACE_Synch_Options::operator[] method to return bool rather than
int. The value returned is a yes/no indication of whether or not the
specified option(s) are set in the object.
@@ -102,6 +102,15 @@ USER VISIBLE CHANGES BETWEEN ACE-5.5.2 and ACE-5.5.3
. VxWorks 6.3 support
+. Fixed Bugzilla #2648 to make sure ACE_Service_Object::fini()
+ is called iff ACE_Service_Object::init() succeeded, as per
+ C++NPv2.
+
+. Added preliminary support for Mac OS X 10.4 on Intel CPU's.
+
+. Fixed Bugzilla #2602 to re-enable XML Service Configurator
+ file support.
+
USER VISIBLE CHANGES BETWEEN ACE-5.5.1 and ACE-5.5.2
====================================================