diff options
Diffstat (limited to 'ANNOUNCE')
-rw-r--r-- | ANNOUNCE | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -1,5 +1,5 @@ - PTHREADS-WIN32 SNAPSHOT 2000-08-13
+ PTHREADS-WIN32 SNAPSHOT 2000-09-08
----------------------------------
Web Site: http://sources.redhat.com/pthreads-win32/
FTP Site: ftp://sources.redhat.com/pub/pthreads-win32
@@ -30,6 +30,8 @@ New: pthread_getw32threadhandle_np
Bugs fixed:
+- Calling pthread_cancel from non-POSIX threads fixed.
+- Possible deadlock threat using pthread_cond_broadcast() reduced.
- TSD key creation race condition;
- Other potential race conditions
associated with initialising various
|