From b301838eb3b89b579233d0288ca49d519f7d7fcd Mon Sep 17 00:00:00 2001 From: Axel Kittenberger Date: Wed, 14 Oct 2015 14:30:02 +0200 Subject: [PATCH] o --- ChangeLog | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/ChangeLog b/ChangeLog index dca58b0..2376e3b 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,10 +1,11 @@ -??-??-????: 2.1.6 or 2.2.0 +??-??-????: 2.1.6 enhancement: Lsyncd now locks its pidfile enhancement: Lsyncd adding ssh.identifyFile and ssh.options options - fix: ignore blank lines and rsync commens in exclude files (David Reiss) + fix: ignore blank lines and rsync commenits in exclude files (David Reiss) fix: don't tread exclude lines with embedded "+" chars as inclusions (David Reiss) fix: crash when debugging inotify (Michael Ploujnikov) fix: fixed Finished/Retrying error messages being swapped around (Jun Saito) + fix: properly encapsulate filenames on ssh mv commands to avoid shell command injections. change: closes also on INT signals change: now removes its pidfile on INT and TERM signals @@ -14,7 +15,7 @@ fix: rsync option password_file is now accepted fix: onAttrib is accepted again fix: -log Exec now prints now fully all arguments - fix: configure script lua detection now includes math lib to workaround + fix: configure script lua detection now includes math lib to workaround wrongly created "needs COMPAT_ALL" messages. fix: repaired variable replacement for layer 3 scripts fix: config.delay is now checked to a number >= 0