From 5bad8ec6a7c93d06bc0c6a93d6f35d4153a2218f Mon Sep 17 00:00:00 2001 From: Jim Salter Date: Wed, 1 Apr 2015 16:39:28 -0400 Subject: [PATCH] updated to 1.0.20, updated CHANGELIST --- CHANGELIST | 2 ++ VERSION | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELIST b/CHANGELIST index f51ed95..e149556 100644 --- a/CHANGELIST +++ b/CHANGELIST @@ -1,3 +1,5 @@ +1.0.20 greatly cleaned up config parsing in sanoid, got rid of 'hardcoded defaults' in favor of /etc/sanoid/sanoid.defaults.conf + 1.0.19 working recursive sync (sync specified dataset and all child datasets, ie pool/ds, pool/ds/1, pool, ds/1/a, pool/ds/2 ...) with --recursive or -r in syncoid! 1.0.18 updated syncoid to break sync out of main routine and into syncdataset(). this will allow doing recursive sync, in next update :) diff --git a/VERSION b/VERSION index 140333f..c2320f5 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.0.19 +1.0.20