Skip to content

Commit

Permalink
release v3.15.00
Browse files Browse the repository at this point in the history
  • Loading branch information
speed47 committed Mar 25, 2024
1 parent 28a02d5 commit dad78fb
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 1 deletion.
7 changes: 7 additions & 0 deletions doc/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
5 changes: 5 additions & 0 deletions doc/sphinx/installation/upgrading.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
*********************

Expand Down
2 changes: 1 addition & 1 deletion lib/perl/OVH/Bastion.pm
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit dad78fb

Please sign in to comment.