release v3.15.00

pull/464/head v3.15.00
Stéphane Lesimple 2 years ago committed by Stéphane Lesimple
parent 28a02d5cf7
commit dad78fbfe5

@ -1,3 +1,10 @@
## v3.15.00 - 2024/03/22
- feat: add ``dnsSupportLevel`` option for systems with broken DNS (fixes #397)
- enh: allow ``@`` as a valid remote user char (fixes #437)
- enh: ``interactive``: autocomplete: allow multi-spaces, remove unnecessary loops, fix display
- fix: ``connect.pl``: don't look for error messages when sysret==0
- fix: avoid a warning when an non-resolvable host is specified with ``scp`` or ``sftp``
## v3.14.16 - 2024/02/20
feat: add ``ttyrecStealthStdoutPattern`` config
enh: ``batch``: openhandle() is overkill and doesn't work on EOF

@ -27,6 +27,11 @@ See the ``--help`` for a more fine-grained upgrade path if needed.
Version-specific upgrade instructions
=====================================
v3.15.00 - 2024/03/22
*********************
No specific upgrade instructions.
v3.14.16 - 2024/02/20
*********************

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

Loading…
Cancel
Save