summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorrpj <rpj>2005-04-04 01:54:17 +0000
committerrpj <rpj>2005-04-04 01:54:17 +0000
commitdbf249ec4869b6238bb0685027b7286937d47433 (patch)
treec7720ab6ae031622bb66630ed0f0fd59fe8b6cf8
parentf3dcd1b1e1f20a9d57663a3d5ee8c575fcb6935b (diff)
''
-rw-r--r--NEWS119
1 files changed, 69 insertions, 50 deletions
diff --git a/NEWS b/NEWS
index 9480ccf..4dab0b4 100644
--- a/NEWS
+++ b/NEWS
@@ -1,71 +1,90 @@
+RELEASE 1.6.0
+-------------
+(2005-04-04)
+
+General
+-------
+
+* Added makefile targets to build static link versions of the library.
+Both MinGW and MSVC. Please note that this does not imply any change
+to the LGPL licensing, which still imposes specific conditions on
+distributing software that has been statically linked with this library.
+
+Bugs fixed
+----------
+
+* Fix integer overrun error in sem_timedwait().
+Kevin Lussier
+
+
RELEASE 1.5.0
-------------
-(2005-03-16)
-
-Bugs fixed
-----------
-
-* Reverse change to pthread_setcancelstate() made in 1.4.0.
-
-
+(2005-03-16)
+
+Bugs fixed
+----------
+
+* Reverse change to pthread_setcancelstate() made in 1.4.0.
+
+
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
+(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.
-
-
+
+* pthread_once() now supports init_routine cancellability.
+
+New tests
+---------
+
+* Agressively test pthread_once() init_routine cancellability.
+
+
SNAPSHOT 2005-03-08
-------------------
Version 1.3.0
Bug reports (fixed)
-------------------
-
+
* Implicitly created threads leave Win32 handles behind after exiting.
- Dmitrii Semii
-
+
* pthread_once() starvation problem.
- Gottlob Frege
-
+
New tests
---------
-
+
* More intense testing of pthread_once().
-
+
SNAPSHOT 2005-01-25
-------------------