Revision history for Linux::Inotify2 TODO: document move/renaming issues for fullname TODO: find_watchers($path), or maybe just ->watchers - fixed formatting. 1.01 Tue Dec 20 12:31:16 CET 2005 - more fixes by Andrejs Dubovskis: - removed debugging code accidentally left in. - streaming API didn't always return properly blessed objects. 1.0 Mon Dec 19 17:48:01 CET 2005 - incorporated a major patch by Andrejs Dubovskis: - added a non-callback interface to read events - better error handling in non-blocking case. - added test case. - fix reading events leaking memory. 0.8 Sun Nov 27 13:43:14 CET 2005 - improved documentation. - added IN_MOVE_SELF. - cancel events when receiving an IN_ONESHOT event. - clarify documentation for ->cookie. 0.2 Tue Aug 23 04:27:31 CEST 2005 - poll now really returns the #events. - handle multiple cancel's gracefully. - auto-cancel watchers on IN_IGNORED and IN_UNMOUNT. situation with IN_ONESHOT is unclear (does have no effect on 2.6.13-rc6-git13). - avoid race between canceled and newly-created watches. - improved documentation. 0.1 Mon Aug 22 12:05:15 CEST 2005 - original version, a Linux::AIO clone.