summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorrpj <rpj>2005-03-16 01:36:11 +0000
committerrpj <rpj>2005-03-16 01:36:11 +0000
commite74acb9f56d1a46ba56e007352c2170c835ecb48 (patch)
treeabfbbf2f9a33a2f1192433aa5ba571bc02f9e08e /NEWS
parent9b477bedafd2450735b78cdedc7af5e090aa8934 (diff)
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS59
1 files changed, 48 insertions, 11 deletions
diff --git a/NEWS b/NEWS
index 434f37e..82d168c 100644
--- a/NEWS
+++ b/NEWS
@@ -1,25 +1,62 @@
+RELEASE 2.0.0^M
+-------------^M
+(2005-03-16)
+^M
+General
+-------
+
+This release represents an ABI change and the DLL version naming has
+incremented from 1 to 2, e.g. pthreadVC2.dll.
+
+Version 1.4.0 back-ports the new functionality included in this
+release. Please distribute DLLs built from that version with updates
+to applications built on pthreads-win32 version 1.x.x.
+
+The package naming has changed, replacing the snapshot date with
+the version number + descriptive information. E.g. this
+release is "pthreads-w32-2-0-0-release".
+
+Bugs fixed
+----------
+
+* pthread_setcancelstate() no longer checks for a pending
+async cancel event if the library is using alertable async
+cancel. See the README file (Prerequisites section) for info
+on adding alertable async cancelation.
+
+New features
+------------^M
+
+* pthread_once() now supports init_routine cancellability.
+
+New tests
+---------
+
+* Agressively test pthread_once() init_routine cancellability.
+
+
SNAPSHOT 2005-03-08
-------------------
-Version 1.3.0
+Version 1.3.0
Bug reports (fixed)
-------------------
-* Implicitly created threads leave Win32 handles behind after exiting.
-- Dmitrii Semii
+* Implicitly created threads leave Win32 handles behind after exiting.
+- Dmitrii Semii
-* pthread_once() starvation problem.
-- Gottlob Frege
+* pthread_once() starvation problem.
+- Gottlob Frege
-New tests
----------
+New tests
+---------
-* More intense testing of pthread_once().
+* More intense testing of pthread_once().
SNAPSHOT 2005-01-25
-------------------
-Version 1.2.0
+Version 1.2.0
Bug fixes
---------
@@ -33,7 +70,7 @@ to not be woken when the mutex was released.
SNAPSHOT 2005-01-03
-------------------
-Version 1.1.0
+Version 1.1.0
Bug fixes
---------
@@ -46,7 +83,7 @@ snapshot-2004-11-03).
SNAPSHOT 2004-11-22
-------------------
-Version 1.0.0
+Version 1.0.0
This snapshot primarily fixes the condvar bug introduced in
snapshot-2004-11-03. DLL versioning has also been included to allow