File tree 3 files changed +11
-1
lines changed
3 files changed +11
-1
lines changed Original file line number Diff line number Diff line change
1
+ ## v3.13.01 - 2023/08/22
2
+ - enh: setup-gpg.sh: create additional backup signing config with --generate
3
+ - fix: clush: restore default handlers for SIGHUP/PIPE
4
+ - doc: add JSON API and MFA documentations
5
+
1
6
## v3.13.00 - 2023/07/28
2
7
- enh: use ttyrec instead of sqlite to record plugin output
3
8
- fix: selfMFASetupPassword: restore default sighandlers to avoid being zombified
Original file line number Diff line number Diff line change @@ -27,6 +27,11 @@ See the ``--help`` for a more fine-grained upgrade path if needed.
27
27
Version-specific upgrade instructions
28
28
=====================================
29
29
30
+ v3.13.01 - 2023/08/22
31
+ *********************
32
+
33
+ No specific upgrade instructions.
34
+
30
35
v3.13.00 - 2023/07/28
31
36
*********************
32
37
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ use common::sense;
5
5
use Fcntl;
6
6
use POSIX qw( strftime) ;
7
7
8
- our $VERSION = ' 3.13.00 ' ;
8
+ our $VERSION = ' 3.13.01 ' ;
9
9
10
10
BEGIN {
11
11
# only used by the handler below
You can’t perform that action at this time.
0 commit comments