--- AnyEvent/Changes 2009/07/08 13:46:46 1.272 +++ AnyEvent/Changes 2009/07/09 21:42:23 1.275 @@ -1,6 +1,10 @@ Revision history for Perl extension AnyEvent. -4.801 + - use Config module instead of POSIX module to detect signal names + in AnyEvent::Strict and AnyEvent::Impl::EventLib, as the POSIX + module doesn't even have all POSIX signals :/. + +4.81 Thu Jul 9 10:30:30 CEST 2009 - AnyEvent::Handle didn't properly diagnose write errors (it expected -1 from syswrite, how lame... :). - support file descriptors in addition to file handles @@ -9,6 +13,7 @@ PERL_ANYEVENT_MAX_OUTSTANDING_DNS, PERL_ANYEVENT_CA_FILE and PERL_ANYEVENT_CA_PATH. - provide a sensible synopsis section for AnyEvent::TLS. + - add a "supported backends" section to the manpage. - added simple io watcher test to testsuite, using a portable_socketpair. - tried to improve the stability of the Event::Lib backend,