summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorrpj <rpj>2005-05-27 14:48:38 +0000
committerrpj <rpj>2005-05-27 14:48:38 +0000
commit907aa076dc93778c928e3da6ec7037de60ccd589 (patch)
treec9dba2cd8183f29a822012f6d1d56406249295e9
parent50eea7300d7e9b666cc5115c4e4c4af79a1bfa53 (diff)
''
-rw-r--r--ChangeLog2
-rw-r--r--NEWS6
-rw-r--r--pthread.h7
3 files changed, 10 insertions, 5 deletions
diff --git a/ChangeLog b/ChangeLog
index cfeafcb..845cd8d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,7 +1,7 @@
2005-05-27 Alexander Gottwald <alexander.gottwald at s1999.tu-chemnitz.de>
* pthread.h: Some things, like HANDLE, were only defined if
- PTW32_LEVEL was >= 3 - they should always be defined.
+ PTW32_LEVEL was >= 3. They should always be defined.
2005-05-25 Vladimir Kliatchko <vladimir at kliatchko.com>
diff --git a/NEWS b/NEWS
index 744e003..5d8aa0d 100644
--- a/NEWS
+++ b/NEWS
@@ -11,6 +11,12 @@ complexity to improve robustness and efficiency.
All other bug fixes and new features in this release have been
back-ported in release 1.11.0.
+Testing and verification
+------------------------
+This release has been tested (passed the test suite) on both uni-processor
+and multi-processor systems.
+- Tim Theisen
+
New features
------------
* Support for Mingw cross development tools added to GNUmakefile.
diff --git a/pthread.h b/pthread.h
index 4d9bdfd..00b81fe 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,6,0,0
-#define PTW32_VERSION_STRING "2, 6, 0, 0\0"
+#define PTW32_VERSION 2,7,0,0
+#define PTW32_VERSION_STRING "2, 7, 0, 0\0"
/* There are three implementations of cancel cleanup.
* Note that pthread.h is included in both application
@@ -289,8 +289,7 @@ enum {
/*
* To avoid including windows.h we define only those things that we
- * actually need from it. I don't like the potential incompatibility that
- * this creates with future versions of windows.
+ * actually need from it.
*/
#ifndef PTW32_INCLUDE_WINDOWS_H
#ifndef HANDLE