From 4bb4047e520cd551b7d9bf0a1079103b68e3bf7d Mon Sep 17 00:00:00 2001 From: Erik Sohns Date: Sun, 30 Oct 2016 22:18:29 +0100 Subject: updated NEWS --- ACE/NEWS | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) 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 ==================================================== -- cgit v1.2.1