--- AnyEvent/Changes 2008/06/04 09:55:16 1.146 +++ AnyEvent/Changes 2008/06/06 10:23:50 1.153 @@ -1,8 +1,23 @@ Revision history for Perl extension AnyEvent. + - new "packstring" read and write type for AnyEvent::Handle. + - allow on_eof handler to be called after on_errro with EPIPE returns. + - do not immediately call on_read callback in handle constructor. + +4.14 Thu Jun 5 20:29:31 CEST 2008 + - Fixed a bug in DNS SRV priority sorting. + - AnyEvent::Util::guard now reports runtime errors while + executing the guard block as warnings. + - handle 0-byte-reads just before EOF correctly in AnyEvent::Handle. + +4.13 Thu Jun 5 00:47:59 CEST 2008 - AnyEvent::DNS only followed cname chains with length 2, contrary to documentation. bumped it up to 10, thanks to microsoft, the current broken-dns-config-king. + - AnyEvent::DNS didn't check for socket return status + but instead relied on perl not creating filehandles in that + case - too bad it gives you a bogus file handle (reported + and analysed by Vladimir Timofeev). - fix queue management logic in AnyEvent::Handle: when on_read was registered, the queue was empty and no progress could be made AnyEvent::Handle would