Skip to content

Commit 11c8090

Browse files
committed
dist: Update VERSION and NEWS for 3.0.3rc1
Signed-off-by: Brian Barrett <[email protected]>
1 parent b08fb3e commit 11c8090

File tree

2 files changed

+23
-6
lines changed

2 files changed

+23
-6
lines changed

NEWS

Lines changed: 18 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,24 @@ This file contains notable changes between releases for each release since
3636
Open MPI 1.0. Because Open MPI maintains multiple release branches at any time,
3737
it is possible for items to appear more than once in the list.
3838

39+
3.0.3 -- August, 2018
40+
---------------------
41+
42+
- Assorted Portals 4.0 bug fixes.
43+
- Fix for possible data corruption in MPI_BSEND.
44+
- Move shared memory file for vader btl into /dev/shm on Linux.
45+
- Fix for MPI_ISCATTER/MPI_ISCATTERV Fortran interfaces with MPI_IN_PLACE.
46+
- Upgrade PMIx to v2.1.3.
47+
- Fix for Power9 built-in atomics.
48+
- Numerous One-sided bug fixes.
49+
- Fix for race condition in uGNI BTL.
50+
- Improve handling of large number of interfaces with TCP BTL.
51+
- Numerous UCX bug fixes.
52+
- Add support for QLogic and Broadcom Cumulus RoCE HCAs to Open IB BTL.
53+
- Add patcher support for aarch64.
54+
- Fix hang on Power and ARM when Open MPI was built with low compiler
55+
optimization settings.
56+
3957
3.0.2 -- June, 2018
4058
-------------------
4159

@@ -60,7 +78,6 @@ it is possible for items to appear more than once in the list.
6078
https://github.com/open-mpi/ompi/issues/4349#issuecomment-374970982
6179
for more information.
6280

63-
6481
3.0.1 -- March, 2018
6582
----------------------
6683

VERSION

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

27-
greek=a1
27+
greek=rc1
2828

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

85-
libmpi_so_version=40:2:0
85+
libmpi_so_version=40:3:0
8686
libmpi_cxx_so_version=40:0:0
87-
libmpi_mpifh_so_version=40:1:0
87+
libmpi_mpifh_so_version=41:2:1
8888
libmpi_usempi_tkr_so_version=40:1:0
8989
libmpi_usempi_ignore_tkr_so_version=40:1:0
9090
libmpi_usempif08_so_version=40:1:0
91-
libopen_rte_so_version=40:2:0
92-
libopen_pal_so_version=41:1:1
91+
libopen_rte_so_version=40:3:0
92+
libopen_pal_so_version=41:3:1
9393
libmpi_java_so_version=40:0:0
9494
liboshmem_so_version=41:1:1
9595
libompitrace_so_version=40:0:0

0 commit comments

Comments
 (0)