release v3.09.00-rc3

pull/330/head v3.09.00-rc3
Stéphane Lesimple 4 years ago committed by Stéphane Lesimple
parent 72cefa6417
commit 81aeb2ee3c

@ -1,3 +1,8 @@
## v3.09.00-rc3 - 2022/07/12
- enh: install: better error detection
- fix: cleanup-guest-key-access: use cache for performance
- fix: performance issues introduced by effab4a
## v3.09.00-rc2 - 2022/07/05
- enh: MFA: specify account name in message
- enh: move some code from get_hashes_list() to a new get_password_file()

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

Loading…
Cancel
Save