diff --git a/doc/CHANGELOG.md b/doc/CHANGELOG.md index eca82c2..f1c7878 100644 --- a/doc/CHANGELOG.md +++ b/doc/CHANGELOG.md @@ -1,3 +1,6 @@ +## v3.16.99-rc3 - 2024/09/25 +fix: regression introduced by 932e72e (rc1) for stealth stdout in ssh + ## v3.16.99-rc2 - 2024/09/17 feat: add rsync support through the ``--protocol rsync`` option in all plugins feat: add ``--egress-session-multiplexing`` option to ``accountModify`` diff --git a/doc/sphinx/installation/upgrading.rst b/doc/sphinx/installation/upgrading.rst index 22cd702..06ed9ac 100644 --- a/doc/sphinx/installation/upgrading.rst +++ b/doc/sphinx/installation/upgrading.rst @@ -27,7 +27,7 @@ See the ``--help`` for a more fine-grained upgrade path if needed. Version-specific upgrade instructions ===================================== -v3.16.99-rc2 - 2024/09/17 +v3.16.99-rc3 - 2024/09/25 ************************* This release drops support for Ubuntu 16.04 and CentOS 7. If you're still using these EOL OS releases (which is diff --git a/lib/perl/OVH/Bastion.pm b/lib/perl/OVH/Bastion.pm index 37d1e8c..fb74671 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.16.99-rc2'; +our $VERSION = '3.16.99-rc3'; BEGIN { # only used by the handler below