summaryrefslogtreecommitdiffstats
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
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
-rw-r--r--Changes2
-rw-r--r--META.json8
-rw-r--r--lib/App/BorgRestore.pm2
3 files changed, 7 insertions, 5 deletions
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
diff --git a/META.json b/META.json
index c0d8eb3..5a18829 100644
--- a/META.json
+++ b/META.json
@@ -4,7 +4,7 @@
"-2018 Florian Pritz <bluewind@xinu.at>"
],
"dynamic_config" : 0,
- "generated_by" : "Minilla/v3.1.4, CPAN::Meta::Converter version 2.150010",
+ "generated_by" : "Minilla/v3.1.10, CPAN::Meta::Converter version 2.150010",
"license" : [
"gpl_3"
],
@@ -36,7 +36,7 @@
"requires" : {
"Test::CPAN::Meta" : "0",
"Test::MinimumVersion::Fast" : "0.04",
- "Test::PAUSE::Permissions" : "0.04",
+ "Test::PAUSE::Permissions" : "0.07",
"Test::Pod" : "1.41",
"Test::Spellunker" : "v0.2.7"
}
@@ -93,7 +93,7 @@
"web" : "https://github.com/Bluewind/App-BorgRestore"
}
},
- "version" : "3.4.0",
- "x_serialization_backend" : "JSON::PP version 4.02",
+ "version" : "3.4.1",
+ "x_serialization_backend" : "JSON::PP version 4.04",
"x_static_install" : 0
}
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;