diff --git a/ChangeLog b/ChangeLog index 225e07b..c553399 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,7 +1,9 @@ -btrbk-current +btrbk-0.23.3 * Replace "realpath -e" with "readlink -e" for mountpoint discovery (close #92). + * Dynamically set BINDIR in btrbk.service by Makefile. + * Add ChangeLog to DOCDIR in Makefile. btrbk-0.23.2 diff --git a/btrbk b/btrbk index 0da8a18..6dc7bf9 100755 --- a/btrbk +++ b/btrbk @@ -46,7 +46,7 @@ use Carp qw(confess); use Getopt::Long qw(GetOptions); use Time::Local qw( timelocal timegm timegm_nocheck ); -our $VERSION = '0.23.3-dev'; +our $VERSION = '0.23.3'; our $AUTHOR = 'Axel Burri '; our $PROJECT_HOME = ''; diff --git a/doc/btrbk.1 b/doc/btrbk.1 index 0385af5..48ec90b 100644 --- a/doc/btrbk.1 +++ b/doc/btrbk.1 @@ -1,4 +1,4 @@ -.TH "btrbk" "1" "2016-06-07" "btrbk v0.23.2" "" +.TH "btrbk" "1" "2016-07-14" "btrbk v0.23.3" "" .\" disable hyphenation .nh .\" disable justification (adjust text to left margin only) diff --git a/doc/btrbk.conf.5 b/doc/btrbk.conf.5 index 006a784..68feabc 100644 --- a/doc/btrbk.conf.5 +++ b/doc/btrbk.conf.5 @@ -1,4 +1,4 @@ -.TH "btrbk.conf" "5" "2016-06-07" "btrbk v0.23.2" "" +.TH "btrbk.conf" "5" "2016-07-14" "btrbk v0.23.3" "" .\" disable hyphenation .nh .\" disable justification (adjust text to left margin only) diff --git a/doc/ssh_filter_btrbk.1 b/doc/ssh_filter_btrbk.1 index eb10509..27a8fae 100644 --- a/doc/ssh_filter_btrbk.1 +++ b/doc/ssh_filter_btrbk.1 @@ -1,4 +1,4 @@ -.TH "ssh_filter_btrbk" "1" "2016-06-06" "btrbk v0.23.2" "" +.TH "ssh_filter_btrbk" "1" "2016-07-14" "btrbk v0.23.3" "" .\" disable hyphenation .nh .\" disable justification (adjust text to left margin only)