summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorrpj <rpj>2003-08-14 16:58:51 +0000
committerrpj <rpj>2003-08-14 16:58:51 +0000
commit2f7a306542a00c6920c296cfc2f34b8732c64ca1 (patch)
tree4cf671b92e6e28d41ba846af157e9e81ac254540
parentebd16f1f5de7cab1b6f6a75ec0f9fab8ceff94c9 (diff)
Updated for snapshot release.snap-2003-08-15
-rw-r--r--ANNOUNCE2
-rw-r--r--CONTRIBUTORS2
-rw-r--r--NEWS39
3 files changed, 42 insertions, 1 deletions
diff --git a/ANNOUNCE b/ANNOUNCE
index 1e57659..a7782a7 100644
--- a/ANNOUNCE
+++ b/ANNOUNCE
@@ -1,4 +1,4 @@
- PTHREADS-WIN32 SNAPSHOT 2003-05-10
+ PTHREADS-WIN32 SNAPSHOT 2003-08-15
----------------------------------
Web Site: http://sources.redhat.com/pthreads-win32/
FTP Site: ftp://sources.redhat.com/pub/pthreads-win32
diff --git a/CONTRIBUTORS b/CONTRIBUTORS
index 9f6ba6a..d4f4316 100644
--- a/CONTRIBUTORS
+++ b/CONTRIBUTORS
@@ -103,4 +103,6 @@ Rob Fanner rfanner@stonethree.com
Michael Johnson michaelj@maine.rr.com
Bug fix.
Nicolas Barry boozai@yahoo.com
+ Bug fixes.
+Piet van Bruggen pietvb@newbridges.nl
Bug fix.
diff --git a/NEWS b/NEWS
index b151f33..bc0d982 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,42 @@
+SNAPSHOT 2003-08-15
+-------------------
+
+Bug fixes
+---------
+
+* pthread.dsp now uses correct compile flags (/MD).
+- Viv <vcotirlea@hotmail.com>
+
+* pthread_win32_process_detach_np() fixed memory leak.
+- Steven Reddie <Steven.Reddie@ca.com>
+
+* pthread_mutex_destroy() fixed incorrect return code.
+- Nicolas Barry <boozai@yahoo.com>
+
+* pthread_spin_destroy() fixed memory leak.
+- Piet van Bruggen <pietvb@newbridges.nl>
+
+* Various changes to tighten arg checking, and to work with later versions of
+MinGW32 and MsysDTK.
+
+* pthread_getschedparam() etc, fixed dangerous thread validity checking.
+- Nicolas Barry <boozai@yahoo.com>
+
+* POSIX thread handles are now reused and their memory is not freed on thread exit.
+This allows for stronger thread validity checking.
+
+New standard routine
+--------------------
+
+* pthread_kill() added to provide thread validity checking to applications.
+It does not accept any non zero values for the signal arg.
+
+New test cases
+--------------
+
+* New test cases to confirm validity checking, pthread_kill(), and thread reuse.
+
+
SNAPSHOT 2003-05-10
-------------------