Skip to content

Commit 95c2764

Browse files
committed
VERSION, etc. for rolling 2.1.3rc1
Minor updates to NEWS and README coming along for the ride. Signed-off-by: Howard Pritchard <[email protected]>
1 parent 9df7472 commit 95c2764

File tree

3 files changed

+11
-9
lines changed

3 files changed

+11
-9
lines changed

NEWS

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

56-
2.1.3 -- January, 2018
56+
2.1.3 -- February, 2018
5757
----------------------
5858

5959
Bug fixes/minor improvements:
6060
- Update internal PMIx version to 1.2.5.
61+
- Fix a problem with ompi_info reporting using param option.
62+
Thanks to Alexander Pozdneev for reporting.
6163
- Correct PMPI_Aint_{add|diff} to be functions (not subroutines)
6264
in the Fortran mpi_f08 module.
6365
- Fix a problem when doing MPI I/O using data types with large

README

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ Much, much more information is also available in the Open MPI FAQ:
6868
===========================================================================
6969

7070
The following abbreviated list of release notes applies to this code
71-
base as of this writing (January 2018):
71+
base as of this writing (February 2018):
7272

7373
General notes
7474
-------------

VERSION

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ release=3
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"
@@ -86,13 +86,13 @@ date="Unreleased developer copy"
8686

8787
libmpi_so_version=30:2:10
8888
libmpi_cxx_so_version=30:0:10
89-
libmpi_mpifh_so_version=31:1:11
90-
libmpi_usempi_tkr_so_version=30:1:10
91-
libmpi_usempi_ignore_tkr_so_version=30:1:10
92-
libmpi_usempif08_so_version=30:1:10
89+
libmpi_mpifh_so_version=32:0:12
90+
libmpi_usempi_tkr_so_version=31:0:11
91+
libmpi_usempi_ignore_tkr_so_version=31:0:11
92+
libmpi_usempif08_so_version=31:0:11
9393

94-
libopen_rte_so_version=30:2:10
95-
libopen_pal_so_version=30:2:10
94+
libopen_rte_so_version=30:3:10
95+
libopen_pal_so_version=30:3:10
9696
libmpi_java_so_version=30:0:10
9797
liboshmem_so_version=30:2:10
9898
libompitrace_so_version=30:0:10

0 commit comments

Comments
 (0)