From 2f0205ac3a7113147ec25948539e816ec77aad15 Mon Sep 17 00:00:00 2001 From: Jim Salter Date: Thu, 27 Jul 2017 15:58:32 -0400 Subject: [PATCH 1/3] Update CHANGELIST --- CHANGELIST | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELIST b/CHANGELIST index e4d9421..b4b654e 100644 --- a/CHANGELIST +++ b/CHANGELIST @@ -1,3 +1,7 @@ +1.4.15 merged @hrast01's -o option to pass ssh CLI options through. Currently only supports a single -o=option argument - + in the near future, need to add some simple parsing to expand -o=option1,option2 on the CLI to + -o option1 -o option2 as passed to SSH. + 1.4.14 fixed significant regression in syncoid - now pulls creation AND guid on each snap; sorts by creation and matches by guid. regression reported in #112 by @da-me, thank you! From 056d38f9c52e76eeb50d8efd5337a71c52902312 Mon Sep 17 00:00:00 2001 From: Jim Salter Date: Thu, 27 Jul 2017 15:58:55 -0400 Subject: [PATCH 2/3] Update sanoid --- sanoid | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sanoid b/sanoid index dbbae3d..265dc9b 100755 --- a/sanoid +++ b/sanoid @@ -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.4.13'; +my $version = '1.4.15'; use strict; use Config::IniFiles; # read samba-style conf file From 96e66d6395c559ac0edd2d071d1507547f6e6e7c Mon Sep 17 00:00:00 2001 From: Jim Salter Date: Thu, 27 Jul 2017 15:59:26 -0400 Subject: [PATCH 3/3] Update syncoid --- syncoid | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/syncoid b/syncoid index af20af8..f1032ba 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.4.14'; +my $version = '1.4.15'; use strict; use warnings;