From 6bee519d67628d44c47644242afc178b1c878dfa Mon Sep 17 00:00:00 2001 From: rpj Date: Sat, 10 May 2003 06:49:53 +0000 Subject: Release of snapshot 2003-05-10. --- NEWS | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) (limited to 'NEWS') diff --git a/NEWS b/NEWS index 24d6511..b151f33 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,19 @@ +SNAPSHOT 2003-05-10 +------------------- + +Bug fixes +--------- + +* pthread_mutex_trylock() now returns correct error values. +pthread_mutex_destroy() will no longer destroy a recursively locked mutex. +pthread_mutex_lock() is no longer inadvertantly behaving as a cancelation point. +- Thomas Pfaff + +* pthread_mutex_timedlock() no longer occasionally sets incorrect mutex +ownership, causing deadlocks in some applications. +- Robert Strycek and Alexander Terekhov + + SNAPSHOT 2002-11-04 ------------------- -- cgit v1.2.3