1IO::KQueue Changes
2==================
3    
40.34
5    - Rebuilt tarball without the stupid OSX resource fork files.
6
70.33
8    - Fix for assertion failures on newer perls when no udata is passed
9    - Various compiler cleanups
10
110.32
12    - Previous stack fix was buggy. Really fixed.
13
140.31
15    - Make sure stack is empty before extending/pushing
16    - Support timeout = -1 means poll forever
17
180.30
19    - Compilation fix
20
210.29
22    - Fix typo in EV_ONESHOT
23    - Another memory leak fix
24    
250.28
26    - Forgot to free the kevent leading to massive memory leak
27
280.27
29    - More constants added.
30    - Move variable declarations into PREINIT so they compile with a
31      C compiler.
32    - Allow zero valued timeout for an immediate poll.
33
340.26
35    - More constants added
36    - tail.pl example added
37
380.25
39    - Initial Release
40