summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 14d5e0d9f5f..8077ce6cce9 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+Tue Nov 6 14:44:38 UTC 2012 Steve Huston <shuston@riverace.com>
+
+ * ace/OS_NS_Thread.cpp (ACE_TSS_Cleanup::thread_detach_key): If
+ given a key which was never set, ignore it. Only throw an assertion
+ if the key's table slot is used but does not match the key asked
+ to free. The never-set case happens if a ACE_TSS object fails
+ when setting its value; the later cleanup would cause an assert.
+
Thu Sep 13 16:46:03 UTC 2012 Steve Huston <shuston@riverace.com>
* ace/Atomic_Op.h: