From 30c126f45b1a98e868ebb5d9ada7fb078c927d56 Mon Sep 17 00:00:00 2001 From: Jeff Squyres Date: Mon, 18 May 2009 15:27:37 +0000 Subject: [PATCH] Add note about Fortran EXTRA_STATE stuff This commit was SVN r21251. --- NEWS | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/NEWS b/NEWS index 59c0d16ecf..4d06d420c2 100644 --- a/NEWS +++ b/NEWS @@ -47,6 +47,10 @@ Trunk (not on release branches yet) 1.3.3 (expected) ---------------- +- Change the behavior of the EXTRA_STATE parameter that is passed to + Fortran attribute callback functions: this value is now stored + internally in MPI -- it no longer references the original value + passed by MPI_*_CREATE_KEYVAL. - Fix MPI_GROUP_COMPARE behavior with regards to MPI_IDENT. Thanks to Geoffrey Irving for identifying the problem and supplying the fix. - Silence gcc 4.1 compiler warnings about type punning. Thanks to