From 1452de3034e2880dd702b91cf8ff49311e2630af Mon Sep 17 00:00:00 2001 From: Jeff Squyres Date: Fri, 19 Jan 2007 14:28:09 +0000 Subject: [PATCH] Sync with the 1.1 NEWS; move a few items down to the 1.1.3 section. This commit was SVN r13210. --- NEWS | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/NEWS b/NEWS index 2009698194..b8952ac108 100644 --- a/NEWS +++ b/NEWS @@ -41,11 +41,6 @@ Trunk (not on release branches yet) 1.2 --- -- Fixed the type of the first parameter to the MPI F90 binding for - MPI_INITIALIZED. Thanks to Tim Campbell for pointing out the - problem. -- Fix a bunch of places in the Fortran MPI bindings where MPI_Fint was - mistakenly being used instead of MPI_Aint. - Fixes for endian handling in MPI process startup. - Openib BTL initialization fixes for cases where MPI processes in the same job has different numbers of active ports on the same physical @@ -110,6 +105,11 @@ Trunk (not on release branches yet) 1.1.3 ----- +- Fixed the type of the first parameter to the MPI F90 binding for + MPI_INITIALIZED. Thanks to Tim Campbell for pointing out the + problem. +- Fix a bunch of places in the Fortran MPI bindings where (MPI_Fint*) + was mistakenly being used instead of (MPI_Aint*). - Fixes for fortran MPI_STARTALL, which could sometimes return incorrect request values. Thanks to Tim Campbell for pointing out the problem.