--- EV/Changes 2007/11/22 04:52:22 1.56 +++ EV/Changes 2007/12/01 22:51:34 1.71 @@ -1,5 +1,35 @@ Revision history for Perl extension EV + - add a missing SPAGAIN. + - ripped out EV::DNS, use EV::ADNS for a better backend. + - make ev_time callable from EVAPI.h. + +1.5 Wed Nov 28 20:19:09 CET 2007 + - add inotify backend. + - make testsuite even less sensible to timing issues, + add more stat tests. + - add ->attr, ->prev, ->stat calls to stat watcher. + +1.4 Tue Nov 27 17:35:27 CET 2007 + - work around a linux 2.4 kernel bug in child handlers. + - implement stat watcher interface. + - implement fork watcher interface. + - io->set did not keep the fh alive. + - actively check signal numbers/names to be valid. + - cleanups, minor fixes, new bugs. + - work around windows bugs in the testsuite. + +1.3 Sun Nov 25 10:46:57 CET 2007 + - stopping idle/check/prepare watchers could cause data corruption. + - implement and document EV::once. + - improved documentation, verify that netbsd indeed has the only + working kqueue implementation (out of darwin, freebsd, netbsd and + openbsd). Praise them! + - fix the data method so it might work. + - expose ev_ref/ev_unref to the C API. + - expose ref/unref in form of the ->keepalive method to perl. + - minor bugfixes and portability fixes. + 1.2 Thu Nov 22 05:44:09 CET 2007 - disable kqueue by default on !netbsd, as its broken on freebsd, darwin and openbsd and thus almost everywhere.