Skip to content

Commit

Permalink
Version v5.6
Browse files Browse the repository at this point in the history
  • Loading branch information
praiskup committed Oct 7, 2024
1 parent 634f480 commit bee0b9b
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions NEWS
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

New in v5.6:

* Bugfixes:

- The Watcher thread no longer fails in the case of random database
exceptions, such as "database is locked." It now simply retries, ensuring
the cluster remains well-maintained (cleanup of dead machines works
properly).

- The Web-UI now sorts the list of Pools alphabetically (PR #161).

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

New in v5.5:

* Bugfixes:
Expand Down
2 changes: 1 addition & 1 deletion resalloc/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = '5.5'
__version__ = '5.6'

0 comments on commit bee0b9b

Please sign in to comment.