From dad78fbfe5f3c550a4ec4b681d0579406f137160 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Lesimple?= Date: Fri, 22 Mar 2024 16:26:40 +0000 Subject: [PATCH] release v3.15.00 --- doc/CHANGELOG.md | 7 +++++++ doc/sphinx/installation/upgrading.rst | 5 +++++ lib/perl/OVH/Bastion.pm | 2 +- 3 files changed, 13 insertions(+), 1 deletion(-) diff --git a/doc/CHANGELOG.md b/doc/CHANGELOG.md index 1d55886ac..d8b01d4e8 100644 --- a/doc/CHANGELOG.md +++ b/doc/CHANGELOG.md @@ -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 diff --git a/doc/sphinx/installation/upgrading.rst b/doc/sphinx/installation/upgrading.rst index 60f86bf9e..a92aa3569 100644 --- a/doc/sphinx/installation/upgrading.rst +++ b/doc/sphinx/installation/upgrading.rst @@ -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 ********************* diff --git a/lib/perl/OVH/Bastion.pm b/lib/perl/OVH/Bastion.pm index f1813b3aa..ecb33bcc9 100644 --- a/lib/perl/OVH/Bastion.pm +++ b/lib/perl/OVH/Bastion.pm @@ -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