mirror of
https://github.com/ovh/the-bastion.git
synced 2025-02-27 00:54:26 +08:00
release v3.09.00-rc2
This commit is contained in:
parent
45070f833c
commit
8e148a6e53
2 changed files with 7 additions and 1 deletions
|
@ -1,3 +1,9 @@
|
|||
## 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()
|
||||
- enh: print_public_key: better formatter
|
||||
- doc: osh-encrypt-rsync.conf: add verbose
|
||||
|
||||
## v3.09.00-rc1 - 2022/07/04
|
||||
- feat: ``osh-encrypt-rsync.pl``: handle sqlite and user logs along with ttyrec files
|
||||
- feat: add ``osh-cleanup-guest-key-access.pl`` script
|
||||
|
|
|
@ -5,7 +5,7 @@ use common::sense;
|
|||
use Fcntl;
|
||||
use POSIX qw(strftime);
|
||||
|
||||
our $VERSION = '3.09.00-rc1';
|
||||
our $VERSION = '3.09.00-rc2';
|
||||
|
||||
BEGIN {
|
||||
# only used by the handler below
|
||||
|
|
Loading…
Reference in a new issue