summaryrefslogtreecommitdiffstats
path: root/lib/App/BorgRestore.pm
diff options
context:
space:
mode:
authorFlorian Pritz <bluewind@xinu.at>2018-09-19 13:46:46 +0200
committerFlorian Pritz <bluewind@xinu.at>2018-09-19 13:46:46 +0200
commitb4ca1de6648c11adcff27759d7faa3f89a21eb90 (patch)
treee1cd98c063a43b8eaf16d47bab73455dacbd1424 /lib/App/BorgRestore.pm
parentd9edd65b1f66d64d28a99f8e8a060f1a552b27fd (diff)
downloadApp-BorgRestore-b4ca1de6648c11adcff27759d7faa3f89a21eb90.tar.gz
App-BorgRestore-b4ca1de6648c11adcff27759d7faa3f89a21eb90.tar.xz
Checking in changes prior to tagging of version 3.2.0.
Changelog diff is: diff --git a/Changes b/Changes index bd95acb..b9b6218 100644 --- a/Changes +++ b/Changes @@ -1,6 +1,8 @@ Revision history for Perl extension App-BorgRestore {{$NEXT}} + +3.2.0 2018-09-19T11:46:35Z - Write data directly to DB instead of preparing it in memory first. The new algorithm should be faster and uses constant memory. If you want the old one back for any reason look at the '$prepare_data_in_memory' config
Diffstat (limited to 'lib/App/BorgRestore.pm')
-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 f95c71f..5834cde 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.1.0";
+our $VERSION = "3.2.0";
use App::BorgRestore::Borg;
use App::BorgRestore::DB;