diff options
author | rpj <rpj> | 2005-05-19 05:12:06 +0000 |
---|---|---|
committer | rpj <rpj> | 2005-05-19 05:12:06 +0000 |
commit | 33654f95ff2689206f2e5df95de3470f0843395b (patch) | |
tree | 10daa8e3e68aa90661366b8a357c408cfb6f87f2 | |
parent | e2b095170c668dae830322e030ef147dd2ff17ee (diff) |
''
-rw-r--r-- | NEWS | 15 |
1 files changed, 15 insertions, 0 deletions
@@ -2,6 +2,21 @@ RELEASE 1.10.0 ------------- (2005-05-19) +General +------- +This release is a back-port of the bug fixes and new features in release +2.6.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. + +Testing and verification +------------------------ +This release has been tested (passed the test suite) on both uni-processor +and multi-processor systems. Thanks to Tim Theisen at TomoTherapy for +exhaustively running the MP tests and for providing crutial observations +and data when faults are detected. + Bugs fixed ---------- |