jjlawrens' portability pull requests + configdir option for sanoid

This commit is contained in:
Jim Salter 2015-12-31 14:52:47 -05:00
parent 3ca3f66500
commit 633c5e237d
4 changed files with 5 additions and 3 deletions

View File

@ -1,3 +1,5 @@
1.4.4 merged pull requests from jjlawren for OmniOS compatibility, added --configdir=/path/to/configs CLI option to sanoid at jjlawrens' request presumably for same
1.4.3 added SSH persistence to syncoid - using socket speeds up SSH overhead 300%! =)
one extra commit to get rid of the "Exit request sent." SSH noise at the end.

View File

@ -1 +1 @@
1.4.3
1.4.4

2
sanoid
View File

@ -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.3';
my $version = '1.4.4';
use strict;
use Config::IniFiles; # read samba-style conf file

View File

@ -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.3';
my $version = '1.4.4';
use strict;
use Data::Dumper;