--- AnyEvent/Changes 2008/06/05 16:53:11 1.151 +++ AnyEvent/Changes 2008/06/06 11:01:17 1.155 @@ -1,10 +1,18 @@ Revision history for Perl extension AnyEvent. -4.14 +4.15 Fri Jun 6 13:00:46 CEST 2008 + - the pure perl backend would keep some watchers alive when more than + one watcher was registered for the same fd. + - new "packstring" and "storable" read and write types + 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 jus before EOF correctly in AnyEvent::Handle. + - 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,