From 72245338a805b565183f7a0579e98757c3e6cb14 Mon Sep 17 00:00:00 2001 From: root Date: Wed, 25 Apr 2018 15:21:56 -0400 Subject: [PATCH] special character handling and resumable zfs receive support in syncoid --- CHANGELIST | 3 +++ VERSION | 2 +- sanoid | 2 +- syncoid | 2 +- 4 files changed, 6 insertions(+), 3 deletions(-) diff --git a/CHANGELIST b/CHANGELIST index 9af90f6..515d05d 100644 --- a/CHANGELIST +++ b/CHANGELIST @@ -1,3 +1,6 @@ +1.4.18 implemented special character handling and support of ZFS resume/receive tokens by default in syncoid, + thank you @phreaker0! + 1.4.17 changed die to warn when unexpectedly unable to remove a snapshot - this allows sanoid to continue taking/removing other snapshots not affected by whatever lock prevented the first from being taken or removed diff --git a/VERSION b/VERSION index 04e0d3f..f689e8c 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.4.17 +1.4.18 diff --git a/sanoid b/sanoid index d6e58ce..b6dc9fe 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. -$::VERSION = '1.4.17'; +$::VERSION = '1.4.18'; use strict; use warnings; diff --git a/syncoid b/syncoid index df08122..e63b68c 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. -$::VERSION = '1.4.16'; +$::VERSION = '1.4.18'; use strict; use warnings;