summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorsjiang <sjiang@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2006-10-03 16:46:12 +0000
committersjiang <sjiang@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2006-10-03 16:46:12 +0000
commite3806cdc92c2af71418552fdb541ac9f7f9a6a15 (patch)
treecaaa0abcc408ed4ddb4f407dc84cc423a7e5ef49
parente79164c553455c2db39a55a2e6fff3f79f6952f4 (diff)
downloadATCD-e3806cdc92c2af71418552fdb541ac9f7f9a6a15.tar.gz
ChangeLog Tag: Tue Oct 3 16:45:35 UTC 2006 Shanshan Jiang <shanshan.jiang@vanderbilt.edu>
-rw-r--r--ACE/ChangeLog6
-rw-r--r--ACE/NEWS4
2 files changed, 10 insertions, 0 deletions
diff --git a/ACE/ChangeLog b/ACE/ChangeLog
index a478c81a759..fbf339d4257 100644
--- a/ACE/ChangeLog
+++ b/ACE/ChangeLog
@@ -1,3 +1,9 @@
+Tue Oct 3 16:45:35 UTC 2006 Shanshan Jiang <shanshan.jiang@vanderbilt.edu>
+
+ * NEWS
+ Updated the NEWS to add the changes for ACE_Hash_MultiMap_Manager
+ class and executionmanager_stub and plan_generator base projects.
+
Tue Oct 3 15:02:14 UTC 2006 Steve Huston <shuston@riverace.com>
* NEWS: Described the ACE_Refcounted_Auto_Ptr effects of
diff --git a/ACE/NEWS b/ACE/NEWS
index 4208d7cea41..53be2747cd7 100644
--- a/ACE/NEWS
+++ b/ACE/NEWS
@@ -4,6 +4,10 @@ PLANNED MAJOR CHANGES "SOMETIME IN THE FUTURE" (i.e., exact beta not known)
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.