From 7ed3c9cbe6e56223b043a23408474f9df08f119e Mon Sep 17 00:00:00 2001 From: rsiddharth Date: Sun, 8 Nov 2015 14:57:04 -0500 Subject: Updated combox.events.ComboxDirMonitor and combox.events.NodeDirMonitor. See ChangeLog. Changes related to bug#10. --- ChangeLog | 18 +++++++++++++++++- 1 file changed, 17 insertions(+), 1 deletion(-) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 7b5ff0e..61811ac 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,4 +1,20 @@ -2015-11-2 Siddharth Ravikumar +2015-11-08 Siddharth Ravikumar + + * combox/events.py: ComboxDirMonitor and NodeDirMonitor now keep + track of the files that are created during "this" run; this + information is used to ignore the on_modified event triggered by + watchdog when a file is created. + + Also, a delay proportional to the size of the file is introduced + on the on_modified callback methods of the ComboxDirMonitor and + NodeDirMonitor to prevent multiple on_modified from being + triggered by watchdog. + + These changes are related to bug#10 (See TODO.org). + + * tests/events_test.py: updated correponding tests. + +2015-11-02 Siddharth Ravikumar commit 7509f54f5173769eea -- cgit v1.2.3