--- AnyEvent/Changes 2009/01/02 22:09:12 1.212 +++ AnyEvent/Changes 2009/02/10 13:58:49 1.217 @@ -1,5 +1,13 @@ Revision history for Perl extension AnyEvent. +TODO: ssl-bug (write can caquse read data to become available, in_drain causes skip, no progress detected). + - 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 completely broken accept/getpeername and getsockname functions, so we provide our own socketpair emulation that kind of works