From 972c3e21bd645376dc4544d6339f2c125e43d668 Mon Sep 17 00:00:00 2001 From: Florian Pritz Date: Wed, 14 Oct 2020 14:37:29 +0200 Subject: 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 --- META.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'META.json') diff --git a/META.json b/META.json index 7abfe8a..b924d4a 100644 --- a/META.json +++ b/META.json @@ -44,7 +44,7 @@ "runtime" : { "requires" : { "Carp::Assert" : "0", - "DBD::SQLite" : "0", + "DBD::SQLite" : "1.60", "DBI" : "0", "Date::Parse" : "0", "File::pushd" : "0", @@ -94,7 +94,7 @@ "web" : "https://github.com/Bluewind/App-BorgRestore" } }, - "version" : "3.4.3", + "version" : "3.4.4", "x_serialization_backend" : "JSON::PP version 4.04", "x_static_install" : 0 } -- cgit v1.2.3-24-g4f1b