mirror of
https://github.com/ovh/the-bastion.git
synced 2025-09-15 09:24:25 +08:00
release v3.09.02
This commit is contained in:
parent
521836b17b
commit
649c1fffbf
3 changed files with 10 additions and 1 deletions
|
@ -1,3 +1,7 @@
|
|||
## v3.09.02 - 2022/11/15
|
||||
- fix: execute: rare race condition introduced in v3.09.01
|
||||
- fix: basic mitigation for scp's CVE-2020-15778 (upstream doesn't consider it a bug)
|
||||
|
||||
## v3.09.01 - 2022/10/10
|
||||
- fix: ``batch``: don't attempt to read if stdin is closed
|
||||
- enh: make ``execute()`` way WAY faster
|
||||
|
|
|
@ -27,6 +27,11 @@ See the ``--help`` for a more fine-grained upgrade path if needed.
|
|||
Version-specific upgrade instructions
|
||||
=====================================
|
||||
|
||||
v3.09.02 - 2022/11/15
|
||||
*********************
|
||||
|
||||
No specific upgrade instructions.
|
||||
|
||||
v3.09.01 - 2022/10/10
|
||||
*********************
|
||||
|
||||
|
|
|
@ -5,7 +5,7 @@ use common::sense;
|
|||
use Fcntl;
|
||||
use POSIX qw(strftime);
|
||||
|
||||
our $VERSION = '3.09.01';
|
||||
our $VERSION = '3.09.02';
|
||||
|
||||
BEGIN {
|
||||
# only used by the handler below
|
||||
|
|
Loading…
Add table
Reference in a new issue