diff options
-rw-r--r-- | NEWS | 119 |
1 files changed, 69 insertions, 50 deletions
@@ -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
-------------------
|