Skip to content

Commit

Permalink
updated NEWS
Browse files Browse the repository at this point in the history
  • Loading branch information
Erik Sohns committed Oct 30, 2016
1 parent 53bbf4b commit 4bb4047
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions ACE/NEWS
Original file line number Diff line number Diff line change
@@ -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
====================================================

Expand Down

0 comments on commit 4bb4047

Please sign in to comment.