From 2f7a306542a00c6920c296cfc2f34b8732c64ca1 Mon Sep 17 00:00:00 2001 From: rpj Date: Thu, 14 Aug 2003 16:58:51 +0000 Subject: Updated for snapshot release. --- NEWS | 39 +++++++++++++++++++++++++++++++++++++++ 1 file changed, 39 insertions(+) (limited to 'NEWS') diff --git a/NEWS b/NEWS index b151f33..bc0d982 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,42 @@ +SNAPSHOT 2003-08-15 +------------------- + +Bug fixes +--------- + +* pthread.dsp now uses correct compile flags (/MD). +- Viv + +* pthread_win32_process_detach_np() fixed memory leak. +- Steven Reddie + +* pthread_mutex_destroy() fixed incorrect return code. +- Nicolas Barry + +* pthread_spin_destroy() fixed memory leak. +- Piet van Bruggen + +* Various changes to tighten arg checking, and to work with later versions of +MinGW32 and MsysDTK. + +* pthread_getschedparam() etc, fixed dangerous thread validity checking. +- Nicolas Barry + +* POSIX thread handles are now reused and their memory is not freed on thread exit. +This allows for stronger thread validity checking. + +New standard routine +-------------------- + +* pthread_kill() added to provide thread validity checking to applications. +It does not accept any non zero values for the signal arg. + +New test cases +-------------- + +* New test cases to confirm validity checking, pthread_kill(), and thread reuse. + + SNAPSHOT 2003-05-10 ------------------- -- cgit v1.2.3