From 3f0f09fd1f38be9810bd105514406b104dc5e4de Mon Sep 17 00:00:00 2001 From: Tim Mattox Date: Mon, 7 Apr 2008 16:39:58 +0000 Subject: [PATCH] Update the NEWS file for the release of 1.2.6, plus spelling fixes. This commit was SVN r18093. --- NEWS | 16 +++++++++++----- 1 file changed, 11 insertions(+), 5 deletions(-) diff --git a/NEWS b/NEWS index 2d32dcbd67..72d14d0447 100644 --- a/NEWS +++ b/NEWS @@ -1,4 +1,4 @@ -Copyright (c) 2004-2007 The Trustees of Indiana University and Indiana +Copyright (c) 2004-2008 The Trustees of Indiana University and Indiana University Research and Technology Corporation. All rights reserved. Copyright (c) 2004-2006 The University of Tennessee and The University @@ -92,10 +92,16 @@ Trunk (not on release branches yet) --> Expected: 1.3 -1.2.6 (not released yet) +1.2.7 (might never be released) ----- -- Fix a bug in the inter-allgather for asymetric inter-communicators. +- Nothing new yet. + + +1.2.6 +----- + +- Fix a bug in the inter-allgather for asymmetric inter-communicators. Thanks to Martin Audet fro the bug report. See ticket #1247. - Fix a bug in the openib BTL when setting the CQ depth. Thanks to Jon Mason for the bug report and fix. See ticket #1245. @@ -108,12 +114,12 @@ Trunk (not on release branches yet) - Added pml_ob1_use_early_completion MCA parameter to allow users to turn off the OB1 early completion semantic and avoid "stall" problems seen on InfiniBand in some cases. See ticket #1224. -- Sanitised some #define macros used in mpi.h to avoid compiler warnings +- Sanitized some #define macros used in mpi.h to avoid compiler warnings caused by MPI programs built with different autoconf versions. Thanks to Ben Allan for reporting the problem, and thanks to Brian Barrett for the fix. See ticket #1220. - Some man page fixes from the Debian maintainers. See ticket #1219. -- Made the openib BTL a bit more resillient in the face of driver +- Made the openib BTL a bit more resilient in the face of driver errors. See ticket #1217. - Fixed F90 interface for MPI_CART_CREATE. See ticket #1208. Thanks to Michal Charemza for reporting the problem.