2.1.0 release

This commit is contained in:
Axel Kittenberger 2012-10-23 09:09:50 +02:00
parent d3b31bda37
commit 4a7bf07f4f
3 changed files with 3 additions and 3 deletions

View File

@ -1,4 +1,4 @@
??-??-2012: 2.1.0
23-10-2012: 2.1.0
fix: fail startup if settings.inist is false and one of the target hosts fails
enhancement: rsyncOpts has been replaced by rsync = {...} parameter lists
enhancement: default.rsyncssh has now a ssh = {...} parameter similar to default.rsync to

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