diff options
author | Florian Pritz <bluewind@xinu.at> | 2020-09-27 14:57:07 +0200 |
---|---|---|
committer | Florian Pritz <bluewind@xinu.at> | 2020-09-27 14:57:07 +0200 |
commit | 2e1b4a72b7800fc5f9197a352872eb2975ad70b6 (patch) | |
tree | ae952fffd5115ed69ce01924b7e64e446ee7c293 /lib | |
parent | 62f5bc3ce90fedb396d103caae68dc2f211f1b16 (diff) | |
download | App-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')
-rw-r--r-- | lib/App/BorgRestore.pm | 2 |
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; |