File: Changes

package info (click to toggle)
liblinux-inotify2-perl 1.01-2
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k
  • size: 100 kB
  • ctags: 99
  • sloc: ansic: 143; perl: 126; makefile: 53
file content (31 lines) | stat: -rw-r--r-- 1,251 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
Revision history for Linux::Inotify2

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.