release 2.1.2

This commit is contained in:
Axel Kittenberger 2012-11-03 13:57:53 +01:00
parent 9c6e703ff4
commit fe41e18f7b
3 changed files with 7 additions and 2 deletions

View File

@ -1,3 +1,8 @@
03-11-2012: 2.1.2
fix: added excludeFrom to checkgauge (thx to DavidWittman)
fix: fixed rsync option computation
enhancement: added password_file file option to rsync
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.

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.1, axkibe@gmail.com)
AC_INIT(lsyncd, 2.1.2, 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.1'
lsyncd_version = '2.1.2'
--
-- Hides the core interface from user scripts.