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.461 by root, Sat Aug 13 02:20:29 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: FLTK docs
11 - INCOMPATIBLE CHANGE: AnyEvent::DNS resource records now include 14 - INCOMPATIBLE CHANGE: AnyEvent::DNS resource records now include
12 the TTL as fourth element - this affects ->resolve directly, 15 the TTL as fourth element - this affects ->resolve directly,
13 and ->request and ->dns_unpack indirectly. Convenience functions 16 and ->request and ->dns_unpack indirectly. Convenience functions
14 such as AnyEvent::DNS::{a,txt,mx,srv} are not affected. 17 such as AnyEvent::DNS::{a,txt,mx,srv} are not affected.
15 - INCOMPATIBLE CHANGE: backend authors now should not implement 18 - INCOMPATIBLE CHANGE: backend authors now should not implement
18 - DEPRECIATION: please change 21 - DEPRECIATION: please change
19 "use AnyEvent::Impl::Perl" to "use AnyEvent::Loop" and 22 "use AnyEvent::Impl::Perl" to "use AnyEvent::Loop" and
20 "AnyEvent::Impl::Perl::loop" to "AnyEvent::Loop::run" 23 "AnyEvent::Impl::Perl::loop" to "AnyEvent::Loop::run"
21 in your programs, for future compatibility. 24 in your programs, for future compatibility.
22 - *blush* idle watcher emulation was borked. 25 - *blush* idle watcher emulation was borked.
26 - AnyEvent::Strict now checks the AE::xxx functions as well.
23 - querying too long domain names would barf deep inside AnyEvent::DNS - since 27 - 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 28 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 29 for too long domain names explicitly and passes an undef to the callback
26 instead (reported by James Bromberger). 30 instead (reported by James Bromberger).
27 - new function: AnyEvent::postpone. 31 - new function: AnyEvent::postpone.
47 do not support blocking waits. 51 do not support blocking waits.
48 - PERL_ANYEVENT_MODEL now also allows full module names, although 52 - PERL_ANYEVENT_MODEL now also allows full module names, although
49 the usefulness of this feature is not yet clear. 53 the usefulness of this feature is not yet clear.
50 - add tests for all supported event loops, conditional on PERL_ANYEVENT_LOOP_TESTS. 54 - add tests for all supported event loops, conditional on PERL_ANYEVENT_LOOP_TESTS.
51 - add t/80_ssltext.t. 55 - add t/80_ssltext.t.
56 - no longer use AUTOLOAD for the initial loading (for no very good reason).
52 57
535.34 Thu May 12 09:59:41 CEST 2011 585.34 Thu May 12 09:59:41 CEST 2011
54 - AE::TLS didn't support both cert_file and key at the same time, 59 - 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). 60 due to some copy&paste bug (reported and analyzed by vti).
56 - improve AE::Handle timeout documentation slightly. 61 - improve AE::Handle timeout documentation slightly.

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines