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

Comparing AnyEvent/Changes (file contents):
Revision 1.460 by root, Fri Aug 12 18:41:25 2011 UTC vs.
Revision 1.463 by root, Sat Aug 13 15:32:39 2011 UTC

6TODO: anyevent strict checking for $_ changes? 6TODO: anyevent strict checking for $_ changes?
7 7
8TODO: redesign Impl 8TODO: redesign Impl
9TODO: make ae::run mroe robust against eintr, Andrew Suffield 9TODO: make ae::run mroe robust against eintr, Andrew Suffield
10TODO: IO::Async sometimes cancels the wrong timer when you call cancel_timer -wait for IO::Async release. 10TODO: IO::Async sometimes cancels the wrong timer when you call cancel_timer -wait for IO::Async release.
11TODO: wrap
12TODO: shell on env
13TODO: parse_unix???
14TODO: debug shell pid?
11 - INCOMPATIBLE CHANGE: AnyEvent::DNS resource records now include 15 - INCOMPATIBLE CHANGE: AnyEvent::DNS resource records now include
12 the TTL as fourth element - this affects ->resolve directly, 16 the TTL as fourth element - this affects ->resolve directly,
13 and ->request and ->dns_unpack indirectly. Convenience functions 17 and ->request and ->dns_unpack indirectly. Convenience functions
14 such as AnyEvent::DNS::{a,txt,mx,srv} are not affected. 18 such as AnyEvent::DNS::{a,txt,mx,srv} are not affected.
15 - INCOMPATIBLE CHANGE: backend authors now should not implement 19 - INCOMPATIBLE CHANGE: backend authors now should not implement
18 - DEPRECIATION: please change 22 - DEPRECIATION: please change
19 "use AnyEvent::Impl::Perl" to "use AnyEvent::Loop" and 23 "use AnyEvent::Impl::Perl" to "use AnyEvent::Loop" and
20 "AnyEvent::Impl::Perl::loop" to "AnyEvent::Loop::run" 24 "AnyEvent::Impl::Perl::loop" to "AnyEvent::Loop::run"
21 in your programs, for future compatibility. 25 in your programs, for future compatibility.
22 - *blush* idle watcher emulation was borked. 26 - *blush* idle watcher emulation was borked.
27 - AnyEvent::Strict now checks the AE::xxx functions as well.
23 - querying too long domain names would barf deep inside AnyEvent::DNS - since 28 - querying too long domain names would barf deep inside AnyEvent::DNS - since
24 this is hard to avoid for applications, AnyEvent:.DNS::request now checks for 29 this is hard to avoid for applications, AnyEvent:.DNS::request now checks for
25 for too long domain names explicitly and passes an undef to the callback 30 for too long domain names explicitly and passes an undef to the callback
26 instead (reported by James Bromberger). 31 instead (reported by James Bromberger).
27 - new function: AnyEvent::postpone. 32 - new function: AnyEvent::postpone.
33 - new env variable, PERL_ANYEVENT_DEBUG_SHELL, to automatically start
34 a debug shell.
35 - new env variable, PERL_ANYEVENT_DEBUG_WRAP, to automatically enable
36 watcher instrumentation/wrapping.
28 - IO::Async sometimes cancels the wrong timer when you call cancel_timer. 37 - IO::Async sometimes cancels the wrong timer when you call cancel_timer.
29 Invest extra overhead to work around this peculiar behaviour. 38 Invest extra overhead to work around this peculiar behaviour.
30 - split the pure perl backend into a loop module and an impl 39 - split the pure perl backend into a loop module and an impl
31 module (AnyEvent::Loop and AnyEvent::Impl::Perl). 40 module (AnyEvent::Loop and AnyEvent::Impl::Perl).
32 - some read types (regex, netstring, json, storable) could 41 - some read types (regex, netstring, json, storable) could
47 do not support blocking waits. 56 do not support blocking waits.
48 - PERL_ANYEVENT_MODEL now also allows full module names, although 57 - PERL_ANYEVENT_MODEL now also allows full module names, although
49 the usefulness of this feature is not yet clear. 58 the usefulness of this feature is not yet clear.
50 - add tests for all supported event loops, conditional on PERL_ANYEVENT_LOOP_TESTS. 59 - add tests for all supported event loops, conditional on PERL_ANYEVENT_LOOP_TESTS.
51 - add t/80_ssltext.t. 60 - add t/80_ssltext.t.
61 - no longer use AUTOLOAD for the initial loading (for no very good reason).
52 62
535.34 Thu May 12 09:59:41 CEST 2011 635.34 Thu May 12 09:59:41 CEST 2011
54 - AE::TLS didn't support both cert_file and key at the same time, 64 - AE::TLS didn't support both cert_file and key at the same time,
55 due to some copy&paste bug (reported and analyzed by vti). 65 due to some copy&paste bug (reported and analyzed by vti).
56 - improve AE::Handle timeout documentation slightly. 66 - improve AE::Handle timeout documentation slightly.

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines