--- AnyEvent/Changes 2008/05/30 08:17:10 1.138 +++ AnyEvent/Changes 2008/06/06 10:49:20 1.154 @@ -1,5 +1,44 @@ Revision history for Perl extension AnyEvent. + - the pure perl backend would keep some watchers alive when more than + one watcher was registered for the same fd. + - 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 + enter an endless loop. + - correctly start reading again when the handle became + busy again after idling. + - correctly treat tls shut-downs as EOF condition + (for the time being, would be nice to have a callback for that). + - correctly call eof callback under all conditions + (hopefully). + - the timeout callback did not expect that $self can go + away any time. + +4.12 Tue Jun 3 10:58:04 CEST 2008 + - include AnyEvent::Intro, a tutorial for anyevent, + anyevent::socket and anyevent::handle. + - allow more options in on_error. + +4.11 Fri May 30 23:42:25 CEST 2008 - INCOMPATIBLE CHANGE: replace ptr by real PTR lookup, provide reverse_lookup and reverse_verify to replace it, support v4mapped and v4compat addresses. @@ -16,6 +55,9 @@ could die. this has been fixed. - plug a probable memleak in the DNS vc code. - use configured timeout also for VC request phase. + - implement timeout and max_outstanding methods + for resolver class. + - update version numbers in all modules. 4.1 Thu May 29 05:45:40 CEST 2008 - INCOMPATIBLE CHANGE: renamed xxx_ip functions to xxx_address