summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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.