summaryrefslogtreecommitdiffstats
path: root/lib/App
diff options
context:
space:
mode:
authorFlorian Pritz <bluewind@xinu.at>2020-10-14 14:37:29 +0200
committerFlorian Pritz <bluewind@xinu.at>2020-10-14 14:37:29 +0200
commit972c3e21bd645376dc4544d6339f2c125e43d668 (patch)
tree9a6feb4a85f14ed9c92dddb5fed5e593b1c0ff76 /lib/App
parentff7e0357cd16672b35f720f128940bfaf732bd7a (diff)
downloadApp-BorgRestore-972c3e21bd645376dc4544d6339f2c125e43d668.tar.gz
App-BorgRestore-972c3e21bd645376dc4544d6339f2c125e43d668.tar.xz
Checking in changes prior to tagging of version 3.4.4.
Changelog diff is: diff --git a/Changes b/Changes index e7582ea..0fa7341 100644 --- a/Changes +++ b/Changes @@ -1,6 +1,8 @@ Revision history for Perl extension App-BorgRestore {{$NEXT}} + +3.4.4 2020-10-14T12:37:04Z - Require DBD::SQLite 1.60 or newer to fix issues with schema migration 2 on old systems. - Reduce database size for databases that contained data from before
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 cd53609..810be9c 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.3";
+our $VERSION = "3.4.4";
use App::BorgRestore::Borg;
use App::BorgRestore::DB;