From c03fb5bae8774d205a07028da0a40e5f4c354f00 Mon Sep 17 00:00:00 2001 From: Jeff Squyres Date: Wed, 27 Sep 2006 21:31:59 +0000 Subject: [PATCH] Update NEWS This commit was SVN r11854. --- NEWS | 3 +++ 1 file changed, 3 insertions(+) diff --git a/NEWS b/NEWS index 7789ac32bd..aff65c0eb9 100644 --- a/NEWS +++ b/NEWS @@ -65,6 +65,9 @@ version 1.0. 1.1.2 ----- +- Fix off-by-one error check in MPI_INFO_GET_NTHKEY. Thanks to + Lisandro Dalcin for reporting the problem. +- Fix receiving messages to buffers allocated by MPI_ALLOC_MEM. - Fix the "tuned" collective componenete where some cases where MPI_BCAST could hang. - Update TCP support to support non-uniform TCP environments.