From 4d6967efc42cd2ce9c0c40a6c0a4697d6a8a26e1 Mon Sep 17 00:00:00 2001 From: Jeff Squyres Date: Wed, 18 Dec 2013 13:31:46 +0000 Subject: [PATCH] Sync 1.6.6 bullets with v1.6 branch This commit was SVN r29952. --- NEWS | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/NEWS b/NEWS index 08b554932e..4a743cfebe 100644 --- a/NEWS +++ b/NEWS @@ -308,6 +308,15 @@ Trunk (not on release branches yet) 1.6.6 (unreleased) ------------------ +- Correctly handle the invalid status for NULL and inactive requests. + Thanks to KAWASHIMA Takahiro for submitting the initial patch. +- Fixed MPI_STATUS_SIZE Fortran issue when used with 8-byte Fortran + INTEGERs and 4-byte C ints. Since this issue affects ABI, it is + only enabled if Open MPI is configured with + --enable-abi-breaking-fortran-status-i8-fix. Thanks to Jim Parker + for supplying the initial patch. +- Fix datatype issue for sending from the middle of non-contiguous + data. - Fixed failure error with pty support. Thanks to Michal Pecio for the patch. - Fixed debugger support for direct-launched jobs.