Skip to content

Commit

Permalink
Merge pull request #3576 from garlick/rel25
Browse files Browse the repository at this point in the history
NEWS.md: update for 0.25.0 release
  • Loading branch information
grondo authored Apr 1, 2021
2 parents 0cebf85 + 50dcf89 commit b9b5704
Showing 1 changed file with 33 additions and 0 deletions.
33 changes: 33 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,36 @@
flux-core version 0.25.0 - 2021-04-01
-------------------------------------

### Fixes

* kvs: fix assert due to busy KVS (#3560)
* systemd: configure weak dependency on munge (#3577)
* Fix various memleaks discovered by ASAN (#3568)
* README: add missing dependency - pkgconfig (#3570)
* fix `PMI_process_mapping` for multiple brokers per node (#3553)
* Python: fix "no such file or directory" job exception resulting from
bad jobspec (#3534)

### New Features

* libflux: add `flux_plugin_aux_delete()` (#3565)
* job-info: support LRU cache mapping job id -> owner (#3548)
* python: expand FluxExecutor.submit parameters (#3562)
* broker: add support for PMIx bootstrap (#3537)
* job-ingest: add new plugin-based job validator (#3533)

### Cleanup/Testing

* README.md: remove python3-six dependency (#3579)
* clean up disconnect, cancel handlers (#3569)
* broker: drop broker.rundir, select ipc vs tcp using broker.mapping (#3554)
* broker: refactor overlay network send/receive interfaces (#3547)
* github: add a stale issues and PR bot for flux-core (#3544)
* build/test: remove stale heartbeat references (#3535)
* job-info: consolidate watch RPC targets (#3525)
* enhance testsuite reliability on RHEL8/TOSS4 (#3540)


flux-core version 0.24.0 - 2021-02-22
-------------------------------------

Expand Down

0 comments on commit b9b5704

Please sign in to comment.