Skip to content

Commit d25eb11

Browse files
committed
preparing release 2.1.4
1 parent 5b7057b commit d25eb11

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed

ChangeLog

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
24-11-2012: 2.1.4
2+
fix: making ssh custom port changes work with ssh and rsync
3+
14
23-11-2012: 2.1.3
25
fix: fixed 2 crash conditions due to failure to read 'uSettings'
36

configure.ac

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# Process this file with autoconf to produce a configure script.
33

44
#AC_PREREQ(2.60)
5-
AC_INIT(lsyncd, 2.1.3, axkibe@gmail.com)
5+
AC_INIT(lsyncd, 2.1.4, axkibe@gmail.com)
66
AM_INIT_AUTOMAKE([foreign])
77

88
AC_CONFIG_MACRO_DIR([m4])

lsyncd.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ if lsyncd_version then
3030
lsyncd.terminate( -1 )
3131
end
3232

33-
lsyncd_version = '2.1.3'
33+
lsyncd_version = '2.1.4'
3434

3535
--
3636
-- Hides the core interface from user scripts.

0 commit comments

Comments
 (0)