diff options
author | rpj <rpj> | 2005-06-03 08:32:43 +0000 |
---|---|---|
committer | rpj <rpj> | 2005-06-03 08:32:43 +0000 |
commit | 15f1b0bc1f4feeca60ca1dda769928822d6c032a (patch) | |
tree | 26a3693fd7058745a2bd76e8c086dc4d16656049 /NEWS | |
parent | 1908d93b42b01cea49c886e2260fd70ac05becf7 (diff) |
''
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 13 |
1 files changed, 9 insertions, 4 deletions
@@ -1,14 +1,19 @@ RELEASE 1.11.0 ------------- -(in CVS) +(2005-06-04) General ------- +Pthread_once has been re-implemented using the same MCS lock implementation +as version 2.7.0. The size of pthread_once_t has not changed and the +initialisation values in PTHREAD_ONCE_INIT have not changed. However, +applications that peek inside pthread_once_t, which is meant to be opaque, +will break. Versions 1 and 2 remain incompatible even though they are +now identical in performance and functionality. + This release is a back-port of the bug fixes and new features in release 2.7.0. To date, version 1 releases remain fully functionally equivalent to -version 2 releases, including all bug fixes and enhanced compliance. The -difference is that the version 1 pthread_once routine may be significantly -less efficient in some situations. +version 2 releases, including all bug fixes and improved compliance. Testing and verification ------------------------ |