From 5e232ca5788651bf3331147ce21644deb96aa091 Mon Sep 17 00:00:00 2001 From: Jeff Squyres Date: Wed, 17 May 2006 00:06:30 +0000 Subject: [PATCH] Add NEWS item for the leave_pinned/malloc fix This commit was SVN r9947. --- NEWS | 2 ++ 1 file changed, 2 insertions(+) diff --git a/NEWS b/NEWS index 9e23b04bb5..3f0a1d2225 100644 --- a/NEWS +++ b/NEWS @@ -60,6 +60,8 @@ version 1.0. 1.0.3 ----- +- Fixed problems with leave_pinned that could cause Badness with the + mvapi BTL. - Fixed problems with MPI_FILE_OPEN and non-blocking MPI-2 IO access. - Fixed various InfiniBand port matching issues during startup. Thanks to Scott Weitzenkamp for identifying these problems.