summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorErik Sohns <eriksohns@123mail.org>2016-10-30 22:18:29 +0100
committerErik Sohns <eriksohns@123mail.org>2016-10-30 22:18:29 +0100
commit4bb4047e520cd551b7d9bf0a1079103b68e3bf7d (patch)
tree6682773a00dda9ef5f5d3a8afcee262959f4e8c6
parent53bbf4b8808b40cd77679cac48317fcecbd42fa3 (diff)
downloadATCD-4bb4047e520cd551b7d9bf0a1079103b68e3bf7d.tar.gz
updated NEWS
-rw-r--r--ACE/NEWS22
1 files changed, 22 insertions, 0 deletions
diff --git a/ACE/NEWS b/ACE/NEWS
index e3338ac417e..343b5df37df 100644
--- a/ACE/NEWS
+++ b/ACE/NEWS
@@ -1,6 +1,28 @@
USER VISIBLE CHANGES BETWEEN ACE-6.4.1 and ACE-6.4.2
====================================================
+. Added support for getpwnam_r on Solaris 11
+
+. ACE_OSTREAM_TYPE uses the std namespace where applicable
+
+. ACE_WIN32_Asynch_Operation::cancel() uses CancelIOEx on Windows Vista and
+ above
+
+. Bugfix of exported template specializations on Win32 platforms
+ (specifically, ACE_Condition_Recursive_Thread_Mutex)
+
+. Fixed potential memory leak when using the ACE_WIN32_Proactor
+
+. Header sanitizations (specifically, ace/Synch.h)
+
+. Fixed a race condition in ACE_Thread_Manager::task_wait() on Win32
+
+. A (major) cleanup of timer queue code
+
+. Repaired the ACE_Timer_Hash class. This class code was unused for a while
+ and essentially broken due to bit-rot. It is now another (meta-)implementation
+ that can be used stand-alone, or with the other timer queue implementations
+
USER VISIBLE CHANGES BETWEEN ACE-6.4.0 and ACE-6.4.1
====================================================