ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/Linux-Inotify2/Changes
Revision: 1.11
Committed: Fri Mar 17 20:23:07 2006 UTC (20 years, 6 months ago) by root
Branch: MAIN
Changes since 1.10: +3 -0 lines
Log Message:
*** empty log message ***

File Contents

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