release v3.09.02

This commit is contained in:
Stéphane Lesimple 2022-11-15 16:54:37 +00:00 committed by Stéphane Lesimple
parent 521836b17b
commit 649c1fffbf
3 changed files with 10 additions and 1 deletions

View file

@ -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

View file

@ -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
*********************

View file

@ -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