Skip to content

Commit 35270a9

Browse files
committed
Update NEWS and VERSION
Signed-off-by: Ralph Castain <[email protected]>
1 parent 4a13aaa commit 35270a9

File tree

2 files changed

+18
-3
lines changed

2 files changed

+18
-3
lines changed

VERSION

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717

1818
major=3
1919
minor=0
20-
release=7
20+
release=8
2121

2222
# PRRTE required dependency versions.
2323
# List in x.y.z format.
@@ -37,7 +37,7 @@ flex_min_version=2.5.4
3737
# requirement is that it must be entirely printable ASCII characters
3838
# and have no white space.
3939

40-
greek=
40+
greek=rc1
4141

4242
# If repo_rev is empty, then the repository version number will be
4343
# obtained during "make dist" via the "git describe --tags --always"
@@ -89,7 +89,7 @@ date="Nov 24, 2018"
8989
# Version numbers are described in the Libtool current:revision:age
9090
# format.
9191

92-
libprrte_so_version=3:7:0
92+
libprrte_so_version=3:8:0
9393

9494
# "Common" components install standalone libraries that are run-time
9595
# linked by one or more components. So they need to be versioned as

docs/news/news-v3.x.rst

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,21 @@ PRRTE v3.x series
44
This file contains all the NEWS updates for the PRRTE v3.x
55
series, in reverse chronological order.
66

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+
722
3.0.7 -- 13 Nov 2024
823
--------------------
924
.. important:: This release represents the expected end of

0 commit comments

Comments
 (0)