diff --git a/ChangeLog b/ChangeLog index 2fcee64..cf66fed 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,6 @@ +24-11-2012: 2.1.4 + fix: making ssh custom port changes work with ssh and rsync + 23-11-2012: 2.1.3 fix: fixed 2 crash conditions due to failure to read 'uSettings' diff --git a/configure.ac b/configure.ac index 037da4b..c95a496 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.3, axkibe@gmail.com) +AC_INIT(lsyncd, 2.1.4, axkibe@gmail.com) AM_INIT_AUTOMAKE([foreign]) AC_CONFIG_MACRO_DIR([m4]) diff --git a/lsyncd.lua b/lsyncd.lua index 9c7063d..22a6e8e 100644 --- a/lsyncd.lua +++ b/lsyncd.lua @@ -30,7 +30,7 @@ if lsyncd_version then lsyncd.terminate( -1 ) end -lsyncd_version = '2.1.3' +lsyncd_version = '2.1.4' -- -- Hides the core interface from user scripts.