release v3.02.00

This commit is contained in:
Stéphane Lesimple 2021-02-01 16:39:57 +00:00 committed by Stéphane Lesimple
parent 724ee2bb7a
commit d430c602bf
3 changed files with 6 additions and 3 deletions

View file

@ -1,3 +1,6 @@
## v3.02.00 - 2021/02/01
- no functional change since rc4, this version ends the rc cycle and is considered stable
## v3.01.99-rc4 - 2021/01/25
- fix: admins no longer inherited superowner powers (since rc1)

View file

@ -24,8 +24,8 @@ Note that if you're using an infrastructure automation tool such as Puppet, Ansi
Version-specific upgrade instructions
=====================================
v3.02.00 - not yet released
***************************
v3.02.00 - 2021/02/01
*********************
The upgrade path from the preceding version is straightforward, however there are a few changes that you might want to be aware of before hitting the upgrade button:

View file

@ -5,7 +5,7 @@ use common::sense;
use Fcntl;
use POSIX qw(strftime);
our $VERSION = '3.01.99-rc4';
our $VERSION = '3.02.00';
BEGIN {
# only used by the handler below