preparing release 2.1.4

This commit is contained in:
Axel Kittenberger 2012-11-24 14:33:07 +01:00
parent 5b7057bfd7
commit d25eb11a3f
3 changed files with 5 additions and 2 deletions

View File

@ -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'

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