diff --git a/_releasenotes/2024-07-25-5.1.2.md b/_releasenotes/2024-07-25-5.1.2.md new file mode 100644 index 0000000..4da0232 --- /dev/null +++ b/_releasenotes/2024-07-25-5.1.2.md @@ -0,0 +1,26 @@ +--- +version: 5.1.2 +title: "perfSONAR 5.1.2 Release Notes" +supported: true +--- + +Released {{ page.date | date: "%B %-d, %Y"}} + +Bug Fixes and Other Changes +--------------------- + +### pSConfig Web Admin + +- Fixed MongoDB dependency issue on EL9 + +### pScheduler +- Improved error message when an archiver plugin is not installed +- Added text and html formatters to latency and latencybg tests +- Fixed pscheduler.log permissions issue on Debian and Ubuntu +- Python string formatting changes to fix compatibility with EL8 python version + + +Raw changes +----------- +- [psconfig-web](https://github.com/perfsonar/psconfig-web/compare/v5.1.1...v5.1.2) +- [pscheduler](https://github.com/perfsonar/pscheduler/compare/v5.1.1...v5.1.2)