mirror of https://github.com/digint/btrbk
parent
13a656a6d4
commit
872779398e
|
@ -1,4 +1,4 @@
|
||||||
btrbk-current
|
btrbk-0.22.1
|
||||||
|
|
||||||
* Support for btrfs-progs v4.4 (close: #66).
|
* Support for btrfs-progs v4.4 (close: #66).
|
||||||
|
|
||||||
|
|
2
btrbk
2
btrbk
|
@ -48,7 +48,7 @@ use Getopt::Long qw(GetOptions);
|
||||||
use POSIX qw(strftime);
|
use POSIX qw(strftime);
|
||||||
use Data::Dumper;
|
use Data::Dumper;
|
||||||
|
|
||||||
our $VERSION = "0.22.1-dev";
|
our $VERSION = "0.22.1";
|
||||||
our $AUTHOR = 'Axel Burri <axel@tty0.ch>';
|
our $AUTHOR = 'Axel Burri <axel@tty0.ch>';
|
||||||
our $PROJECT_HOME = '<http://www.digint.ch/btrbk/>';
|
our $PROJECT_HOME = '<http://www.digint.ch/btrbk/>';
|
||||||
|
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
.TH "btrbk" "1" "2016-01-19" "btrbk v0.22.0" ""
|
.TH "btrbk" "1" "2016-01-20" "btrbk v0.22.1" ""
|
||||||
.\" 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-01-19" "btrbk v0.22.0" ""
|
.TH "btrbk.conf" "5" "2016-01-20" "btrbk v0.22.1" ""
|
||||||
.\" 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" "2015-01-19" "btrbk v0.22.0" ""
|
.TH "ssh_filter_btrbk" "1" "2015-01-20" "btrbk v0.22.1" ""
|
||||||
.\" 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