preparing 2.0.2

This commit is contained in:
Axel Kittenberger 2011-01-20 19:26:57 +00:00
parent 1733f8a0b1
commit 15d680b79b
3 changed files with 10 additions and 2 deletions

View File

@ -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

View File

@ -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)

View File

@ -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