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

Comparing AnyEvent/Changes (file contents):
Revision 1.260 by root, Fri Jul 3 21:44:14 2009 UTC vs.
Revision 1.304 by root, Tue Jul 28 11:59:35 2009 UTC

1Revision history for Perl extension AnyEvent. 1Revision history for Perl extension AnyEvent.
2 2
3ZERO_RETURN - stoptls? 34.881 Tue Jul 28 12:51:53 CEST 2009
4 - work around a bug in local in pre-5.10 perls, causing
5 AnyEvent::Handle to recurse when it should not
6 (analyzed by elmex).
7
84.88 Tue Jul 28 04:04:37 CEST 2009
9 - re-bless the handle into a dummy package after calling
10 AnyEvent::Handle::destroy, so the user does not need to check
11 for errors after every push_write etc.
12 - do not attempt to run t/02_signals.t on obviously broken
13 platforms.
14
154.87 Sun Jul 26 02:06:16 CEST 2009
16 - do not attempt to linger when there is no longer a valid fh.
17 - enforce tls mode to be either accept or connect, do not simply
18 segfault in Net::SSLeay.
19 - AnyEvent::Handle can now call tcp_connect itself (new parameters
20 connect, on_prepare, on_connect and on_connect_error). Updated
21 tutorial accordingly.
22 - add AnyEvent::Impl::Irssi backend.
23
244.86 Mon Jul 20 23:52:29 CEST 2009
25 - since the verbose warning is not enough, explicitly document
26 that versions before 1.33 of Net::SSLeay are not secure.
27 - work around signal handling races in Event and (...) Event::Lib.
28 - try to align signal-race timer to full-second boundaries.
29 - work around Tk not liking negative timeouts.
30 - don't complain of different grades of environmental unfriendlyness
31 in IO::Async.
32
334.85 Sat Jul 18 06:16:14 CEST 2009
34 - nail the signal race problem in perl once and for all
35 (see $AnyEvent::MAX_SIGNAL_LATENCY).
36 - take advantage of Async::Interrupt if it is available.
37 - load Time::HiRes and Guard modules on demand only.
38 - add optional/recommended modules section to AnyEvent
39 documentation.
40 - reduce memory usage considerably (and reduce startup penalty)
41 by not using "strict", "warnings" and "overload" modules.
42 - work around buggy windows/openbsd perls and provide EBADMSG
43 and EPROTO ourselves when missing.
44 - improve perl 5.6 compatibility of the core event loop.
45 - made Net::SSLeay version 1.33 a soft requirement.
46
474.83 Fri Jul 17 16:56:26 CEST 2009
48 - implement AnyEvent::Socket::getprotobyname.
49 - AnyEvent::CondVar's will now detect recursive blocking
50 waits and will croak, as too many people fall into
51 this trap.
52 - AnyEvent::Handle will now call ->destroy on itself after
53 executing the on_error callback, instead of doing some
54 half-baked internal shutdown, for fatal errors.
55 - clarify on_eof behaviour w.r.t. the read queue and
56 on_read callbacks.
57 - ignore some possible spurious wake-ups in tcp_connect.
58
594.82 Sat Jul 11 00:34:55 CEST 2009
60 - POE and Event backends didn't accept some callable objects as
61 callbacks.
62 - use Config module instead of POSIX module to detect signal names
63 in AnyEvent::Strict and AnyEvent::Impl::EventLib, as the POSIX
64 module doesn't even have all POSIX signals :/.
65 - use more workarounds around the many refcnt/corruption bugs in
66 Event::Lib.
67 - work around a race condition in perl's select, causing t/03_child.t
68 to rarely fail.
69
704.81 Thu Jul 9 10:30:30 CEST 2009
71 - AnyEvent::Handle didn't properly diagnose write errors
72 (it expected -1 from syswrite, how lame... :).
73 - support file descriptors in addition to file handles
74 in AnyEvent->io.
75 - new env variables: PERL_ANYEVENT_RESOLV_CONF,
76 PERL_ANYEVENT_MAX_OUTSTANDING_DNS, PERL_ANYEVENT_CA_FILE
77 and PERL_ANYEVENT_CA_PATH.
78 - provide a sensible synopsis section for AnyEvent::TLS.
79 - add a "supported backends" section to the manpage.
80 - added simple io watcher test to testsuite, using a
81 portable_socketpair.
82 - tried to improve the stability of the Event::Lib backend,
83 YMMV.
84
854.8 Mon Jul 6 23:45:16 CEST 2009
86 - AnyEvent::DNS did not properly follow CNAME records with
87 uppercase targets.
88 - AnyEvent::DNS would errornously return AAAA records
89 with v4 mapped addresses (a faulty record) as ipv4 addresses,
90 causing AnyEvent::Socket to throw an exception.
4 - added new module AnyEvent::TLS for easier SSL/TLS context 91 - added new module AnyEvent::TLS for easier SSL/TLS context
5 creation, with many options including hostname verification, 92 creation, with many options including hostname verification,
6 secure default configuration, lots of documentation and, 93 secure default configuration, lots of documentation and,
7 predefined diffie-hellman keys for perfect forward security 94 predefined diffie-hellman keys for perfect forward security
8 and much more. get it while it's still fresh! 95 and much more. get it while it's still fresh!
11 so AnyEvent::Socket users have smaller memory footprint 98 so AnyEvent::Socket users have smaller memory footprint
12 in the common case. 99 in the common case.
13 - add AnyEvent::Handle->push_shutdown method. 100 - add AnyEvent::Handle->push_shutdown method.
14 - add an additional error message parameter to AnyEvent::Handle's 101 - add an additional error message parameter to AnyEvent::Handle's
15 on_error callback (for TLS, $! is still available). 102 on_error callback (for TLS, $! is still available).
103 - add AnyEvent::Handle on_starttls/on_stoptls callbacks.
16 - make AnyEvent::Handle more robust against early conenction 104 - make AnyEvent::Handle more robust against early conenction
17 failures (during new), and return C<undef> in that case 105 failures (during new), and return C<undef> in that case
18 from the constructor. 106 from the constructor.
19 - AnyEvent::Handle will now try to load only JSON::XS first, 107 - AnyEvent::Handle will now try to load only JSON::XS first,
20 then fall back to JSON. 108 then fall back to JSON.
109 - format_ipv4/format_ipv6 are now exported by default, for symmetry,
110 and because it was documented that way.
21 111
224.451 Fri Jul 3 00:28:58 CEST 2009 1124.451 Fri Jul 3 00:28:58 CEST 2009
23 - do not clear rbuf when shutting down an AnyEvent::Handle 113 - do not clear rbuf when shutting down an AnyEvent::Handle
24 object - doing so breaks AnyEvent::HTTP. 114 object - doing so breaks AnyEvent::HTTP.
25 115

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines