mirror of
https://github.com/octoleo/lsyncd.git
synced 2024-10-31 18:52:29 +00:00
preparing 2.0.4
This commit is contained in:
parent
4d07452ef9
commit
a86dd04011
@ -1,3 +1,10 @@
|
|||||||
|
27-03-2011: 2.0.4
|
||||||
|
enhancement: new setting options logident, logfacility
|
||||||
|
fix: moving filenames with spaces through ssh
|
||||||
|
fix: excludes containing chars % $ ( ) . [ ] + -
|
||||||
|
fix: various typos
|
||||||
|
change: api, settings.statusInterval instead of settings.statusIntervall
|
||||||
|
|
||||||
25-02-2011: 2.0.3
|
25-02-2011: 2.0.3
|
||||||
enhancement: new default target --direct using /bin/ binaries
|
enhancement: new default target --direct using /bin/ binaries
|
||||||
to keep to local dirs in sync (and by default
|
to keep to local dirs in sync (and by default
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
# -*- Autoconf -*-
|
# -*- Autoconf -*-
|
||||||
# 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.0.3, axkibe@gmail.com)
|
AC_INIT(lsyncd, 2.0.4, axkibe@gmail.com)
|
||||||
AC_CONFIG_SRCDIR([lsyncd.c])
|
AC_CONFIG_SRCDIR([lsyncd.c])
|
||||||
AC_CONFIG_HEADER([config.h])
|
AC_CONFIG_HEADER([config.h])
|
||||||
AM_INIT_AUTOMAKE(AC_PACKAGE_NAME, AC_PACKAGE_VERSION)
|
AM_INIT_AUTOMAKE(AC_PACKAGE_NAME, AC_PACKAGE_VERSION)
|
||||||
|
@ -22,7 +22,7 @@ if lsyncd_version then
|
|||||||
"You cannot use the lsyncd runner as configuration file!")
|
"You cannot use the lsyncd runner as configuration file!")
|
||||||
lsyncd.terminate(-1) -- ERRNO
|
lsyncd.terminate(-1) -- ERRNO
|
||||||
end
|
end
|
||||||
lsyncd_version = "2.0.3"
|
lsyncd_version = "2.0.4"
|
||||||
|
|
||||||
-----
|
-----
|
||||||
-- Hides the core interface from user scripts
|
-- Hides the core interface from user scripts
|
||||||
|
Loading…
Reference in New Issue
Block a user