From 83ddd7a3c5f89b0f922ee0efc2dbf31d0795dde7 Mon Sep 17 00:00:00 2001 From: Tim Mattox Date: Sat, 14 Apr 2007 22:37:19 +0000 Subject: [PATCH] Update some NEWS entries for the upcoming 1.2.1 release. This commit was SVN r14379. --- NEWS | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/NEWS b/NEWS index 5948ad7c73..d081d198e2 100644 --- a/NEWS +++ b/NEWS @@ -45,9 +45,6 @@ Trunk (not on release branches yet) - Added checkpoint/restart process fault tolerance support. Initially support a LAM/MPI-like protocol. --> Expected: 1.3 -- Fixed a number of connection establishment errors in the TCP out- - of-band messaging system. - --> Expected: 1.2.x - If pbs-config can be found, use it to look for TM support. Thanks to Bas van der Viles for the inspiration and preliminary work. --> Expected: ?1.2.x? @@ -56,6 +53,10 @@ Trunk (not on release branches yet) 1.2.1 ----- +- Fixed a number of connection establishment errors in the TCP out- + of-band messaging system. +- Fixed a memory leak when using mpi_comm calls. + Thanks to Bas van der Vlies for reporting the problem. - Fixed various memory leaks in OPAL and ORTE. - Improved launch times when using TM (PBS Pro, Torque, Open PBS). - Fixed mpi_leave_pinned to work for all datatypes.