--- AnyEvent/Changes 2011/08/13 16:32:31 1.465 +++ AnyEvent/Changes 2011/08/13 22:44:05 1.467 @@ -9,6 +9,8 @@ TODO: wrap TODO: parse_unix??? TODO: logging? + +6.0 (not officially released) - INCOMPATIBLE CHANGE: AnyEvent::DNS resource records now include the TTL as fourth element - this affects ->resolve directly, and ->request and ->dns_unpack indirectly. Convenience functions @@ -48,8 +50,6 @@ - many read types in AnyEvent::Handle would malfunction during transitions to TLS because of a "delete $self->{rbuf}". (reported by Gerald Galster). - - resolve AnyEvent::Util::guard at first-use-time, not at load time, - for further speed and memory savings when not used. - improve condvar blocking wait performance (probably only noticable with faster backends), also make it easier for event loops that do not support blocking waits.