From 6edba310763d50e8483f8dba363098b1b6b24c2d Mon Sep 17 00:00:00 2001 From: Jim Salter Date: Wed, 9 Aug 2017 12:28:49 -0400 Subject: [PATCH] 1.4.16 in syncoid --- CHANGELIST | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/CHANGELIST b/CHANGELIST index b4b654e..6469b90 100644 --- a/CHANGELIST +++ b/CHANGELIST @@ -1,3 +1,9 @@ +1.4.16 merged @hrast01's extended fix to support -o option1=val,option2=val passthrough to SSH. merged @JakobR's + off-by-one fix to stop unnecessary extra snapshots being taken under certain conditions. merged @stardude900's + update to INSTALL for FreeBSD users re:symlinks. Implemented @LordAro's update to change DIE to WARN when + encountering a dataset with no snapshots and --no-sync-snap set during recursive replication. Implemented + @LordAro's update to sanoid.conf to add an ignore template which does not snap, prune, or monitor. + 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.