From e54a2eb4bc3ff4192b539131afdfd7d338d8e727 Mon Sep 17 00:00:00 2001 From: Jim Salter Date: Sun, 15 Mar 2015 12:16:23 -0400 Subject: [PATCH] reduced unnecessary depth of dataset listing in syncoid snapshot fetch routine - thanks @0xFate --- CHANGELIST | 2 ++ VERSION | 2 +- syncoid | 2 +- 3 files changed, 4 insertions(+), 2 deletions(-) diff --git a/CHANGELIST b/CHANGELIST index cf1223d..f6480e4 100644 --- a/CHANGELIST +++ b/CHANGELIST @@ -1,3 +1,5 @@ +1.0.14 updated syncoid to reduce output when fetching snapshot list - thank you github user @0xFate. + 1.0.13 removed monitor_version again - sorry for the feature instability, forgot I removed it in the first place because I didn't like pulling in so many dependencies for such a trivial feature diff --git a/VERSION b/VERSION index 2ac9634..5b09c67 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.0.13 +1.0.14 diff --git a/syncoid b/syncoid index 5dc35f2..e24a1b0 100755 --- a/syncoid +++ b/syncoid @@ -4,7 +4,7 @@ # from http://www.gnu.org/licenses/gpl-3.0.html on 2014-11-17. A copy should also be available in this # project's Git repository at https://github.com/jimsalterjrs/sanoid/blob/master/LICENSE. -my $version = '1.0.13'; +my $version = '1.0.14'; use strict; use Data::Dumper;