Skip to content

Commit 5b8889e

Browse files
committed
Update NEWS and VERSION
Signed-off-by: Ralph Castain <rhc@pmix.org>
1 parent 791d41a commit 5b8889e

File tree

2 files changed

+24
-2
lines changed

2 files changed

+24
-2
lines changed

VERSION

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

1818
major=3
1919
minor=0
20-
release=12
20+
release=13
2121

2222
# PRRTE required dependency versions.
2323
# List in x.y.z format.
@@ -90,7 +90,7 @@ date="Nov 24, 2018"
9090
# Version numbers are described in the Libtool current:revision:age
9191
# format.
9292

93-
libprrte_so_version=3:12:0
93+
libprrte_so_version=3:13:0
9494

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

docs/news/news-v3.x.rst

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,28 @@ 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.13 -- xx Nov 2025
8+
---------------------
9+
- PR #2309: Multiple commits
10+
- Inherit env directives if requested
11+
- Extend inheritance to app level
12+
- Extend testbuild launchers support
13+
- Fix the colocation algorithm
14+
- Fix precedence ordering on envar operations
15+
- Bugfix: inconsistently setting PMIX_JOB_RECOVERABLE
16+
- Clarify help messages
17+
- Do not assign DVM's bookmark to the application job
18+
- Error out when asymmetric topologies cannot support ppr requests
19+
- Let seq and rankfile mappers compute their own num-procs
20+
- Fix relative node processing
21+
- Replace sprintf with snprintf
22+
- Add launching-apps section to docs
23+
- Improve hetero node detection a bit
24+
- Tweak the forwarding of signals
25+
- Cleanup and improve autohandling of hetero nodes
26+
- Fix prun tool
27+
28+
729
3.0.12 -- 9 Sept 2025
830
---------------------
931
- PR #2269: Final update of NEWS and VERSION for release

0 commit comments

Comments
 (0)