Skip to content

Commit dad78fb

Browse files
committed
release v3.15.00
1 parent 28a02d5 commit dad78fb

File tree

3 files changed

+13
-1
lines changed

3 files changed

+13
-1
lines changed

doc/CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
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+
18
## v3.14.16 - 2024/02/20
29
feat: add ``ttyrecStealthStdoutPattern`` config
310
enh: ``batch``: openhandle() is overkill and doesn't work on EOF

doc/sphinx/installation/upgrading.rst

+5
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,11 @@ See the ``--help`` for a more fine-grained upgrade path if needed.
2727
Version-specific upgrade instructions
2828
=====================================
2929

30+
v3.15.00 - 2024/03/22
31+
*********************
32+
33+
No specific upgrade instructions.
34+
3035
v3.14.16 - 2024/02/20
3136
*********************
3237

lib/perl/OVH/Bastion.pm

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ use common::sense;
55
use Fcntl;
66
use POSIX qw(strftime);
77

8-
our $VERSION = '3.14.16';
8+
our $VERSION = '3.15.00';
99

1010
BEGIN {
1111
# only used by the handler below

0 commit comments

Comments
 (0)