diff options
author | Florian Pritz <bluewind@xinu.at> | 2019-09-28 15:28:55 +0200 |
---|---|---|
committer | Florian Pritz <bluewind@xinu.at> | 2019-09-28 15:28:55 +0200 |
commit | f842d625980ca3a946c17c4b3c2846186496c1d2 (patch) | |
tree | d99a7c0a9ed99d77b4dba9bdc33891f6bc431f40 /lib | |
parent | de053014116837eba145350cb0aa97524d745d1f (diff) | |
download | App-BorgRestore-f842d625980ca3a946c17c4b3c2846186496c1d2.tar.gz App-BorgRestore-f842d625980ca3a946c17c4b3c2846186496c1d2.tar.xz |
Checking in changes prior to tagging of version 3.4.0.
Changelog diff is:
diff --git a/Changes b/Changes
index eeb4d3b..dd5812e 100644
--- a/Changes
+++ b/Changes
@@ -1,6 +1,8 @@
Revision history for Perl extension App-BorgRestore
{{$NEXT}}
+
+3.4.0 2019-09-28T13:28:49Z
- Remove archive name untaint restrictions (remove untaint_archive_name
function)
Diffstat (limited to 'lib')
-rw-r--r-- | lib/App/BorgRestore.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/App/BorgRestore.pm b/lib/App/BorgRestore.pm index 8716bfb..0cf08dc 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.3.0"; +our $VERSION = "3.4.0"; use App::BorgRestore::Borg; use App::BorgRestore::DB; |