mirror of https://github.com/digint/btrbk
parent
3ba8c41e2f
commit
e8622fc6be
10
ChangeLog
10
ChangeLog
|
@ -1,3 +1,13 @@
|
|||
btrbk-0.31.2
|
||||
|
||||
* MIGRATION
|
||||
- Update ssh_filter_btrbk.sh on remote hosts.
|
||||
* ssh_filter_btrbk.sh: Fix security vulnerability.
|
||||
Specialy crafted commands may be executed without being propely
|
||||
checked. Applies to remote hosts filtering ssh commands using
|
||||
ssh_filter_btrbk.sh in authorized_keys.
|
||||
* Warn if no subvolume defined in config (close #378).
|
||||
|
||||
btrbk-0.31.1
|
||||
|
||||
* Bugfix: duplicate snapshot location check (close #360).
|
||||
|
|
2
btrbk
2
btrbk
|
@ -34,7 +34,7 @@ use Time::Local qw( timelocal timegm timegm_nocheck );
|
|||
use IPC::Open3 qw(open3);
|
||||
use Symbol qw(gensym);
|
||||
|
||||
our $VERSION = '0.31.2-dev';
|
||||
our $VERSION = '0.31.2';
|
||||
our $AUTHOR = 'Axel Burri <axel@tty0.ch>';
|
||||
our $PROJECT_HOME = '<https://digint.ch/btrbk/>';
|
||||
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
btrbk(1)
|
||||
========
|
||||
:date: 2021-03-07
|
||||
:release-version: 0.31.1
|
||||
:date: 2021-03-21
|
||||
:release-version: 0.31.2
|
||||
:man manual: Btrbk Manual
|
||||
:man source: Btrbk {release-version}
|
||||
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
btrbk.conf(5)
|
||||
=============
|
||||
:date: 2021-03-07
|
||||
:release-version: 0.31.1
|
||||
:date: 2021-03-21
|
||||
:release-version: 0.31.2
|
||||
:man manual: Btrbk Manual
|
||||
:man source: Btrbk {release-version}
|
||||
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
lsbtr(1)
|
||||
========
|
||||
:date: 2021-03-07
|
||||
:release-version: 0.31.1
|
||||
:date: 2021-03-21
|
||||
:release-version: 0.31.2
|
||||
:man manual: Btrbk Manual
|
||||
:man source: Btrbk {release-version}
|
||||
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
ssh_filter_btrbk(1)
|
||||
===================
|
||||
:date: 2021-03-07
|
||||
:release-version: 0.31.1
|
||||
:date: 2021-03-21
|
||||
:release-version: 0.31.2
|
||||
:man manual: Btrbk Manual
|
||||
:man source: Btrbk {release-version}
|
||||
|
||||
|
|
Loading…
Reference in New Issue