mirror of
https://github.com/octoleo/lsyncd.git
synced 2024-12-04 19:03:17 +00:00
preparing 2.0.2
This commit is contained in:
parent
1733f8a0b1
commit
15d680b79b
@ -1,3 +1,11 @@
|
||||
20-01-2011: 2.0.2
|
||||
fix: exclude rules not terminated with '/' now match a file
|
||||
or dir named exactly the same not starting with.
|
||||
fix: pass exclude rules to the startup sync
|
||||
fix: when matching exclusion to not add inotify use same
|
||||
partial path than on syncs
|
||||
fix: properly close pipes that needed more than one write.
|
||||
|
||||
11-01-2011: 2.0.1
|
||||
fix: write pidfile after daemonize()
|
||||
fix: fixed weak tables that allowed garbage collector to collect
|
||||
|
@ -2,7 +2,7 @@
|
||||
echo XXXXXXXXX
|
||||
# Process this file with autoconf to produce a configure script.
|
||||
#AC_PREREQ(2.60)
|
||||
AC_INIT(lsyncd, 2.0.1, axkibe@gmail.com)
|
||||
AC_INIT(lsyncd, 2.0.2, axkibe@gmail.com)
|
||||
AC_CONFIG_SRCDIR([lsyncd.c])
|
||||
AC_CONFIG_HEADER([config.h])
|
||||
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!")
|
||||
lsyncd.terminate(-1) -- ERRNO
|
||||
end
|
||||
lsyncd_version = "2.0.1"
|
||||
lsyncd_version = "2.0.2"
|
||||
|
||||
-----
|
||||
-- Hides the core interface from user scripts
|
||||
|
Loading…
Reference in New Issue
Block a user