release v3.09.00

This commit is contained in:
Stéphane Lesimple 2022-09-12 16:35:15 +00:00 committed by Stéphane Lesimple
parent 97b20c7ffe
commit 3df86c58b3
2 changed files with 10 additions and 1 deletions

View file

@ -1,3 +1,12 @@
## v3.09.00 - 2022/09/12
- enh: tests: faster perl-check script
- fix: accountInfo wasn't showing TTL account expiration #329
- fix: remove spurious set +e/-e after commit bdea34c
- fix: accountUnlock: add missing check_spurious_args and no_auto_abbrev
- fix: doc: use code-blocks:: instead of code::
- doc: add a missing parameter in ping's help
- chore: selfListEgressKeys: fix typo
## v3.09.00-rc3 - 2022/07/12
- enh: install: better error detection
- fix: cleanup-guest-key-access: use cache for performance

View file

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