bump to v3.01.99-rc3

This commit is contained in:
Stéphane Lesimple 2021-01-21 08:31:43 +00:00 committed by Stéphane Lesimple
parent 3dfa77ebab
commit 3bb1db3a4d
2 changed files with 12 additions and 1 deletions

View file

@ -1,3 +1,14 @@
## v3.01.99-rc3 - 2021/01/21
- feat: `rootListIngressKeys`: look for all well-known authkeys files
- feat: add `--(in|ex)clude` filters to `groupList` and `accountList`
- enh: groupList: use cache to speedup calls
- enh: config: detect `warnBefore`/`idleTimeout` misconfiguration (#125)
- fix: scripts: `(( ))` returns 1 if evaluated to zero, hence failing under `set -e`
- fix: config: be more permissive for `documentationURL` regex
- fix: TOCTTOU fixes in ttyrec rotation script and lingering sessions reaper
- fix: confusing error messages in `groupDelServer`
- chore: tests: also update totalerrors while tests are running
## v3.01.99-rc2 - 2021/01/12
- fix: re-introduce the ttyrecfile field (fixes #114)
- fix: logs: sql dbname was not properly passed through the update logs func (fixes #114)

View file

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