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

Comparing AnyEvent/Changes (file contents):
Revision 1.254 by root, Mon Jun 29 20:55:58 2009 UTC vs.
Revision 1.260 by root, Fri Jul 3 21:44:14 2009 UTC

1Revision history for Perl extension AnyEvent. 1Revision history for Perl extension AnyEvent.
2 2
3ZERO_RETURN - stoptls?
4 - added new module AnyEvent::TLS for easier SSL/TLS context
5 creation, with many options including hostname verification,
6 secure default configuration, lots of documentation and,
7 predefined diffie-hellman keys for perfect forward security
8 and much more. get it while it's still fresh!
9 - use AnyEvent::TLS in AnyEvent::Handle for context management.
10 - load AnyEvent::Handle only on demand in AnyEvent::DNS,
11 so AnyEvent::Socket users have smaller memory footprint
12 in the common case.
13 - add AnyEvent::Handle->push_shutdown method.
14 - add an additional error message parameter to AnyEvent::Handle's
15 on_error callback (for TLS, $! is still available).
16 - make AnyEvent::Handle more robust against early conenction
17 failures (during new), and return C<undef> in that case
18 from the constructor.
19 - AnyEvent::Handle will now try to load only JSON::XS first,
20 then fall back to JSON.
21
224.451 Fri Jul 3 00:28:58 CEST 2009
23 - do not clear rbuf when shutting down an AnyEvent::Handle
24 object - doing so breaks AnyEvent::HTTP.
25
264.45 Mon Jun 29 22:59:26 CEST 2009
27 - a write error could cause AnyEvent::Handle to create
28 an I/O watcher with an undefined $fh.
3 - special-case mapped ipv4 addresses in both 29 - special-case mapped ipv4 addresses in both
4 AnyEvent::Socket::format_address and parse_address, 30 AnyEvent::Socket::format_address and parse_address,
5 to treat them just like ipv4 addresses. 31 to treat them just like ipv4 addresses.
6 - updated and overhauled the AnyEvent::Intro doc. 32 - updated and overhauled the AnyEvent::Intro doc.
7 - a write error could cause AnyEvent::Handle to create
8 an I/O watcher with an undefined $fh.
9 - implement AnyEvent::Socket::format_ipv4/ipv6. 33 - implement AnyEvent::Socket::format_ipv4/ipv6.
10 - slightly speed up portable_pipe/socketpair. 34 - slightly speed up portable_pipe/socketpair.
11 - expand condvar ebgin/end documentation. 35 - expand condvar begin/end documentation.
12 36
134.42 Fri Jun 26 08:32:18 CEST 2009 374.42 Fri Jun 26 08:32:18 CEST 2009
14 - preliminary and neccesarily incomplete support for IO::Async. 38 - preliminary and neccesarily incomplete support for IO::Async.
15 - reset SIGCHLD to DEFAULT when AnyEvent is loaded, in 39 - reset SIGCHLD to DEFAULT when AnyEvent is loaded, in
16 case it was set to IGNORE, to ensure we can catch child statuses 40 case it was set to IGNORE, to ensure we can catch child statuses

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines