We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2ced930 commit 08cb2a0Copy full SHA for 08cb2a0
NEWS
@@ -1,5 +1,19 @@
1
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
2
3
+New in v5.9:
4
+
5
+* Enhancements
6
7
+ - The Pool's page in the Web UI now includes a "totals" line that
8
+ displays overall statistics summarized for all pools.
9
10
+ - The Pool's Web UI page now also shows the `DELETE_REQUEST` numbers.
11
12
+ - The Resource's Web UI page now renders the Data field as `<code>`,
13
+ which properly displays newlines.
14
15
+~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
16
17
New in v5.8:
18
19
* Bugfixes:
resalloc/__init__.py
@@ -1 +1 @@
-__version__ = '5.8'
+__version__ = '5.9'
0 commit comments