--- AnyEvent/Changes 2009/07/28 02:07:18 1.302 +++ AnyEvent/Changes 2009/07/29 12:39:21 1.307 @@ -1,5 +1,15 @@ Revision history for Perl extension AnyEvent. +TODO: release a:i 1.0 +TODO: ae::strict should chekc for signal names (enforced) + - normalise signal numbers to names when using the ae's + signal handling, but do not document this (yet). + +4.881 Tue Jul 28 12:51:53 CEST 2009 + - work around a bug in local in pre-5.10 perls, causing + AnyEvent::Handle to recurse when it should not + (analyzed by elmex). + 4.88 Tue Jul 28 04:04:37 CEST 2009 - re-bless the handle into a dummy package after calling AnyEvent::Handle::destroy, so the user does not need to check