summaryrefslogtreecommitdiffstats
path: root/META.json
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 /META.json
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 'META.json')
-rw-r--r--META.json4
1 files changed, 2 insertions, 2 deletions
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
}