diff options
| author | rpj <rpj> | 2005-05-27 09:31:17 +0000 | 
|---|---|---|
| committer | rpj <rpj> | 2005-05-27 09:31:17 +0000 | 
| commit | b677d9679e4c6dfa1b6ad8553d716d8887d6e960 (patch) | |
| tree | b921414405995726b378d332f86e29ab4bff2880 | |
| parent | ce73fb344fb6c075465c5989cafdf8b26cc57a7e (diff) | |
''
| -rw-r--r-- | CONTRIBUTORS | 3 | ||||
| -rw-r--r-- | NEWS | 20 | 
2 files changed, 23 insertions, 0 deletions
| diff --git a/CONTRIBUTORS b/CONTRIBUTORS index bece51e..a8838e8 100644 --- a/CONTRIBUTORS +++ b/CONTRIBUTORS @@ -121,3 +121,6 @@ Anuj Goyal		anuj dot goyal at gmail dot com  Gottlob Frege		gottlobfrege at  gmail dot com  					re-implemented pthread_once (version 2)  					(pthread_once cancellation added by rpj). +Vladimir Kliatchko	vladimir at kliatchko dot com +					improvements to pthread_once (version 2) + @@ -1,3 +1,23 @@ +RELEASE 2.7.0 +------------- +(in CVS) + +General +------- +Improvements to pthread_once remove priority boosting and other +complexity to improve robustness and efficiency. +- Vladimir Kliatchko + +All other bug fixes and new features in this release have been +back-ported in release 1.11.0. + +New features +------------ +* Support for Mingw cross development tools added to GNUmakefile. +Mingw cross tools allow building the libraries on Linux. +- Mikael Magnusson + +  RELEASE 2.6.0  -------------  (2005-05-19) | 
