Overview
Request 1060195 accepted
- Update to version 5.3
* Symlink changes detected on Linux by setting
'ENTR_INOTIFY_SYMLINK'.
* Use /dev/null rather then closed pipe for stdin in -r mode.
* Utilize {O,FD}_CLOEXEC flag for unintentional leaks of
descriptors to executed utilities.
* Remove C unit tests.
* Only respond to attribute/inode changes on Linux.
- Drop tests. The new tests do not run within a chroot.
Request History
mnhauke created request
- Update to version 5.3
* Symlink changes detected on Linux by setting
'ENTR_INOTIFY_SYMLINK'.
* Use /dev/null rather then closed pipe for stdin in -r mode.
* Utilize {O,FD}_CLOEXEC flag for unintentional leaks of
descriptors to executed utilities.
* Remove C unit tests.
* Only respond to attribute/inode changes on Linux.
- Drop tests. The new tests do not run within a chroot.
avindra accepted request
lgtm