diff options
author | rpj <rpj> | 2003-05-10 06:49:53 +0000 |
---|---|---|
committer | rpj <rpj> | 2003-05-10 06:49:53 +0000 |
commit | 6bee519d67628d44c47644242afc178b1c878dfa (patch) | |
tree | 6a59a84e8f3a0ccb3a5ecacdf833e3f68008f628 | |
parent | efd775115f56b7ef3da478289b55a86c0f690db6 (diff) |
Release of snapshot 2003-05-10.snap-2003-05-10
-rw-r--r-- | ANNOUNCE | 2 | ||||
-rw-r--r-- | NEWS | 16 |
2 files changed, 17 insertions, 1 deletions
@@ -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
@@ -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 <tpfaff@gmx.net>
+
+* pthread_mutex_timedlock() no longer occasionally sets incorrect mutex
+ownership, causing deadlocks in some applications.
+- Robert Strycek <strycek@posam.sk> and Alexander Terekhov <TEREKHOV@de.ibm.com>
+
+
SNAPSHOT 2002-11-04
-------------------
|