diff --git a/NEWS b/NEWS index eecf032841..b416d511c1 100644 --- a/NEWS +++ b/NEWS @@ -61,12 +61,9 @@ Trunk (not on release branches yet) via --enable-mpi-cxx. -1.8.1 +1.8.2 ----- -- Fix critical bug when mpirun is run by root, files would be removed - from /. Thanks to Jay Fenlason and Orion Poplawski for reporting - and helping track down the issue. - Properly pass function pointers from Fortran to C in the mpi_f08 module, thereby now supporting gfortran 4.9. Thanks to Tobias Burnus for assistance and testing with this issue. @@ -96,6 +93,15 @@ Trunk (not on release branches yet) - Performance improvements for blocking sends and receives. +1.8.1 +----- + +- Fix for critical bug: mpirun removed files (but not directories) + from / when run as root. Thanks to Jay Fenlason and Orion Poplawski + for bringing the issue to our attention and helping identify the + fix. + + 1.8 ---