From 25e5c566c5b050a04fc03851895f72750f016e4e Mon Sep 17 00:00:00 2001 From: rpj Date: Wed, 16 Mar 2005 06:14:52 +0000 Subject: '' --- ANNOUNCE | 2 +- NEWS | 10 ++++++++++ pthread.h | 4 ++-- 3 files changed, 13 insertions(+), 3 deletions(-) diff --git a/ANNOUNCE b/ANNOUNCE index a461083..ecc753a 100644 --- a/ANNOUNCE +++ b/ANNOUNCE @@ -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 diff --git a/NEWS b/NEWS index d47d99b..9480ccf 100644 --- a/NEWS +++ b/NEWS @@ -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) diff --git a/pthread.h b/pthread.h index c4d2ec9..9656cf4 100644 --- a/pthread.h +++ b/pthread.h @@ -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 -- cgit v1.2.3