Edited wiki page through web user interface.

This commit is contained in:
Louwrentius 2010-07-22 21:56:00 +00:00
parent 165a1405cd
commit 18d1b70738
1 changed files with 4 additions and 0 deletions

View File

@ -1,6 +1,10 @@
#summary Changelog of distributed PPSS
#labels Featured
=== 2.83 ===
* Fixed iss 33: Daemon mode crashes if inotify is not installed. This version is available as an attachment to this issue.
=== 2.82 ===
* 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).