release 2.1.1

This commit is contained in:
Axel Kittenberger 2012-10-27 21:25:32 +02:00
parent 856186168f
commit b1257b0d48
3 changed files with 8 additions and 2 deletions

View File

@ -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 = {...}

View File

@ -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])

View File

@ -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.