release v3.10.00

This commit is contained in:
Stéphane Lesimple 2023-02-17 13:06:52 +00:00 committed by Stéphane Lesimple
parent 4d56c32853
commit 86d907acb6
3 changed files with 14 additions and 1 deletions

View file

@ -1,3 +1,11 @@
## v3.10.00 - 2023/02/17
- feat: add accountFreeze/accountUnfreeze commands
- enh: accountInfo: add --no-password-info and --no-output options
- enh: more precise matching of ssh client error messages
- enh: osh.pl: add the account name on each error message
- fix: invalid suffixed account creation (#357)
- chore: generate-sudoers.sh: sort alphabetically
## v3.09.02 - 2022/11/15
- fix: execute: rare race condition introduced in v3.09.01
- fix: basic mitigation for scp's CVE-2020-15778 (upstream doesn't consider it a bug)

View file

@ -27,6 +27,11 @@ See the ``--help`` for a more fine-grained upgrade path if needed.
Version-specific upgrade instructions
=====================================
v3.10.00 - 2023/02/17
*********************
No specific upgrade instructions.
v3.09.02 - 2022/11/15
*********************

View file

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