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 /NEWS | |
parent | efd775115f56b7ef3da478289b55a86c0f690db6 (diff) |
Release of snapshot 2003-05-10.snap-2003-05-10
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 16 |
1 files changed, 16 insertions, 0 deletions
@@ -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
-------------------
|