diff --git a/ChangeLog b/ChangeLog index c48b879..c53f368 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,11 @@ +27-10-2012: 2.1.1 + fix: fix rsync.rsh, rsync.rsync_path, rsync.tmp_dir, rsync._extra parameters + thanks go to Birger Schmidt for this fix. + 23-10-2012: 2.1.0 fix: fail startup if settings.inist is false and one of the target hosts fails + fix: in case of waiting for processes during restart only logs this state now once a minute + rather than filling the log crazy about it enhancement: rsyncOpts has been replaced by rsync = {...} parameter lists enhancement: default.rsyncssh has now a ssh = {...} parameter similar to default.rsync to add option to ssh calls. Ditto for xargs = {...} diff --git a/configure.ac b/configure.ac index 7e454b4..33aac06 100644 --- a/configure.ac +++ b/configure.ac @@ -2,7 +2,7 @@ # Process this file with autoconf to produce a configure script. #AC_PREREQ(2.60) -AC_INIT(lsyncd, 2.1.0, axkibe@gmail.com) +AC_INIT(lsyncd, 2.1.1, axkibe@gmail.com) AM_INIT_AUTOMAKE([foreign]) AC_CONFIG_MACRO_DIR([m4]) diff --git a/lsyncd.lua b/lsyncd.lua index 70d9ef3..36989b8 100644 --- a/lsyncd.lua +++ b/lsyncd.lua @@ -30,7 +30,7 @@ if lsyncd_version then lsyncd.terminate( -1 ) end -lsyncd_version = '2.1.0' +lsyncd_version = '2.1.1' -- -- Hides the core interface from user scripts.