File tree Expand file tree Collapse file tree 2 files changed +18
-3
lines changed Expand file tree Collapse file tree 2 files changed +18
-3
lines changed Original file line number Diff line number Diff line change 17
17
18
18
major=3
19
19
minor=0
20
- release=7
20
+ release=8
21
21
22
22
# PRRTE required dependency versions.
23
23
# List in x.y.z format.
@@ -37,7 +37,7 @@ flex_min_version=2.5.4
37
37
# requirement is that it must be entirely printable ASCII characters
38
38
# and have no white space.
39
39
40
- greek=
40
+ greek=rc1
41
41
42
42
# If repo_rev is empty, then the repository version number will be
43
43
# obtained during "make dist" via the "git describe --tags --always"
@@ -89,7 +89,7 @@ date="Nov 24, 2018"
89
89
# Version numbers are described in the Libtool current:revision:age
90
90
# format.
91
91
92
- libprrte_so_version=3:7 :0
92
+ libprrte_so_version=3:8 :0
93
93
94
94
# "Common" components install standalone libraries that are run-time
95
95
# linked by one or more components. So they need to be versioned as
Original file line number Diff line number Diff line change @@ -4,6 +4,21 @@ PRRTE v3.x series
4
4
This file contains all the NEWS updates for the PRRTE v3.x
5
5
series, in reverse chronological order.
6
6
7
+ 3.0.8 -- TBD
8
+ ------------
9
+ - PR #2100: Update NEWS and VERSION
10
+ - PR #2099: maintain correct ref count of child jobs
11
+ - PR #2097: Correctly parse map-by modifiers
12
+ - PR #2086: Propertly compute number of procs when not given
13
+ - PR #2082: Multiple commits
14
+ - Enclose XML output in a high-level tag
15
+ - Add support for show_help XML output
16
+ - Properly build the nidmap
17
+ - PR #2076: Multiple commits
18
+ - Register the singleton's nspace with the PMIx server
19
+ - Fix data type declaration in data server
20
+
21
+
7
22
3.0.7 -- 13 Nov 2024
8
23
--------------------
9
24
.. important :: This release represents the expected end of
You can’t perform that action at this time.
0 commit comments