bump to v3.01.99-rc4

This commit is contained in:
Stéphane Lesimple 2021-01-25 10:57:09 +00:00 committed by Stéphane Lesimple
parent 5d36e820ca
commit a913c5aa8a
2 changed files with 4 additions and 1 deletions

View file

@ -1,3 +1,6 @@
## v3.01.99-rc4 - 2021/01/25
- fix: admins no longer inherited superowner powers (since rc1)
## v3.01.99-rc3 - 2021/01/21
- feat: `rootListIngressKeys`: look for all well-known authkeys files
- feat: add `--(in|ex)clude` filters to `groupList` and `accountList`

View file

@ -5,7 +5,7 @@ use common::sense;
use Fcntl;
use POSIX qw(strftime);
our $VERSION = '3.01.99-rc3';
our $VERSION = '3.01.99-rc4';
BEGIN {
# only used by the handler below