File tree 3 files changed +13
-1
lines changed
3 files changed +13
-1
lines changed Original file line number Diff line number Diff line change
1
+ ## v3.15.00 - 2024/03/22
2
+ - feat: add `` dnsSupportLevel `` option for systems with broken DNS (fixes #397 )
3
+ - enh: allow `` @ `` as a valid remote user char (fixes #437 )
4
+ - enh: `` interactive `` : autocomplete: allow multi-spaces, remove unnecessary loops, fix display
5
+ - fix: `` connect.pl `` : don't look for error messages when sysret==0
6
+ - fix: avoid a warning when an non-resolvable host is specified with `` scp `` or `` sftp ``
7
+
1
8
## v3.14.16 - 2024/02/20
2
9
feat: add `` ttyrecStealthStdoutPattern `` config
3
10
enh: `` batch `` : openhandle() is overkill and doesn't work on EOF
Original file line number Diff line number Diff line change @@ -27,6 +27,11 @@ See the ``--help`` for a more fine-grained upgrade path if needed.
27
27
Version-specific upgrade instructions
28
28
=====================================
29
29
30
+ v3.15.00 - 2024/03/22
31
+ *********************
32
+
33
+ No specific upgrade instructions.
34
+
30
35
v3.14.16 - 2024/02/20
31
36
*********************
32
37
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.14.16 ' ;
8
+ our $VERSION = ' 3.15.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