release v3.16.99-rc3

pull/498/head v3.16.99-rc3
Stéphane Lesimple 2 years ago committed by Stéphane Lesimple
parent 3ee9a5d896
commit 4196a5b1c7

@ -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``

@ -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

@ -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

Loading…
Cancel
Save