mirror of https://github.com/digint/btrbk
parent
9922e5ae8b
commit
cb01507bb1
|
@ -1,4 +1,4 @@
|
|||
btrbk-current
|
||||
btrbk-0.21.0
|
||||
|
||||
* Added transaction log (configuration option "transaction_log").
|
||||
* Added configuration option "group".
|
||||
|
|
2
btrbk
2
btrbk
|
@ -48,7 +48,7 @@ use Getopt::Long qw(GetOptions);
|
|||
use POSIX qw(strftime);
|
||||
use Data::Dumper;
|
||||
|
||||
our $VERSION = "0.21.0-dev";
|
||||
our $VERSION = "0.21.0";
|
||||
our $AUTHOR = 'Axel Burri <axel@tty0.ch>';
|
||||
our $PROJECT_HOME = '<http://www.digint.ch/btrbk/>';
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
.TH "btrbk" "1" "2015-09-29" "btrbk v0.21.0-dev" ""
|
||||
.TH "btrbk" "1" "2015-10-25" "btrbk v0.21.0" ""
|
||||
.\" disable hyphenation
|
||||
.nh
|
||||
.\" disable justification (adjust text to left margin only)
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
.TH "btrbk.conf" "5" "2015-09-29" "btrbk v0.21.0-dev" ""
|
||||
.TH "btrbk.conf" "5" "2015-10-25" "btrbk v0.21.0" ""
|
||||
.\" disable hyphenation
|
||||
.nh
|
||||
.\" disable justification (adjust text to left margin only)
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
.TH "ssh_filter_btrbk" "1" "2015-09-03" "btrbk v0.20.0" ""
|
||||
.TH "ssh_filter_btrbk" "1" "2015-10-25" "btrbk v0.21.0" ""
|
||||
.\" disable hyphenation
|
||||
.nh
|
||||
.\" disable justification (adjust text to left margin only)
|
||||
|
|
Loading…
Reference in New Issue