From e7b757bbc647497434d3a04bc2fabbbe6b7c776f Mon Sep 17 00:00:00 2001 From: Axel Kittenberger Date: Fri, 23 Nov 2012 12:01:21 +0100 Subject: [PATCH] checking correct ssh config options --- ChangeLog | 2 +- configure.ac | 2 +- default-rsyncssh.lua | 2 +- lsyncd.lua | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/ChangeLog b/ChangeLog index d379598..2fcee64 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,4 +1,4 @@ -??-??-2ß12: 2.1.3 +23-11-2012: 2.1.3 fix: fixed 2 crash conditions due to failure to read 'uSettings' 03-11-2012: 2.1.2 diff --git a/configure.ac b/configure.ac index 238292f..037da4b 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.2, axkibe@gmail.com) +AC_INIT(lsyncd, 2.1.3, axkibe@gmail.com) AM_INIT_AUTOMAKE([foreign]) AC_CONFIG_MACRO_DIR([m4]) diff --git a/default-rsyncssh.lua b/default-rsyncssh.lua index 201b28d..c95f1f7 100644 --- a/default-rsyncssh.lua +++ b/default-rsyncssh.lua @@ -288,7 +288,7 @@ rsyncssh.prepare = function( config, level ) ) end - local cssh = config.rsync; + local cssh = config.ssh; cssh._computed = { } local computed = cssh._computed local computedN = 1 diff --git a/lsyncd.lua b/lsyncd.lua index 2fa0a01..e90accc 100644 --- a/lsyncd.lua +++ b/lsyncd.lua @@ -30,7 +30,7 @@ if lsyncd_version then lsyncd.terminate( -1 ) end -lsyncd_version = '2.1.2' +lsyncd_version = '2.1.3' -- -- Hides the core interface from user scripts.