diff --git a/ChangeLog b/ChangeLog index 29ebbf6..ecf47ae 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,9 +1,11 @@ -btrbk-current +btrbk-0.20.0 * Added configuration option "ssh_port" (close: #39). * Added configuration option "ssh_compression" (close: #44). * Added command line option "--progress" (close: #42). * Bugfix: correct handling of empty "snapshot_dir" (close: #43). + * Accept long options on command line. + * Documentation: added FAQ. btrbk-0.19.3 diff --git a/btrbk b/btrbk index 8c03650..eeefde1 100755 --- a/btrbk +++ b/btrbk @@ -47,7 +47,7 @@ use Date::Calc qw(Today Delta_Days Day_of_Week); use Getopt::Long qw(GetOptions); use Data::Dumper; -our $VERSION = "0.20.0-dev"; +our $VERSION = "0.20.0"; our $AUTHOR = 'Axel Burri '; our $PROJECT_HOME = ''; diff --git a/doc/btrbk.1 b/doc/btrbk.1 index a897d6b..76f5c3d 100644 --- a/doc/btrbk.1 +++ b/doc/btrbk.1 @@ -1,4 +1,4 @@ -.TH "btrbk" "1" "2015-06-21" "btrbk v0.19.3" "" +.TH "btrbk" "1" "2015-09-02" "btrbk v0.20.0" "" .SH NAME btrbk \- backup tool for btrfs volumes .SH SYNOPSIS diff --git a/doc/btrbk.conf.5 b/doc/btrbk.conf.5 index 85b0702..8eb464b 100644 --- a/doc/btrbk.conf.5 +++ b/doc/btrbk.conf.5 @@ -1,4 +1,4 @@ -.TH "btrbk.conf" "5" "2015-06-21" "btrbk v0.19.3" "" +.TH "btrbk.conf" "5" "2015-09-02" "btrbk v0.20.0" "" .SH NAME btrbk.conf \- btrbk configuration file .SH SYNOPSIS