From 6417396354915508a85e8e2f18af376a67f61aea Mon Sep 17 00:00:00 2001 From: Jim Garlick Date: Wed, 4 Oct 2023 13:01:00 -0700 Subject: [PATCH] NEWS: prep for 0.4.0 release Problem: 0.4.0 has no release notes. Add some. --- NEWS.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/NEWS.md b/NEWS.md index 9a17638..9d318dc 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,3 +1,18 @@ +flux-pmix version 0.4.0 - 2023-10-04 +------------------------------------ + +## Fixes + + * plugin: pmix notification encoding problems (#93) + * plugin: use a simpler strategy for the interthread channel (#92) + * require flux-core 0.49.0 (#84) + +## Build/test + + * ci: remove el7 build (#88) + * build: add ability to make test deb packages (#87) + * testsuite: put flux bin before ompi bin (#86) + flux-pmix version 0.3.0 - 2023-04-04 ------------------------------------