|
| 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 | + |
1 | 8 | ## 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) |
4 | 11 |
|
5 | 12 | ## 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 |
7 | 14 |
|
8 | 15 | ## 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 |
16 | 23 |
|
17 | 24 | ## 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 |
30 | 37 |
|
31 | 38 | ## v3.16.01 - 2024/04/17
|
32 | 39 | - enh: info: removed uname dependency, added configuration
|
|
0 commit comments