summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorwilson_d <wilson_d@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2005-02-18 15:49:40 +0000
committerwilson_d <wilson_d@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2005-02-18 15:49:40 +0000
commitdc40d9249a5ca68ce0c86b127e80f55dc7751e14 (patch)
tree843053fc48d3f5f0470946684e11fcc812b9a942 /NEWS
parentb6167ae635b1799c69ae98511f707bfdff6449b1 (diff)
downloadATCD-dc40d9249a5ca68ce0c86b127e80f55dc7751e14.tar.gz
ChangeLogTag: Fri Feb 18 09:46:25 2005 Dale Wilson <wilson_d@ociweb.com>
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS10
1 files changed, 10 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 292593737c9..64c6c647308 100644
--- a/NEWS
+++ b/NEWS
@@ -6,6 +6,16 @@ PLANNED MAJOR CHANGES TARGETED FOR ACE-5.4.5
. Support for shared libraries with VxWorks
+. Remove special handling in the Thread Specific Storage(TSS) code
+ that released the TSS key for ACE_TSS<TYPE>. ACE_TSS<TYPE> has
+ been changed to explicitly free the TSS key when necessary.
+
+. On Win32 systems: detect thread termination via a hook in DLLMain
+ for ACE.dll. This allows cleanup of TSS objects for non-ACE threads
+ that use ACE functions. The most common case was threads that used
+ ACE logging. Formerly any TSS objects created by these threads would
+ be leaked.
+
USER VISIBLE CHANGES BETWEEN ACE-5.4.3 and ACE-5.4.4
====================================================