diff options
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 62 |
1 files changed, 51 insertions, 11 deletions
@@ -1,25 +1,65 @@ +RELEASE 1.4.0
+-------------
+(2005-03-16) +
+General +------- + +Version 2.0.0 is being released and version 1.4.0 back-ports the +functionality included in that release. In future, bug fixes +will be back-ported if possible and where appropriate, however, +this will be at the maintainer's descretion. New features will +not generally be back-ported, although some may if they +provide major improvements in compatibility with the standard. + +This is intended as a courtesy to application developers, but as +time moves on, the imperative will fade. + +The package naming has changed, replacing the snapshot date with +the version number + descriptive information. E.g. this +release is "pthreads-w32-1-4-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 +------------
+ +* 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 +73,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 +86,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
|