Skip to content

Commit d70e52a

Browse files
committed
release v3.14.00
1 parent 13c885d commit d70e52a

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

doc/CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## v3.14.00 - 2023/09/19
2+
- feat: add type8 and type9 password hashes
3+
- feat: add stealth_stderr/stdout ttyrec support, enable it for scp & sftp
4+
15
## v3.13.01 - 2023/08/22
26
- enh: setup-gpg.sh: create additional backup signing config with --generate
37
- fix: clush: restore default handlers for SIGHUP/PIPE

doc/sphinx/installation/upgrading.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ See the ``--help`` for a more fine-grained upgrade path if needed.
2727
Version-specific upgrade instructions
2828
=====================================
2929

30-
v3.xx.xx - xxxx/xx/xx
30+
v3.14.00 - 2023/09/19
3131
*********************
3232

3333
A new helper is required to support the so-called "type 8" and "type 9" password hash types, used on some

lib/perl/OVH/Bastion.pm

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ use common::sense;
55
use Fcntl;
66
use POSIX qw(strftime);
77

8-
our $VERSION = '3.13.01';
8+
our $VERSION = '3.14.00';
99

1010
BEGIN {
1111
# only used by the handler below

0 commit comments

Comments
 (0)