From a89007eb88d9fdaf29625863d8ccf136e1c547c4 Mon Sep 17 00:00:00 2001 From: Louwrentius Date: Sun, 18 Jul 2010 13:47:04 +0000 Subject: [PATCH] Edited wiki page through web user interface. --- wiki/Changelog.wiki | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/wiki/Changelog.wiki b/wiki/Changelog.wiki index 0fc629b..38fb1fc 100644 --- a/wiki/Changelog.wiki +++ b/wiki/Changelog.wiki @@ -3,7 +3,10 @@ === 2.81 (NOT RELEASED YET, available in SVN) === - * This version will support the Linux inotify system. File system events are processed in real-time, asynchronously in daemon mode. Thus, if inotify is installed on the system, PPSS will detect this and use it to watch a specified directory for file system events. This allows PPSS to respond to file system events very quickly. It also does a way with the locking mechanism that is required if inotify is not used. + * This version will support the Linux inotify system. File system events are processed in real-time, asynchronously in daemon mode. Thus, if inotify is installed on the system, PPSS will detect this and use it to watch a specified directory for file system events. This allows PPSS to respond to file system events very quickly. It also does a way with the locking mechanism that is required if inotify is not used. To use inotify, you must install it first (inotify-tools). + + * Daemon mode now checks modification date of files to prevent processing of files while they are still being written to if inotify is not used or not installed. + * Some under the hood code improvements. === 2.80 ===