From 2f0205ac3a7113147ec25948539e816ec77aad15 Mon Sep 17 00:00:00 2001 From: Jim Salter Date: Thu, 27 Jul 2017 15:58:32 -0400 Subject: [PATCH] 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!