Skip to content

Commit b68a0ac

Browse files
committed
Update NEWS and VERSION for release
Signed-off-by: Ralph Castain <[email protected]>
1 parent a047eef commit b68a0ac

File tree

2 files changed

+38
-3
lines changed

2 files changed

+38
-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=5
20+
release=6
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=rc2
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:5:0
92+
libprrte_so_version=3:6: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: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,41 @@ 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.6 -- 8 Jul 2024
8+
-------------------
9+
- PR #1992: Update NEWS and VERSION for release
10+
- PR #1991: Multiple commits
11+
- Protect against missing HWLOC object types
12+
- Minor fixes to allow compile with pre-stone age HWLOC
13+
- PR #1988: Github action: bring back MacOS builds
14+
- PR #1986: Tailored backport of "various fixes for singleton support"
15+
- PR #1985: Multiple commits
16+
- Don't strip quotes from cmd line entries
17+
- Update tar format to tar-pax
18+
- PR #1983: Check the runtime version of PMIx
19+
- PR #1979: Multiple commits
20+
- Cleanup issues surfaced by devel-check
21+
- Cleanup unused var warning
22+
- Add CI build with clang
23+
- Enable devel-check by default in Git repos
24+
- Stop warning on LSF detection when not requested
25+
- Silence warning
26+
- MPI 4.1: add support for memory-alloc-kinds
27+
- Remove MacOS CI builds
28+
- Add support for PMIX_MEM_ALLOC_KIND
29+
- PR #1971: Remove stale resilience document
30+
- PR #1968: Try to improve an error message a bit
31+
- PR #1966: Fix typo
32+
- PR #1964: Repair the binding algorithm
33+
- PR #1962: Correct name of help file for --hostfile
34+
- PR #1959: Multiple commits
35+
- Update the allocation simulator
36+
- Use of pmix_getline from PMIx started in v4.2.5
37+
- PR #1956: Multiple commits
38+
- Allow execution without an active plm component
39+
- Fix the binding algorithm to handle partial disablement
40+
41+
742
3.0.5 -- 21 Mar 2024
843
--------------------
944
- PR #1952: Multiple commits

0 commit comments

Comments
 (0)