Skip to content

Commit 55f276e

Browse files
committed
release v3.17.01
1 parent 117f222 commit 55f276e

File tree

3 files changed

+35
-23
lines changed

3 files changed

+35
-23
lines changed

doc/CHANGELOG.md

+29-22
Original file line numberDiff line numberDiff line change
@@ -1,32 +1,39 @@
1+
## v3.17.01 - 2024/10/23
2+
- enh: interactive: handle CTRL+C nicely (fix #497)
3+
- fix: osh.pl: remove a warning on interactive mode timeout
4+
- fix: allow ssh-as in connect.pl
5+
- chore: fix bad scpup/scpupload scp/scpdownload references in help and doc
6+
- chore: change pod cuts to make recent versions of perltidy happy
7+
18
## v3.17.00 - 2024/10/14
2-
fix: osh.pl: propagate signals to plugins before exiting
3-
fix: opensuse: add procps package (for pkill)
9+
- fix: osh.pl: propagate signals to plugins before exiting
10+
- fix: opensuse: add procps package (for pkill)
411

512
## v3.16.99-rc3 - 2024/09/25
6-
fix: regression introduced by 932e72e (rc1) for stealth stdout in ssh
13+
- fix: regression introduced by 932e72e (rc1) for stealth stdout in ssh
714

815
## v3.16.99-rc2 - 2024/09/17
9-
feat: add rsync support through the ``--protocol rsync`` option in all plugins
10-
feat: add ``--egress-session-multiplexing`` option to ``accountModify``
11-
feat: add ``groupSetServers`` to entirely change a group ACL in one shot
12-
enh: add lock for group ACL change to avoid race conditions on busy bastions
13-
enh: ``selfPlaySession``: remove sqliteLog.ttyrecfile dependency
14-
chore: FreeBSD: ignore OS version mismatch with packages
15-
chore: ``selfMFASetupPassword``: clearer message
16+
- feat: add rsync support through the ``--protocol rsync`` option in all plugins
17+
- feat: add ``--egress-session-multiplexing`` option to ``accountModify``
18+
- feat: add ``groupSetServers`` to entirely change a group ACL in one shot
19+
- enh: add lock for group ACL change to avoid race conditions on busy bastions
20+
- enh: ``selfPlaySession``: remove sqliteLog.ttyrecfile dependency
21+
- chore: FreeBSD: ignore OS version mismatch with packages
22+
- chore: ``selfMFASetupPassword``: clearer message
1623

1724
## v3.16.99-rc1 - 2024/07/04
18-
feat: support wildcards in --user for ACL management plugins (fix #461)
19-
feat: accountFreeze: terminate running sessions if any
20-
chg: support: add Ubuntu 24.04 LTS
21-
chg: support: bump OpenSUSE Leap from 15.5 to 15.6
22-
chg: support: remove CentOS 7 (EOL)
23-
chg: support: remove Ubuntu 16.04 LTS (EOL)
24-
enh: enable sntrup KEX by default for supported OpenSSH versions (Debian12, Ubuntu20+)
25-
enh: autologin: set term to ``raw noecho`` when --no-tty is used
26-
fix: stealth\_stdout/stderr was ignored for plugins (fix #482)
27-
fix: ignore transient errors during global destruction
28-
fix: install of ttyrec was failing under FreeBSD 13.2
29-
fix: selfGenerateProxyPassword: help message was incorrect
25+
- feat: support wildcards in --user for ACL management plugins (fix #461)
26+
- feat: accountFreeze: terminate running sessions if any
27+
- chg: support: add Ubuntu 24.04 LTS
28+
- chg: support: bump OpenSUSE Leap from 15.5 to 15.6
29+
- chg: support: remove CentOS 7 (EOL)
30+
- chg: support: remove Ubuntu 16.04 LTS (EOL)
31+
- enh: enable sntrup KEX by default for supported OpenSSH versions (Debian12, Ubuntu20+)
32+
- enh: autologin: set term to ``raw noecho`` when --no-tty is used
33+
- fix: stealth\_stdout/stderr was ignored for plugins (fix #482)
34+
- fix: ignore transient errors during global destruction
35+
- fix: install of ttyrec was failing under FreeBSD 13.2
36+
- fix: selfGenerateProxyPassword: help message was incorrect
3037

3138
## v3.16.01 - 2024/04/17
3239
- enh: info: removed uname dependency, added configuration

doc/sphinx/installation/upgrading.rst

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

30+
v3.17.01 - 2024/10/23
31+
*********************
32+
33+
No specific upgrade instructions.
34+
3035
v3.17.00 - 2024/10/14
3136
*********************
3237

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.17.00';
8+
our $VERSION = '3.17.01';
99

1010
BEGIN {
1111
# only used by the handler below

0 commit comments

Comments
 (0)