From 824ef791f9419bc144f9421c6185ef0c9070e5e0 Mon Sep 17 00:00:00 2001 From: Tim Mattox Date: Fri, 20 Jul 2007 00:05:14 +0000 Subject: [PATCH] Updated the 1.2.4 section of the NEWS file with yet more changes. This commit was SVN r15525. --- NEWS | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/NEWS b/NEWS index fc816466fa..7492d7a694 100644 --- a/NEWS +++ b/NEWS @@ -61,9 +61,6 @@ Trunk (not on release branches yet) - Fixed a segfault crash on large SMPs when doing collectives. --> Expected: 1.2.4 -- Add support for the DDT parallel debugger via orterun's --debug - command line option. - --> Expected: 1.2.4 - Fix a problem with MPI_BOTTOM in various places of the f77-interface. Thanks to Daniel Spangberg for bringing this up. --> Expected 1.2.x @@ -83,6 +80,11 @@ Trunk (not on release branches yet) 1.2.4 ----- +- Fixed some problems with the IO forwarding (IOF) code. +- Fixed overflow problems with the sm mpool MCA parameters on large SMPs. +- Add support for the DDT parallel debugger via orterun's --debug + command line option. +- Added some checks to the openib parameter parsing code. - Updated the udapl BTL to use RDMA capabilities. - Allow use of the Bproc head node if it was allocated to the user. Thanks to Sean Kelly for reporting the problem and helping debug it.