From 4f0a80c9d4d3a2f9f2c69ccb2d31984f7b30fd45 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Lesimple?= Date: Mon, 10 Oct 2022 09:37:08 +0000 Subject: [PATCH] release v3.09.01 --- doc/CHANGELOG.md | 4 ++++ doc/sphinx/installation/upgrading.rst | 5 +++++ lib/perl/OVH/Bastion.pm | 2 +- 3 files changed, 10 insertions(+), 1 deletion(-) diff --git a/doc/CHANGELOG.md b/doc/CHANGELOG.md index 84b1883..e8a3c83 100644 --- a/doc/CHANGELOG.md +++ b/doc/CHANGELOG.md @@ -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 diff --git a/doc/sphinx/installation/upgrading.rst b/doc/sphinx/installation/upgrading.rst index 8bcb956..913044d 100644 --- a/doc/sphinx/installation/upgrading.rst +++ b/doc/sphinx/installation/upgrading.rst @@ -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 ********************* diff --git a/lib/perl/OVH/Bastion.pm b/lib/perl/OVH/Bastion.pm index 5001409..8c9f8f6 100644 --- a/lib/perl/OVH/Bastion.pm +++ b/lib/perl/OVH/Bastion.pm @@ -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