ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/AnyEvent/Changes
(Generate patch)

Comparing AnyEvent/Changes (file contents):
Revision 1.457 by root, Thu Aug 11 20:58:10 2011 UTC vs.
Revision 1.458 by root, Thu Aug 11 21:26:39 2011 UTC

3TODO: document TCP_*** constants 3TODO: document TCP_*** constants
4TODO: catch AE::xxx for anyevent strict and anyevent debug 4TODO: catch AE::xxx for anyevent strict and anyevent debug
5TODO: anyevent::trace? or debug tracing all watchers? 5TODO: anyevent::trace? or debug tracing all watchers?
6TODO: anyevent strict checking for $_ changes? 6TODO: anyevent strict checking for $_ changes?
7 7
8TODO: AnyEvent->postpone
9TODO: redesign Impl 8TODO: redesign Impl
10TODO: too long domain names
11TODO: make ae::run mroe robust against eintr, find out which env still causes these issues 9TODO: make ae::run mroe robust against eintr, find out which env still causes these issues Andrew Suffield
12 - INCOMPATIBLE CHANGE: AnyEvent::DNS resource records now include 10 - INCOMPATIBLE CHANGE: AnyEvent::DNS resource records now include
13 the TTL as fourth element - this affects ->resolve directly, 11 the TTL as fourth element - this affects ->resolve directly,
14 and ->request and ->dns_unpack indirectly. Convenience functions 12 and ->request and ->dns_unpack indirectly. Convenience functions
15 such as AnyEvent::DNS::{a,txt,mx,srv} are not affected. 13 such as AnyEvent::DNS::{a,txt,mx,srv} are not affected.
16 - INCOMPATIBLE CHANGE: backend authors now should not implement 14 - INCOMPATIBLE CHANGE: backend authors now should not implement
18 methods. 16 methods.
19 - DEPRECIATION: please change 17 - DEPRECIATION: please change
20 "use AnyEvent::Impl::Perl" to "use AnyEvent::Loop" and 18 "use AnyEvent::Impl::Perl" to "use AnyEvent::Loop" and
21 "AnyEvent::Impl::Perl::loop" to "AnyEvent::Loop::run" 19 "AnyEvent::Impl::Perl::loop" to "AnyEvent::Loop::run"
22 in your programs, for future compatibility. 20 in your programs, for future compatibility.
21 - querying too long domain names would barf deep inside AnyEvent::DNS - since
22 this is hard to avoid for applications, AnyEvent:.DNS::request now checks for
23 for too long domain names explicitly and passes an undef to the callback
24 instead (reported by James Bromberger).
23 - new function: AnyEvent::postpone. 25 - new function: AnyEvent::postpone.
24 - split the pure perl backend into a loop module and an impl 26 - split the pure perl backend into a loop module and an impl
25 module (AnyEvent::Loop and AnyEvent::Impl::Perl). 27 module (AnyEvent::Loop and AnyEvent::Impl::Perl).
26 - some read types (regex, netstring, json, storable) could 28 - some read types (regex, netstring, json, storable) could
27 errornously keep an AE::Handle object alive on their own 29 errornously keep an AE::Handle object alive on their own

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines