diff --git a/wiki/Changelog.wiki b/wiki/Changelog.wiki index dd67288..55dd8d8 100644 --- a/wiki/Changelog.wiki +++ b/wiki/Changelog.wiki @@ -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).