summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorrpj <rpj>2005-03-16 06:15:48 +0000
committerrpj <rpj>2005-03-16 06:15:48 +0000
commite01f06b3309760ffde46829bbee2c7234fd521c3 (patch)
treead3b0785c5d180d5629da359f6ac5040cd928dd4
parente2e9fa5538bc4f00dec031cb98f832159e2bb33c (diff)
-rw-r--r--ANNOUNCE2
-rw-r--r--NEWS10
-rw-r--r--pthread.h4
3 files changed, 13 insertions, 3 deletions
diff --git a/ANNOUNCE b/ANNOUNCE
index 084a628..61647bd 100644
--- a/ANNOUNCE
+++ b/ANNOUNCE
@@ -1,4 +1,4 @@
- PTHREADS-WIN32 RELEASE 2.0.0 (2005-03-16)
+ PTHREADS-WIN32 RELEASE 2.1.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 9bef3c2..b9d56bb 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,13 @@
+RELEASE 2.1.0
+-------------
+(2005-03-16)
+
+Bugs fixed
+----------
+
+* Reverse change to pthread_setcancelstate() in 2.0.0.
+
+
RELEASE 2.0.0
-------------
(2005-03-16)
diff --git a/pthread.h b/pthread.h
index 193e20f..a9196c6 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 2,0,0,0
-#define PTW32_VERSION_STRING "2, 0, 0, 0\0"
+#define PTW32_VERSION 2,1,0,0
+#define PTW32_VERSION_STRING "2, 1, 0, 0\0"
/* There are three implementations of cancel cleanup.
* Note that pthread.h is included in both application