Skip to content

Commit

Permalink
release v3.14.00
Browse files Browse the repository at this point in the history
  • Loading branch information
speed47 committed Sep 19, 2023
1 parent 13c885d commit d70e52a
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions doc/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## v3.14.00 - 2023/09/19
- feat: add type8 and type9 password hashes
- feat: add stealth_stderr/stdout ttyrec support, enable it for scp & sftp

## v3.13.01 - 2023/08/22
- enh: setup-gpg.sh: create additional backup signing config with --generate
- fix: clush: restore default handlers for SIGHUP/PIPE
Expand Down
2 changes: 1 addition & 1 deletion doc/sphinx/installation/upgrading.rst
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ See the ``--help`` for a more fine-grained upgrade path if needed.
Version-specific upgrade instructions
=====================================

v3.xx.xx - xxxx/xx/xx
v3.14.00 - 2023/09/19
*********************

A new helper is required to support the so-called "type 8" and "type 9" password hash types, used on some
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.13.01';
our $VERSION = '3.14.00';

BEGIN {
# only used by the handler below
Expand Down

0 comments on commit d70e52a

Please sign in to comment.