summaryrefslogtreecommitdiff
path: root/ACE/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ACE/ChangeLog')
-rw-r--r--ACE/ChangeLog14
1 files changed, 14 insertions, 0 deletions
diff --git a/ACE/ChangeLog b/ACE/ChangeLog
index e59e8b67aff..b4d3394f0c0 100644
--- a/ACE/ChangeLog
+++ b/ACE/ChangeLog
@@ -1,3 +1,17 @@
+Mon Mar 5 18:01:36 UTC 2007 Carlos O'Ryan <coryan@atdesk.com>
+
+ * ace/Notification_Queue.cpp:
+ When deleting the queue we must decrease the reference count on
+ all the event handlers stored there.
+
+ * ace/Select_Reactor_Base.cpp:
+ When the notification pipe is destroyed we must read the data
+ stored there and release all the event handlers. Otherwise the
+ reference counts are broken.
+
+ * tests/run_test.lst:
+ Add Bug_2820_Regression_Test to the list.
+
Mon Mar 5 17:16:16 UTC 2007 Carlos O'Ryan <coryan@atdesk.com>
* tests/Bug_2820_Regression_Test.cpp: