File tree 3 files changed +6
-2
lines changed
3 files changed +6
-2
lines changed Original file line number Diff line number Diff line change
1
+ ## v3.14.00 - 2023/09/19
2
+ - feat: add type8 and type9 password hashes
3
+ - feat: add stealth_stderr/stdout ttyrec support, enable it for scp & sftp
4
+
1
5
## v3.13.01 - 2023/08/22
2
6
- enh: setup-gpg.sh: create additional backup signing config with --generate
3
7
- fix: clush: restore default handlers for SIGHUP/PIPE
Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ See the ``--help`` for a more fine-grained upgrade path if needed.
27
27
Version-specific upgrade instructions
28
28
=====================================
29
29
30
- v3.xx.xx - xxxx/xx/xx
30
+ v3.14.00 - 2023/09/19
31
31
*********************
32
32
33
33
A new helper is required to support the so-called "type 8" and "type 9" password hash types, used on some
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ use common::sense;
5
5
use Fcntl;
6
6
use POSIX qw( strftime) ;
7
7
8
- our $VERSION = ' 3.13.01 ' ;
8
+ our $VERSION = ' 3.14.00 ' ;
9
9
10
10
BEGIN {
11
11
# only used by the handler below
You can’t perform that action at this time.
0 commit comments