From a86dd04011c9af857248b4f1da4db4e7796dba84 Mon Sep 17 00:00:00 2001 From: Axel Kittenberger Date: Sun, 27 Mar 2011 08:25:56 +0000 Subject: [PATCH] preparing 2.0.4 --- ChangeLog | 7 +++++++ configure.ac | 2 +- lsyncd.lua | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index 67c3a7a..35b034e 100644 --- a/ChangeLog +++ b/ChangeLog @@ -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 enhancement: new default target --direct using /bin/ binaries to keep to local dirs in sync (and by default diff --git a/configure.ac b/configure.ac index cfd1052..cff2cd8 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.3, axkibe@gmail.com) +AC_INIT(lsyncd, 2.0.4, 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/lsyncd.lua b/lsyncd.lua index ff70784..bde4826 100644 --- a/lsyncd.lua +++ b/lsyncd.lua @@ -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.3" +lsyncd_version = "2.0.4" ----- -- Hides the core interface from user scripts