mirror of https://github.com/digint/btrbk
parent
d31ffb8cb0
commit
7436d9432c
|
@ -1,4 +1,4 @@
|
||||||
btrbk-current
|
btrbk-0.25.0
|
||||||
|
|
||||||
* MIGRATION
|
* MIGRATION
|
||||||
- If you call ssh_filter_btrbk.sh with "--sudo" option, make sure
|
- If you call ssh_filter_btrbk.sh with "--sudo" option, make sure
|
||||||
|
|
2
btrbk
2
btrbk
|
@ -46,7 +46,7 @@ use Carp qw(confess);
|
||||||
use Getopt::Long qw(GetOptions);
|
use Getopt::Long qw(GetOptions);
|
||||||
use Time::Local qw( timelocal timegm timegm_nocheck );
|
use Time::Local qw( timelocal timegm timegm_nocheck );
|
||||||
|
|
||||||
our $VERSION = '0.24.1-dev';
|
our $VERSION = '0.25.0';
|
||||||
our $AUTHOR = 'Axel Burri <axel@tty0.ch>';
|
our $AUTHOR = 'Axel Burri <axel@tty0.ch>';
|
||||||
our $PROJECT_HOME = '<http://digint.ch/btrbk/>';
|
our $PROJECT_HOME = '<http://digint.ch/btrbk/>';
|
||||||
|
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
.TH "btrbk" "1" "2016-11-16" "btrbk v0.24.0" ""
|
.TH "btrbk" "1" "2017-03-18" "btrbk v0.25.0" ""
|
||||||
.\" disable hyphenation
|
.\" disable hyphenation
|
||||||
.nh
|
.nh
|
||||||
.\" disable justification (adjust text to left margin only)
|
.\" disable justification (adjust text to left margin only)
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
.TH "btrbk.conf" "5" "2016-11-16" "btrbk v0.24.0" ""
|
.TH "btrbk.conf" "5" "2017-03-18" "btrbk v0.25.0" ""
|
||||||
.\" disable hyphenation
|
.\" disable hyphenation
|
||||||
.nh
|
.nh
|
||||||
.\" disable justification (adjust text to left margin only)
|
.\" disable justification (adjust text to left margin only)
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
.TH "ssh_filter_btrbk" "1" "2016-11-16" "btrbk v0.24.0" ""
|
.TH "ssh_filter_btrbk" "1" "2017-03-18" "btrbk v0.25.0" ""
|
||||||
.\" disable hyphenation
|
.\" disable hyphenation
|
||||||
.nh
|
.nh
|
||||||
.\" disable justification (adjust text to left margin only)
|
.\" disable justification (adjust text to left margin only)
|
||||||
|
|
Loading…
Reference in New Issue