1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24
  
     | 
    
      0.5    2017 Sep 14
       - Fix broken install target (thanks, Jon Allen!)
       - Fix accidental double close bug (thanks, Laurent B.!)
0.4    2014 May 25
       - Add getfd as an alias for fileno.
0.3    2014 Apr 02
       - Remove deprecated global proxy table for library.  Module
         now completely follows 5.2 module conventions.
       - Add interface for enabling non-blocking handles
       - Document fileno method
0.2    2012 Dec 28
       - Issue a deprecation warning when using
         _G.inotify.  Make sure you use the return
         value of require 'inotify' for your library
         calls!
       - Documentation improvements (thanks to Craig Barnes)
       - Add iterator interface to inotify handles
       - Add __type metafield for typical and other type libraries.
0.1    2012 Sep 18
       - Initial release.
 
     |