ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/cvsroot/Linux-Inotify2/Changes
(Generate patch)

Comparing cvsroot/Linux-Inotify2/Changes (file contents):
Revision 1.23 by root, Sat Jul 7 14:18:58 2018 UTC vs.
Revision 1.24 by root, Thu Oct 25 01:10:44 2018 UTC

1Revision history for Linux::Inotify2 1Revision history for Linux::Inotify2
2 2
3TODO: document move/renaming issues for fullname 3TODO: document move/renaming issues for fullname
4TODO: find_watchers($path), or maybe just ->watchers 4TODO: find_watchers($path), or maybe just ->watchers
5 5
6TODO: https://rt.cpan.org/Ticket/Display.html?id=90124
7TODO: https://www.perlmonks.org/?node_id=1168395, rm_watch event causes poll to return 0 6TODO: https://www.perlmonks.org/?node_id=1168395, rm_watch event causes poll to return 0
7****1.23 Thu Oct 25 02:38:47 CEST 2018
82.0
9 - new on_overflow callback, called for overflow events.
10 - new ->broadcast method that calls all watchers with some event.
11 - automatically broadcast overflow events to all watchers by default.
12 - read now returns all events (except ignored ones), not just ones
13 it has registered watchers for (e.g. overflow events).
8 - reduced dependencies (Mike Pomraning). 14 - reduced dependencies (Mike Pomraning).
9 - add IN_EXCL_UNLINK flag. 15 - add IN_EXCL_UNLINK flag.
10 - more efficient constant initialisation. 16 - more efficient constant initialisation.
11 17
121.22 Tue Jun 14 08:34:38 CEST 2011 181.22 Tue Jun 14 08:34:38 CEST 2011

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines