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

Comparing AnyEvent/Changes (file contents):
Revision 1.455 by root, Thu Aug 4 09:14:01 2011 UTC vs.
Revision 1.456 by root, Thu Aug 11 20:56:07 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
8 - INCOMPATIBLE CHANGE: AnyEvent::DNS resource records now include 10 - INCOMPATIBLE CHANGE: AnyEvent::DNS resource records now include
9 the TTL as fourth element - this affects ->resolve directly, 11 the TTL as fourth element - this affects ->resolve directly,
10 and ->request and ->dns_unpack indirectly. Convenience functions 12 and ->request and ->dns_unpack indirectly. Convenience functions
11 such as AnyEvent::DNS::{a,txt,mx,srv} are not affected. 13 such as AnyEvent::DNS::{a,txt,mx,srv} are not affected.
12 - INCOMPATIBLE CHANGE: backend authors now should not implement 14 - INCOMPATIBLE CHANGE: backend authors now should not implement
14 methods. 16 methods.
15 - DEPRECIATION: please change 17 - DEPRECIATION: please change
16 "use AnyEvent::Impl::Perl" to "use AnyEvent::Loop" and 18 "use AnyEvent::Impl::Perl" to "use AnyEvent::Loop" and
17 "AnyEvent::Impl::Perl::loop" to "AnyEvent::Loop::run" 19 "AnyEvent::Impl::Perl::loop" to "AnyEvent::Loop::run"
18 in your programs, for future compatibility. 20 in your programs, for future compatibility.
21 - new function: AnyEvent::postpone.
19 - split the pure perl backend into a loop module and an impl 22 - split the pure perl backend into a loop module and an impl
20 module (AnyEvent::Loop and AnyEvent::Impl::Perl). 23 module (AnyEvent::Loop and AnyEvent::Impl::Perl).
21 - some read types (regex, netstring, json, storable) could 24 - some read types (regex, netstring, json, storable) could
22 errornously keep an AE::Handle object alive on their own 25 errornously keep an AE::Handle object alive on their own
23 (reported by Mohammad Toossi). 26 (reported by Mohammad Toossi).

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines