Skip to content

Commit 2ac1942

Browse files
author
Ralph Castain
committed
Prep NEWS for 1.8.7
1 parent fc686f5 commit 2ac1942

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed

NEWS

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,27 @@ Master (not on release branches yet)
7171
missing return code MPI_T_INVALID_NAME.
7272

7373

74+
1.8.7
75+
----
76+
** NOTE: v1.8.7 technically breaks ABI with prior versions
77+
** in the 1.8 series because it repairs two incorrect API
78+
** signatures. However, users will only need to recompile
79+
** if they were using those functions - which they couldn't
80+
** have been, because the signatures were wrong :-)
81+
82+
- Plugged a memory leak that impacted blocking sends
83+
- Fixed incorrect declaration for MPI_T_pvar_get_index and added
84+
missing return code MPI_T_INVALID_NAME.
85+
- Fixed an uninitialized variable in PMI2 support
86+
- Added new vendor part id for Mellanox ConnectX4-LX
87+
- Fixed NBC_Copy for legitimate zero-size messages
88+
- Fixed MPI_Win_post and MPI_Win_start for zero-size messages
89+
- Protect the OOB ports from segfaulting when accessed by port scanners
90+
- Fixed several Fortran typos
91+
- Fixed configure detection of XRC support
92+
- Fixed support for highly heterogeneous systems to avoid
93+
memory corruption when printing out the bindings
94+
7495
1.8.6
7596
-----
7697

0 commit comments

Comments
 (0)