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 --- lib/App/BorgRestore.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/App') 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; -- cgit v1.2.3-24-g4f1b