--- AnyEvent/Changes 2009/01/21 05:36:45 1.214 +++ AnyEvent/Changes 2009/03/27 08:33:41 1.223 @@ -1,6 +1,27 @@ Revision history for Perl extension AnyEvent. +TODO: strict checks for file, and valid fd +4.341 + - event models relying on AnyEvent's signal watcher emulation did + invoke the callback asynchronously, contradicting documentation + and causing signals to get lost (this includes AnyEvent's own + event loop). AnyEvent now uses the standard pipe trick to make + callback execution synchronous to the event loop. + - AnyEvent::Handle didn't free tls context data on DESTROY + (patch by Pavel Shaydo). + - work around the ever-incompatibly-changing API of MakeMaker. + - document that changing global variables without restoring them + is a bad idea in Perl (noted by Adam Rosenstein). + +4.34 Thu Feb 12 18:32:45 CET 2009 + - separately buffer TLS read data, as otherwise the read queue could + deadlock as receiving data is not expected while draining the + read queue (which cna only happen with TLS). - raise EBADMSG error on JSON decoding errors. + - fix some minor manpage bugs (reported by Maximilian Gaß). + - speed up select bitmask parsing quite a bit in the pure perl + backend. + - use CORE::select instead of just select in AnyEvent::Impl::Perl. 4.331 Tue Jan 6 21:07:25 CET 2009 - socketpair fails on many vista machines because vista has