From 08cb2a01bac0681773884b886bcbe8e066760516 Mon Sep 17 00:00:00 2001 From: Pavel Raiskup Date: Sat, 18 Jan 2025 20:49:29 +0100 Subject: [PATCH] Release v5.9 --- NEWS | 14 ++++++++++++++ resalloc/__init__.py | 2 +- 2 files changed, 15 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index ca93db3..cb3b1eb 100644 --- a/NEWS +++ b/NEWS @@ -1,5 +1,19 @@ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ +New in v5.9: + +* Enhancements + + - The Pool's page in the Web UI now includes a "totals" line that + displays overall statistics summarized for all pools. + + - The Pool's Web UI page now also shows the `DELETE_REQUEST` numbers. + + - The Resource's Web UI page now renders the Data field as ``, + which properly displays newlines. + +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + New in v5.8: * Bugfixes: diff --git a/resalloc/__init__.py b/resalloc/__init__.py index 868f2d3..7244139 100644 --- a/resalloc/__init__.py +++ b/resalloc/__init__.py @@ -1 +1 @@ -__version__ = '5.8' +__version__ = '5.9'