Skip to content

Commit 29a4281

Browse files
committed
dist: Update NEWS and VERSION for 3.1.2
Signed-off-by: Brian Barrett <[email protected]>
1 parent 4e760e3 commit 29a4281

File tree

2 files changed

+16
-6
lines changed

2 files changed

+16
-6
lines changed

NEWS

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,9 +55,19 @@ included in the vX.Y.Z section and be denoted as:
5555
(** also appeared: A.B.C) -- indicating that this item was previously
5656
included in release version vA.B.C.
5757

58-
3.1.2 -- September, 2018
58+
3.1.2 -- August, 2018
5959
------------------------
6060

61+
- Assorted Portals 4.0 bug fixes.
62+
- Fix for possible data corruption in MPI_BSEND.
63+
- Move shared memory file for vader btl into /dev/shm on Linux.
64+
- Fix for MPI_ISCATTER/MPI_ISCATTERV Fortran interfaces with MPI_IN_PLACE.
65+
- Upgrade PMIx to v2.1.3.
66+
- Numerous One-sided bug fixes.
67+
- Fix for race condition in uGNI BTL.
68+
- Improve handling of large number of interfaces with TCP BTL.
69+
- Numerous UCX bug fixes.
70+
6171
3.1.1 -- June, 2018
6272
-------------------
6373

VERSION

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ release=2
2626
# requirement is that it must be entirely printable ASCII characters
2727
# and have no white space.
2828

29-
greek=a1
29+
greek=rc1
3030

3131
# If repo_rev is empty, then the repository version number will be
3232
# obtained during "make dist" via the "git describe --tags --always"
@@ -84,14 +84,14 @@ date="Unreleased developer copy"
8484
# Version numbers are described in the Libtool current:revision:age
8585
# format.
8686

87-
libmpi_so_version=50:1:10
87+
libmpi_so_version=50:2:10
8888
libmpi_cxx_so_version=50:0:10
89-
libmpi_mpifh_so_version=50:1:10
89+
libmpi_mpifh_so_version=51:2:11
9090
libmpi_usempi_tkr_so_version=50:1:10
9191
libmpi_usempi_ignore_tkr_so_version=50:1:10
9292
libmpi_usempif08_so_version=50:1:10
93-
libopen_rte_so_version=50:1:10
94-
libopen_pal_so_version=50:1:10
93+
libopen_rte_so_version=50:2:10
94+
libopen_pal_so_version=50:2:10
9595
libmpi_java_so_version=50:0:10
9696
liboshmem_so_version=50:1:10
9797
libompitrace_so_version=50:0:10

0 commit comments

Comments
 (0)