summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFlorian Pritz <bluewind@xinu.at>2020-09-27 15:50:53 +0200
committerFlorian Pritz <bluewind@xinu.at>2020-09-27 15:50:53 +0200
commit100a39872058d3d8a24c47425c77fa4dc22ded47 (patch)
treef5de0a04f8d4235de75ce2fc9ee49d310cf89b15
parentf0dd3fd59afac321317d3b52a36d179b4ea504f7 (diff)
downloadApp-BorgRestore-100a39872058d3d8a24c47425c77fa4dc22ded47.tar.gz
App-BorgRestore-100a39872058d3d8a24c47425c77fa4dc22ded47.tar.xz
Checking in changes prior to tagging of version 3.4.2.
Changelog diff is: diff --git a/Changes b/Changes index 6a1d238..a40a774 100644 --- a/Changes +++ b/Changes @@ -1,6 +1,8 @@ Revision history for Perl extension App-BorgRestore {{$NEXT}} + +3.4.2 2020-09-27T13:50:47Z - Fix missing cache data for top level files that exist with and without an extension. For example a '/lib' symlink and '/lib64'. '/lib' would be missing from the database.
-rw-r--r--Changes2
-rw-r--r--META.json2
-rw-r--r--lib/App/BorgRestore.pm2
3 files changed, 4 insertions, 2 deletions
diff --git a/Changes b/Changes
index 6a1d238..a40a774 100644
--- a/Changes
+++ b/Changes
@@ -1,6 +1,8 @@
Revision history for Perl extension App-BorgRestore
{{$NEXT}}
+
+3.4.2 2020-09-27T13:50:47Z
- Fix missing cache data for top level files that exist with and without an
extension. For example a '/lib' symlink and '/lib64'. '/lib' would be
missing from the database.
diff --git a/META.json b/META.json
index 5a18829..83fd7cb 100644
--- a/META.json
+++ b/META.json
@@ -93,7 +93,7 @@
"web" : "https://github.com/Bluewind/App-BorgRestore"
}
},
- "version" : "3.4.1",
+ "version" : "3.4.2",
"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 ef0cc0d..5e57c16 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.1";
+our $VERSION = "3.4.2";
use App::BorgRestore::Borg;
use App::BorgRestore::DB;