From 0ffdd108bdf86c7a06d7bc8af1504ad17a7f6e25 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Lesimple?= Date: Wed, 19 Jan 2022 07:50:23 +0000 Subject: [PATCH] v3.08.01 --- doc/CHANGELOG.md | 4 ++++ doc/sphinx/installation/upgrading.rst | 12 ++++++++++++ lib/perl/OVH/Bastion.pm | 2 +- 3 files changed, 17 insertions(+), 1 deletion(-) diff --git a/doc/CHANGELOG.md b/doc/CHANGELOG.md index e0e8ab3cc..68459c1e4 100644 --- a/doc/CHANGELOG.md +++ b/doc/CHANGELOG.md @@ -1,3 +1,7 @@ +## v3.08.01 - 2022/01/19 +- feat: add osh-remove-empty-folders.sh script +- enh: better errror detection and logging in accountDelete & groupDelete + ## v3.08.00 - 2022/01/04 - feat: move scripts to GnuPG 2.x, add tests & doc - feat: add new OSes (Debian "Bullseye" 11, RockyLinux 8.x) and deprecate diff --git a/doc/sphinx/installation/upgrading.rst b/doc/sphinx/installation/upgrading.rst index 6261f3643..90aa62267 100644 --- a/doc/sphinx/installation/upgrading.rst +++ b/doc/sphinx/installation/upgrading.rst @@ -27,6 +27,18 @@ See the ``--help`` for a more fine-grained upgrade path if needed. Version-specific upgrade instructions ===================================== +v3.08.01 - 2022/01/19 +********************* + +The upgrade path from the preceding version is straightforward, however you might want to know that there is +a new satellite script: ``osh-remove-empty-folders.sh``, run by cron and enabled by default, +whose job is to garbage-collect empty folders that may be piling up in busy users' homes, +under their ``ttyrec`` folder. + +You can find more information in `the documentation +`_, the script +is enabled by default because it can do no harm. + v3.08.00 - 2022/01/04 ********************* diff --git a/lib/perl/OVH/Bastion.pm b/lib/perl/OVH/Bastion.pm index 8f52970e3..3961af32e 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.08.00'; +our $VERSION = '3.08.01'; BEGIN { # only used by the handler below