summaryrefslogtreecommitdiff
path: root/ANNOUNCE
diff options
context:
space:
mode:
authorrpj <rpj>2004-11-03 01:08:41 +0000
committerrpj <rpj>2004-11-03 01:08:41 +0000
commitec8290acdaea21b16d98f1ef5d4ae8a28ab2109a (patch)
tree0bd3750ec1cc12594b6cfe69473e393da6ec101b /ANNOUNCE
parentcccaf0c2c82e78a72d69a4a50c872f308bed2f65 (diff)
Mutex, semaphore, thread ID, test suite changes - see ChangeLogs
Diffstat (limited to 'ANNOUNCE')
-rw-r--r--ANNOUNCE7
1 files changed, 4 insertions, 3 deletions
diff --git a/ANNOUNCE b/ANNOUNCE
index 9784535..8528af8 100644
--- a/ANNOUNCE
+++ b/ANNOUNCE
@@ -1,4 +1,4 @@
- PTHREADS-WIN32 SNAPSHOT 2004-06-22
+ PTHREADS-WIN32 SNAPSHOT 2004-11-03
----------------------------------
Web Site: http://sources.redhat.com/pthreads-win32/
FTP Site: ftp://sources.redhat.com/pub/pthreads-win32
@@ -22,13 +22,14 @@ General Public License (LGPL).
Acknowledgements
----------------
-This library is based substantially on a Win32 pthreads
+This library is based originally on a Win32 pthreads
implementation contributed by John Bossom <John.Bossom@cognos.com>.
The implementation of Condition Variables uses algorithms developed
by Alexander Terekhov and Louis Thomas.
-The implementation of POSIX mutexes has been improved by Thomas Pfaff.
+The implementation of POSIX mutexes has been improved by Thomas Pfaff
+and later by Alexander Terekhov.
The implementation of Spinlocks and Barriers was contributed
by Ross Johnson.