mirror of
https://github.com/ovh/the-bastion.git
synced 2025-09-07 13:34:28 +08:00
release v3.09.01
This commit is contained in:
parent
720222c423
commit
4f0a80c9d4
3 changed files with 10 additions and 1 deletions
|
@ -1,3 +1,7 @@
|
|||
## v3.09.01 - 2022/10/10
|
||||
- fix: ``batch``: don't attempt to read if stdin is closed
|
||||
- enh: make ``execute()`` way WAY faster
|
||||
|
||||
## v3.09.00 - 2022/09/21
|
||||
- enh: tests: faster perl-check script
|
||||
- fix: accountInfo wasn't showing TTL account expiration #329
|
||||
|
|
|
@ -27,6 +27,11 @@ See the ``--help`` for a more fine-grained upgrade path if needed.
|
|||
Version-specific upgrade instructions
|
||||
=====================================
|
||||
|
||||
v3.09.01 - 2020/10/10
|
||||
*********************
|
||||
|
||||
No specific upgrade instructions.
|
||||
|
||||
v3.09.00 - 2022/09/21
|
||||
*********************
|
||||
|
||||
|
|
|
@ -5,7 +5,7 @@ use common::sense;
|
|||
use Fcntl;
|
||||
use POSIX qw(strftime);
|
||||
|
||||
our $VERSION = '3.09.00';
|
||||
our $VERSION = '3.09.01';
|
||||
|
||||
BEGIN {
|
||||
# only used by the handler below
|
||||
|
|
Loading…
Add table
Reference in a new issue