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. --- ANNOUNCE | 2 +- NEWS | 16 ++++++++++++++++ 2 files changed, 17 insertions(+), 1 deletion(-) diff --git a/ANNOUNCE b/ANNOUNCE index 64f00df..6c4d4be 100644 --- a/ANNOUNCE +++ b/ANNOUNCE @@ -1,4 +1,4 @@ - PTHREADS-WIN32 SNAPSHOT 2002-11-04 + PTHREADS-WIN32 SNAPSHOT 2003-05-10 ---------------------------------- Web Site: http://sources.redhat.com/pthreads-win32/ FTP Site: ftp://sources.redhat.com/pub/pthreads-win32 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