We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5b7057b commit d25eb11Copy full SHA for d25eb11
ChangeLog
@@ -1,3 +1,6 @@
1
+24-11-2012: 2.1.4
2
+ fix: making ssh custom port changes work with ssh and rsync
3
+
4
23-11-2012: 2.1.3
5
fix: fixed 2 crash conditions due to failure to read 'uSettings'
6
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])
7
8
AC_CONFIG_MACRO_DIR([m4])
lsyncd.lua
@@ -30,7 +30,7 @@ if lsyncd_version then
30
lsyncd.terminate( -1 )
31
end
32
33
-lsyncd_version = '2.1.3'
+lsyncd_version = '2.1.4'
34
35
--
36
-- Hides the core interface from user scripts.
0 commit comments