From bddc9a7fde5ae4b061c0bc746051ef1337393c5e Mon Sep 17 00:00:00 2001 From: Axel Kittenberger Date: Thu, 15 Oct 2015 08:15:06 +0200 Subject: [PATCH] updating ChangeLog --- ChangeLog | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 2376e3b..402438e 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,13 +1,16 @@ ??-??-????: 2.1.6 enhancement: Lsyncd now locks its pidfile - enhancement: Lsyncd adding ssh.identifyFile and ssh.options options + enhancement: added ssh.identifyFile and ssh.options options + enhancement: added rsync inplace option 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. + fix: postcmd example (Timo Teräs) change: closes also on INT signals change: now removes its pidfile on INT and TERM signals + change: changed build system from autotools to cmake 07-06-2013: 2.1.5 enhancement: Added rsync options: bwlimit, timeout