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

Comparing AnyEvent/Changes (file contents):
Revision 1.439 by root, Sun Jan 23 11:15:09 2011 UTC vs.
Revision 1.474 by root, Mon Aug 15 23:21:09 2011 UTC

1Revision history for Perl extension AnyEvent. 1Revision history for Perl extension AnyEvent.
2 2
3TODO: document TCP_*** constants 3TODO: document TCP_*** constants
4TODO: catch AE::xxx for anyevent strict and anyevent debug 4
5TODO: anyevent::trace? or debug tracing all watchers? 5TODO: logging? / trace_level AnyEvent::Log
6TODO: anyevent strict checking for $_ changes? 66.01
7
86.0 (not officially released)
9 - INCOMPATIBLE CHANGE: AnyEvent::DNS resource records now include
10 the TTL as fourth element - this affects ->resolve directly,
11 and ->request and ->dns_unpack indirectly. Convenience functions
12 such as AnyEvent::DNS::{a,txt,mx,srv} are not affected, neither
13 is AnyEvent::Socket.
14 - INCOMPATIBLE CHANGE: backend authors now should not implement
15 one_event or loop, but instead the AnyEvent::CondVar::_wait and _poll
16 methods.
17 - DEPRECIATION: please change
18 "use AnyEvent::Impl::Perl" to "use AnyEvent::Loop" and
19 "AnyEvent::Impl::Perl::loop" to "AnyEvent::Loop::run"
20 in your programs, for future compatibility.
21 - *blush* idle watcher emulation was borked.
22 - AnyEvent::Strict now checks the AE::xxx functions as well.
23 - 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
25 for too long domain names explicitly and passes an undef to the callback
26 instead (reported by James Bromberger).
27 - make AnyEvent::Util more robust against EINTR (analyzed by Andrew Suffield).
28 - new function: AnyEvent::postpone.
29 - new env variable, PERL_ANYEVENT_DEBUG_SHELL, to automatically start
30 a debug shell.
31 - new env variable, PERL_ANYEVENT_DEBUG_WRAP, to automatically enable
32 watcher instrumentation/wrapping (see AnyEvent::Debug::wrap).
33 - lots of new AnyEvent::Debug functionality.
34 - AnyEvent::Strict now checks for modifications $_ by the callback.
35 - IO::Async sometimes cancels the wrong timer when you call cancel_timer.
36 Invest extra overhead to work around this peculiar behaviour.
37 - split the pure perl backend into a loop module and an impl
38 module (AnyEvent::Loop and AnyEvent::Impl::Perl).
39 - some read types (regex, netstring, json, storable) could
40 errornously keep an AE::Handle object alive on their own
41 (reported by Mohammad Toossi).
42 - add more workarounds around child watcher bugs in IO::Async
43 and (newly introduced) in POE.
44 - use glib child watchers and try to work around its limitations,
45 if possible (based on a patch by Kevin Ryde).
46 - add support for FLTK (fltk2), via AnyEvent::Impl::FLTK2.
47 - many read types in AnyEvent::Handle would malfunction during
48 transitions to TLS because of a "delete $self->{rbuf}".
49 (reported by Gerald Galster).
50 - improve condvar blocking wait performance (probably only noticable
51 with faster backends), also make it easier for event loops that
52 do not support blocking waits.
53 - PERL_ANYEVENT_MODEL now also allows full module names, although
54 the usefulness of this feature is not yet clear.
55 - add tests for all supported event loops, conditional on PERL_ANYEVENT_LOOP_TESTS.
56 - add t/80_ssltext.t.
57 - no longer use AUTOLOAD for the initial loading (for no very good reason).
58 - tcp_server now tries to unlink unix domain sockets when it gets destroyed.
59 - do not run event loop detection multiple times when programs call their cached
60 copies of AnyEvent::detect.
61 - parse_hostport now accepts absolute paths als unix domain sockets.
62
635.34 Thu May 12 09:59:41 CEST 2011
64 - AE::TLS didn't support both cert_file and key at the same time,
65 due to some copy&paste bug (reported and analyzed by vti).
66 - improve AE::Handle timeout documentation slightly.
67
685.33 Mon Feb 7 21:51:41 CET 2011
69 - never appeared on CPAN, for unknown reasons.
70 - AnyEvent::Handle on_connect_error - do not try to destroy a handle
71 object when it's already gone (analyzed by Ryan Bullock).
72 - update idna algorithm(s) to UTS#46 version 6.0.0.
73 - preserve trailing dot in idn_to_ascii - testsuite says to preserve,
74 uts46 says it's an error, and testsuite makes more sense.
75 - remove leading dots in idn_to_ascii - testsuite says to remove,
76 uts46 says it's an error, and testsuite makes more sense.
77 - fixed a bug in idn ignored character processing.
78 - passes the uts46 6.0.0 testsuite except for three cases which
79 apparently are bugs in the testsuite itself.
80 - passes the uts46 6.0.1 testsuite except for eleven cases which
81 apparently are bugs in the testsuite itself.
7 82
85.31 Sun Jan 23 11:49:19 CET 2011 835.31 Sun Jan 23 11:49:19 CET 2011
9 - work around a POE bug where POE would first poll for new events and 84 - work around a POE bug where POE would first poll for new events and
10 invoke handlers BEFORE handling the message queue. 85 invoke handlers BEFORE handling the message queue.
11 - fix parsing of "domain" statement in resolv.conf (Johannes Plunien). 86 - fix parsing of "domain" statement in resolv.conf (Johannes Plunien).
12 - stop_read now does just that in TLS mode. see its 87 - stop_read now does just that in TLS mode. see its
13 documentation for caveats. 88 documentation for caveats.
14 - update to common::sense 3.4 warning set. 89 - update to common::sense 3.4 warning set (some warnings in perl impose
90 an arbitrary 32kb limit on regex matches, which affects
91 AnyEvent::Handle).
15 - AE::Handle had a broken rbuf_max method and missing wbuf_max method. 92 - AE::Handle had a broken rbuf_max method and missing wbuf_max method.
16 - new experimental AE::Handle::resettls method. 93 - new experimental AE::Handle::resettls method.
17 94
185.3 Fri Dec 31 05:48:13 CET 2010 955.3 Fri Dec 31 05:48:13 CET 2010
19 - major IOAsync patch by Paul Evans - 0.33 is required, as the major 96 - major IOAsync patch by Paul Evans - 0.33 is required, as the major

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines