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

Comparing AnyEvent/Changes (file contents):
Revision 1.236 by root, Wed May 13 13:36:49 2009 UTC vs.
Revision 1.262 by root, Sun Jul 5 01:38:43 2009 UTC

1Revision history for Perl extension AnyEvent. 1Revision history for Perl extension AnyEvent.
2 2
34.41 Wed May 13 14:41:29 CEST 2009 3ZERO_RETURN - stoptls?
4 - AnyEvent::DNS did not properly follow CNAME records with
5 uppercase targets.
6 - AnyEvent::DNS would errornously return AAAA records
7 with v4 mapped addresses (a faulty record) as ipv4 addresses,
8 causing AnyEvent::Socket to throw an exception.
9 - added new module AnyEvent::TLS for easier SSL/TLS context
10 creation, with many options including hostname verification,
11 secure default configuration, lots of documentation and,
12 predefined diffie-hellman keys for perfect forward security
13 and much more. get it while it's still fresh!
14 - use AnyEvent::TLS in AnyEvent::Handle for context management.
15 - load AnyEvent::Handle only on demand in AnyEvent::DNS,
16 so AnyEvent::Socket users have smaller memory footprint
17 in the common case.
18 - add AnyEvent::Handle->push_shutdown method.
19 - add an additional error message parameter to AnyEvent::Handle's
20 on_error callback (for TLS, $! is still available).
21 - make AnyEvent::Handle more robust against early conenction
22 failures (during new), and return C<undef> in that case
23 from the constructor.
24 - AnyEvent::Handle will now try to load only JSON::XS first,
25 then fall back to JSON.
26 - format_ipv4/format_ipv6 are now exported by default, for symmetry,
27 and because it was documented that way.
28
294.451 Fri Jul 3 00:28:58 CEST 2009
30 - do not clear rbuf when shutting down an AnyEvent::Handle
31 object - doing so breaks AnyEvent::HTTP.
32
334.45 Mon Jun 29 22:59:26 CEST 2009
34 - a write error could cause AnyEvent::Handle to create
35 an I/O watcher with an undefined $fh.
36 - special-case mapped ipv4 addresses in both
37 AnyEvent::Socket::format_address and parse_address,
38 to treat them just like ipv4 addresses.
39 - updated and overhauled the AnyEvent::Intro doc.
40 - implement AnyEvent::Socket::format_ipv4/ipv6.
41 - slightly speed up portable_pipe/socketpair.
42 - expand condvar begin/end documentation.
43
444.42 Fri Jun 26 08:32:18 CEST 2009
45 - preliminary and neccesarily incomplete support for IO::Async.
46 - reset SIGCHLD to DEFAULT when AnyEvent is loaded, in
47 case it was set to IGNORE, to ensure we can catch child statuses
48 even when the calling env acts stupidly.
49 - updated benchmarks with IO::Async, which performs very well.
50
514.412 Wed Jun 24 01:35:57 CEST 2009
52 - support an "untaint" attribute for AnyEvent::DNS
53 and set it on the default resolver.
54 - implement and document AnyEvent::Impl::Perl::loop.
55 - remove all anyevent-env variables from %ENV
56 when running in tainted mode.
57 - mention and extend the IO::Lambda benchmark.
58
594.411 Sun Jun 7 18:48:02 CEST 2009
60 - do not try to use F_SETFD on windows.
61
624.41 Thu May 14 06:40:11 CEST 2009
63 - work around issues in older perls (5.8.0?) when
64 a signal handler is deleted from the %SIG hash.
65 - use POSIX::_exit in child test, to avoid running
66 destructors.
67 - speed up CHLD handling by relying on SIGCHLD being
68 synchronously delivered, even when we roll our own
69 implementation.
4 - AnyEvent::DNS: add the "dname" resource record name 70 - AnyEvent::DNS: add the "dname" resource record name
5 for cosmetic reasons. 71 for cosmetic reasons.
6 - work around issues in older perls (5.8.0?) when
7 a signal handler is deleted from the %SIG hash.
8 72
94.4 Sun Apr 26 20:12:33 CEST 2009 734.4 Sun Apr 26 20:12:33 CEST 2009
10 - implemented idle watchers, where applicable. 74 - implemented idle watchers, where applicable.
11 - AnyEvent->time died when Event backend was in use. 75 - AnyEvent->time died when Event backend was in use.
12 - fix a memleak in the Tk backend. 76 - fix a memleak in the Tk backend.
13 - sped up Tk timer handling. 77 - sped up Tk timer handling.
14 - clip negative "after" values to 0 in AnyEvent::Impl::Event 78 - clip negative "after" values to 0 in AnyEvent::Impl::Event
15 to avoid spamming out warning messages. 79 to avoid spamming out warning messages.
16 - fix Qt timers without interval. 80 - fix Qt timers without interval.
17 - avoid Qt zero-timeout specialcase, in old libqt's. 81 - avoid Qt zero-timeout special case, in old libqt's.
18 82
194.352 Mon Apr 20 16:31:11 CEST 2009 834.352 Mon Apr 20 16:31:11 CEST 2009
20 - fix AnyEvent::Strict error messages for child watchers. 84 - fix AnyEvent::Strict error messages for child watchers.
21 - fix/update Makefile.PL "recommends" versions. 85 - fix/update Makefile.PL "recommends" versions.
22 - add AnyEvent->now_update. 86 - add AnyEvent->now_update.

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines