--- AnyEvent/Changes 2008/04/19 04:58:14 1.45 +++ AnyEvent/Changes 2008/04/24 02:23:55 1.48 @@ -1,5 +1,20 @@ Revision history for Perl extension AnyEvent. + - implement PERL_ANYEVENT_MODEL env variable. + - implement interface to the (very crashy/buggy) Event::Lib module. + - tried to implement an interface to Qt, but perl-Qt is in a + totally broken state (Qt::app returns an invalid object, memory + corruption ensues etc.) + +3.12 Tue Apr 22 07:11:46 CEST 2008 + - reinstate AUTHOR section that got lost somehow. + - do not hang in the testsuite with badly broken perls (activestate, + strawberry...), but instead diagnose the problem and continue. + - use INT instead of CHLD in an attempt to support broken windows perls + better (this decreases the test quality, unfortunately). + - do not send the signal to the process group + (no problem for CHLD, bad for INT :). + 3.11 Sat Apr 19 06:57:31 CEST 2008 - major documentation rework. - document the fact that child watchers only watch for zombies.