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

Comparing AnyEvent/Changes (file contents):
Revision 1.270 by root, Wed Jul 8 05:30:55 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
34.801 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... :).
4 - support file descriptors in addition to file handles 73 - support file descriptors in addition to file handles
5 in AnyEvent->io. 74 in AnyEvent->io.
6 - new env variables: PERL_ANYEVENT_RESOLV_CONF, 75 - new env variables: PERL_ANYEVENT_RESOLV_CONF,
7 PERL_ANYEVENT_MAX_OUTSTANDING_DNS, PERL_ANYEVENT_CA_FILE 76 PERL_ANYEVENT_MAX_OUTSTANDING_DNS, PERL_ANYEVENT_CA_FILE
8 and PERL_ANYEVENT_CA_PATH. 77 and PERL_ANYEVENT_CA_PATH.
9 - provide a sensible synopsis section for AnyEvent::TLS. 78 - provide a sensible synopsis section for AnyEvent::TLS.
79 - add a "supported backends" section to the manpage.
10 - added simple io watcher test to testsuite, using a 80 - added simple io watcher test to testsuite, using a
11 portable_socketpair. 81 portable_socketpair.
82 - tried to improve the stability of the Event::Lib backend,
83 YMMV.
12 84
134.8 Mon Jul 6 23:45:16 CEST 2009 854.8 Mon Jul 6 23:45:16 CEST 2009
14 - AnyEvent::DNS did not properly follow CNAME records with 86 - AnyEvent::DNS did not properly follow CNAME records with
15 uppercase targets. 87 uppercase targets.
16 - AnyEvent::DNS would errornously return AAAA records 88 - AnyEvent::DNS would errornously return AAAA records

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines