File: Changes

package info (click to toggle)
libfilesys-notify-simple-perl 0.13-1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 128 kB
  • sloc: perl: 191; makefile: 2
file content (42 lines) | stat: -rw-r--r-- 1,299 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
32
33
34
35
36
37
38
39
40
41
42
Revision history for Perl extension Filesys::Notify::Simple

0.13  2018-03-07 23:02:15 PST
        - Add OpenBSD support #22
        - Fix for a new Mac::FSEvents API #25

0.12  2013-06-13 14:45:27 PDT
       - Fix GH#12, Tests should no longer fail under HARNESS_OPTIONS=j10 (Kent Frederic)

0.11  2013-06-12 17:39:36 PDT
        - use Milla

0.10  Fri Feb  1 00:40:56 PST 2013
        - Support moved files with inotify2 (nihen)

0.09  Fri Jan 25 08:08:33 PST 2013
        - Added Win32 support (yak1ex)

0.08  Mon Sep 26 18:40:06 PDT 2011
        - Added KQueue support for FreeBSD

0.07  Thu Jan 13 11:32:09 PST 2011
        - Don't die when there's a symlink poiting to something already processed (clkao)

0.06  Mon Mar 29 17:21:58 PDT 2010
        - Fixed it so ->wait won't die if one of the given directory doesn't exist, on platforms
          like Win32.

0.05  Sun Nov 29 14:42:13 JST 2009
        - Fixed fails with Win32 (charsbar++)

0.04  Fri Oct 23 23:16:13 PDT 2009
        - Upgrade Test::SharedFork in inc/

0.03  Fri Oct 23 01:21:13 PDT 2009
        - Fixed a bug where sub directory is not being monitored with Inotify2 (Thanks to kazeburo)

0.02  Thu Oct 22 13:25:18 PDT 2009
        - Added Test::SharedFork to inc/

0.01  Wed Oct 21 01:42:58 2009
        - original version