mirror of
https://github.com/octoleo/lsyncd.git
synced 2025-01-07 09:04:05 +00:00
preparing release 2.1.4
This commit is contained in:
parent
5b7057bfd7
commit
d25eb11a3f
@ -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
|
23-11-2012: 2.1.3
|
||||||
fix: fixed 2 crash conditions due to failure to read 'uSettings'
|
fix: fixed 2 crash conditions due to failure to read 'uSettings'
|
||||||
|
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
# Process this file with autoconf to produce a configure script.
|
# Process this file with autoconf to produce a configure script.
|
||||||
|
|
||||||
#AC_PREREQ(2.60)
|
#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])
|
AM_INIT_AUTOMAKE([foreign])
|
||||||
|
|
||||||
AC_CONFIG_MACRO_DIR([m4])
|
AC_CONFIG_MACRO_DIR([m4])
|
||||||
|
@ -30,7 +30,7 @@ if lsyncd_version then
|
|||||||
lsyncd.terminate( -1 )
|
lsyncd.terminate( -1 )
|
||||||
end
|
end
|
||||||
|
|
||||||
lsyncd_version = '2.1.3'
|
lsyncd_version = '2.1.4'
|
||||||
|
|
||||||
--
|
--
|
||||||
-- Hides the core interface from user scripts.
|
-- Hides the core interface from user scripts.
|
||||||
|
Loading…
Reference in New Issue
Block a user