diff options
author | rpj <rpj> | 2005-03-16 06:14:52 +0000 |
---|---|---|
committer | rpj <rpj> | 2005-03-16 06:14:52 +0000 |
commit | 25e5c566c5b050a04fc03851895f72750f016e4e (patch) | |
tree | ffd7a79ade9fed955bb5b7a99972f27c6b2a7d10 | |
parent | 37ed3c02272ff6ef9786bdce2271dd98ab3bad9e (diff) |
-rw-r--r-- | ANNOUNCE | 2 | ||||
-rw-r--r-- | NEWS | 10 | ||||
-rw-r--r-- | pthread.h | 4 |
3 files changed, 13 insertions, 3 deletions
@@ -1,4 +1,4 @@ - PTHREADS-WIN32 RELEASE 1.4.0 (2005-03-16)
+ PTHREADS-WIN32 RELEASE 1.5.0 (2005-03-16)
-------------------------------------------
Web Site: http://sources.redhat.com/pthreads-win32/
FTP Site: ftp://sources.redhat.com/pub/pthreads-win32
@@ -1,3 +1,13 @@ +RELEASE 1.5.0
+-------------
+(2005-03-16) +
+Bugs fixed +---------- + +* Reverse change to pthread_setcancelstate() made in 1.4.0. + + RELEASE 1.4.0
-------------
(2005-03-16) @@ -37,8 +37,8 @@ * See the README file for an explanation of the pthreads-win32 version * numbering scheme and how the DLL is named etc. */ -#define PTW32_VERSION 1,4,0,0 -#define PTW32_VERSION_STRING "1, 4, 0, 0\0" +#define PTW32_VERSION 1,5,0,0 +#define PTW32_VERSION_STRING "1, 5, 0, 0\0" /* There are three implementations of cancel cleanup. * Note that pthread.h is included in both application |