summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorrsiddharth <rsiddharth@ninthfloor.org>2015-11-08 14:57:04 -0500
committerSiddharth Ravikumar <sravik@bgsu.edu>2015-11-08 15:01:25 -0500
commit7ed3c9cbe6e56223b043a23408474f9df08f119e (patch)
tree471f07c7711858fcfd16b0481eb36da575307b76 /ChangeLog
parentb6788a2ce08c61dc67be62dafc459ddd00e0ed83 (diff)
Updated combox.events.ComboxDirMonitor and combox.events.NodeDirMonitor. See ChangeLog.
Changes related to bug#10.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog18
1 files changed, 17 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 7b5ff0e..61811ac 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,4 +1,20 @@
-2015-11-2 Siddharth Ravikumar <sravik@bgsu.edu>
+2015-11-08 Siddharth Ravikumar <sravik@bgsu.edu>
+
+ * 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 <sravik@bgsu.edu>
commit 7509f54f5173769eea