summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFlorian Pritz <bluewind@xinu.at>2018-02-06 16:59:00 +0100
committerFlorian Pritz <bluewind@xinu.at>2018-02-06 16:59:00 +0100
commitd3545b25829533c89dfb2c77a3697abedf683ede (patch)
tree2ef3135b831beba695bad53664d20e27a7c8dfd1
parent04f37f78d7addd38e23f6f3024d6df68a831efa2 (diff)
downloadApp-BorgRestore-2.3.0.tar.gz
App-BorgRestore-2.3.0.tar.xz
Checking in changes prior to tagging of version 2.3.0.2.3.0
Changelog diff is: diff --git a/Changes b/Changes index 32e7b5b..a46f8bc 100644 --- a/Changes +++ b/Changes @@ -2,6 +2,11 @@ Revision history for Perl extension App-BorgRestore {{$NEXT}} +2.3.0 2018-02-06T15:58:36Z + - Add --list option to search for paths occuring in backups + - Warn if sqlite's memory cache is is filled during cache updates + - Improve documentation of @backup_prefixes setting + 2.2.0 2017-11-25T23:16:04Z - Add borg 1.1 support - Mention required positive return code of config in documentation
-rw-r--r--Changes5
-rw-r--r--META.json2
-rw-r--r--lib/App/BorgRestore.pm2
3 files changed, 7 insertions, 2 deletions
diff --git a/Changes b/Changes
index 32e7b5b..a46f8bc 100644
--- a/Changes
+++ b/Changes
@@ -2,6 +2,11 @@ Revision history for Perl extension App-BorgRestore
{{$NEXT}}
+2.3.0 2018-02-06T15:58:36Z
+ - Add --list option to search for paths occuring in backups
+ - Warn if sqlite's memory cache is is filled during cache updates
+ - Improve documentation of @backup_prefixes setting
+
2.2.0 2017-11-25T23:16:04Z
- Add borg 1.1 support
- Mention required positive return code of config in documentation
diff --git a/META.json b/META.json
index 6b4af11..6282c42 100644
--- a/META.json
+++ b/META.json
@@ -90,6 +90,6 @@
"web" : "https://github.com/Bluewind/App-BorgRestore"
}
},
- "version" : "2.2.0",
+ "version" : "2.3.0",
"x_serialization_backend" : "JSON::PP version 2.27400_02"
}
diff --git a/lib/App/BorgRestore.pm b/lib/App/BorgRestore.pm
index 964ea48..d6284b8 100644
--- a/lib/App/BorgRestore.pm
+++ b/lib/App/BorgRestore.pm
@@ -3,7 +3,7 @@ use v5.14;
use strict;
use warnings;
-our $VERSION = "2.2.0";
+our $VERSION = "2.3.0";
use App::BorgRestore::Borg;
use App::BorgRestore::DB;