summaryrefslogtreecommitdiffstats
path: root/lib/App
diff options
context:
space:
mode:
authorFlorian Pritz <bluewind@xinu.at>2020-09-27 14:57:07 +0200
committerFlorian Pritz <bluewind@xinu.at>2020-09-27 14:57:07 +0200
commit2e1b4a72b7800fc5f9197a352872eb2975ad70b6 (patch)
treeae952fffd5115ed69ce01924b7e64e446ee7c293 /lib/App
parent62f5bc3ce90fedb396d103caae68dc2f211f1b16 (diff)
downloadApp-BorgRestore-2e1b4a72b7800fc5f9197a352872eb2975ad70b6.tar.gz
App-BorgRestore-2e1b4a72b7800fc5f9197a352872eb2975ad70b6.tar.xz
Checking in changes prior to tagging of version 3.4.1.
Changelog diff is: diff --git a/Changes b/Changes index f77e9f9..cd1a4c3 100644 --- a/Changes +++ b/Changes @@ -1,6 +1,8 @@ Revision history for Perl extension App-BorgRestore {{$NEXT}} + +3.4.1 2020-09-27T12:57:01Z - Fix missing cache data for files that exist with and without an extension. For example '/home/*/.ssh/id_rsa' would be missing from the database and only the accompanying `id_rsa.pub` file would be contained
Diffstat (limited to 'lib/App')
-rw-r--r--lib/App/BorgRestore.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/App/BorgRestore.pm b/lib/App/BorgRestore.pm
index 0cf08dc..ef0cc0d 100644
--- a/lib/App/BorgRestore.pm
+++ b/lib/App/BorgRestore.pm
@@ -2,7 +2,7 @@ package App::BorgRestore;
use v5.14;
use strictures 2;
-our $VERSION = "3.4.0";
+our $VERSION = "3.4.1";
use App::BorgRestore::Borg;
use App::BorgRestore::DB;