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

Comparing AnyEvent/Changes (file contents):
Revision 1.478 by root, Wed Aug 17 22:34:10 2011 UTC vs.
Revision 1.481 by root, Sat Aug 20 01:49:27 2011 UTC

2 2
3TODO: document TCP_*** constants 3TODO: document TCP_*** constants
4 4
5TODO: AnyEvent::Log 5TODO: AnyEvent::Log
6TODO: check for #TODO 6TODO: check for #TODO
7TODO: new context
8TODO: consume--
9TODO: ae::log examples
10TODO: consolide slogging, e.g AnyEvent::Debug
76.01 116.01
8 - INCOMPATIBLE CHANGE: AnyEvent::DNS resource records now include 12 - INCOMPATIBLE CHANGE: AnyEvent::DNS resource records now include
9 the TTL as fourth element - this affects ->resolve, ->request 13 the TTL as fourth element - this affects ->resolve, ->request
10 and ->dns_unpack indirectly. Convenience functions such as 14 and ->dns_unpack indirectly. Convenience functions such as
11 AnyEvent::DNS::{a,txt,mx,srv} are not affected, neither is 15 AnyEvent::DNS::{a,txt,mx,srv} are not affected, neither is
31 - new env variable, PERL_ANYEVENT_DEBUG_SHELL, to automatically start 35 - new env variable, PERL_ANYEVENT_DEBUG_SHELL, to automatically start
32 a debug shell. 36 a debug shell.
33 - new env variable, PERL_ANYEVENT_DEBUG_WRAP, to automatically enable 37 - new env variable, PERL_ANYEVENT_DEBUG_WRAP, to automatically enable
34 watcher instrumentation/wrapping (see AnyEvent::Debug::wrap). 38 watcher instrumentation/wrapping (see AnyEvent::Debug::wrap).
35 - lots of new AnyEvent::Debug functionality. 39 - lots of new AnyEvent::Debug functionality.
36 - AnyEvent::Strict now checks for modifications $_ by the callback. 40 - AnyEvent::Strict now checks for modifications $_ by the callback
41 (by setting it to readonly while executing the callback, if possible).
37 - IO::Async sometimes cancels the wrong timer when you call cancel_timer. 42 - IO::Async sometimes cancels the wrong timer when you call cancel_timer.
38 Invest extra overhead to work around this peculiar behaviour. 43 Invest extra overhead to work around this peculiar behaviour.
39 - split the pure perl backend into a loop module and an impl 44 - split the pure perl backend into a loop module and an impl
40 module (AnyEvent::Loop and AnyEvent::Impl::Perl). 45 module (AnyEvent::Loop and AnyEvent::Impl::Perl).
41 - some read types (regex, netstring, json, storable) could 46 - some read types (regex, netstring, json, storable) could

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines