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

Comparing AnyEvent/Changes (file contents):
Revision 1.476 by root, Tue Aug 16 21:33:38 2011 UTC vs.
Revision 1.480 by root, Sat Aug 20 01:03:08 2011 UTC

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

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines