diff --git a/ChangeLog b/ChangeLog index a718999..32ab9b7 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,4 +1,4 @@ -??-??-????: 2.0.6 +156-02-2011: 2.0.6 fix: no longer stops syslogging on HUP signals fix: OSX event watcher no longer misses moves into and out of the watch tree fix: not refinding a relative path to the config file in case of HUP. diff --git a/configure.ac b/configure.ac index 912b499..e818a10 100644 --- a/configure.ac +++ b/configure.ac @@ -1,7 +1,7 @@ # -*- Autoconf -*- # Process this file with autoconf to produce a configure script. #AC_PREREQ(2.60) -AC_INIT(lsyncd, 2.0.5, axkibe@gmail.com) +AC_INIT(lsyncd, 2.0.6, axkibe@gmail.com) AC_CONFIG_SRCDIR([lsyncd.c]) AC_CONFIG_HEADER([config.h]) AM_INIT_AUTOMAKE(AC_PACKAGE_NAME, AC_PACKAGE_VERSION) diff --git a/doc/lsyncd.1.txt b/doc/lsyncd.1.txt index bd2fe13..6adf789 100644 --- a/doc/lsyncd.1.txt +++ b/doc/lsyncd.1.txt @@ -3,7 +3,7 @@ lsyncd(1) :doctype: manpage :man source: Lsyncd :man manual: Lsyncd -:man version: 2.0.5 +:man version: 2.0.6 :date: August 2011 NAME diff --git a/lsyncd.lua b/lsyncd.lua index 75181b7..3a9391c 100644 --- a/lsyncd.lua +++ b/lsyncd.lua @@ -22,7 +22,7 @@ if lsyncd_version then lsyncd.log('Error', 'You cannot use the lsyncd runner as configuration file!') lsyncd.terminate(-1) -- ERRNO end -lsyncd_version = '2.0.5' +lsyncd_version = '2.0.6' ----- -- Hides the core interface from user scripts