mirror of
https://github.com/octoleo/lsyncd.git
synced 2025-01-05 16:12:32 +00:00
release 2.1.1
This commit is contained in:
parent
856186168f
commit
b1257b0d48
@ -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 = {...}
|
||||
|
@ -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])
|
||||
|
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user