preparing 2.0.6

This commit is contained in:
Axel Kittenberger 2012-02-16 08:30:53 +01:00
parent 770d1880d6
commit 541bee5cf6
4 changed files with 4 additions and 4 deletions

View File

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

View File

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

View File

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

View File

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