Releases: gobolinux/Listener
Releases · gobolinux/Listener
2.1: Redirect stdin/stdout to /dev/null when not running in debug mode. This
Bug fix release: turns into a proper daemon when debug mode is off.
2.0
New version, featuring a JSON-formatted config file and several improvements to the code base.
1.4
This release improves over the performance of the original code by introducing a hash table to quickly retrieve the watch structure associated with an inotify event.
1.3
This version adds support for IN_DELETE_SELF on recursive rules.
1.2
Release 1.2 incorporates support for watching symlinks.