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

Comparing AnyEvent/Changes (file contents):
Revision 1.478 by root, Wed Aug 17 22:34:10 2011 UTC vs.
Revision 1.485 by root, Sat Aug 20 22:27:07 2011 UTC

1Revision history for Perl extension AnyEvent. 1Revision history for Perl extension AnyEvent.
2 2
3TODO: document TCP_*** constants 3TODO: document TCP_*** constants
4 4
5TODO: AnyEvent::Log 5TODO: AnyEvent::Log
6TODO: check for #TODO 6TODO: ae::log examples
7TODO: consolide slogging, e.g AnyEvent::Debug
8TODO: log_to_xyz
76.01 96.01
8 - INCOMPATIBLE CHANGE: AnyEvent::DNS resource records now include 10 - INCOMPATIBLE CHANGE: AnyEvent::DNS resource records now include
9 the TTL as fourth element - this affects ->resolve, ->request 11 the TTL as fourth element - this affects ->resolve, ->request
10 and ->dns_unpack indirectly. Convenience functions such as 12 and ->dns_unpack indirectly. Convenience functions such as
11 AnyEvent::DNS::{a,txt,mx,srv} are not affected, neither is 13 AnyEvent::DNS::{a,txt,mx,srv} are not affected, neither is
31 - new env variable, PERL_ANYEVENT_DEBUG_SHELL, to automatically start 33 - new env variable, PERL_ANYEVENT_DEBUG_SHELL, to automatically start
32 a debug shell. 34 a debug shell.
33 - new env variable, PERL_ANYEVENT_DEBUG_WRAP, to automatically enable 35 - new env variable, PERL_ANYEVENT_DEBUG_WRAP, to automatically enable
34 watcher instrumentation/wrapping (see AnyEvent::Debug::wrap). 36 watcher instrumentation/wrapping (see AnyEvent::Debug::wrap).
35 - lots of new AnyEvent::Debug functionality. 37 - lots of new AnyEvent::Debug functionality.
36 - AnyEvent::Strict now checks for modifications $_ by the callback. 38 - AnyEvent::Strict now checks for modifications $_ by the callback
39 (by setting it to readonly while executing the callback, if possible).
37 - IO::Async sometimes cancels the wrong timer when you call cancel_timer. 40 - IO::Async sometimes cancels the wrong timer when you call cancel_timer.
38 Invest extra overhead to work around this peculiar behaviour. 41 Invest extra overhead to work around this peculiar behaviour.
39 - split the pure perl backend into a loop module and an impl 42 - split the pure perl backend into a loop module and an impl
40 module (AnyEvent::Loop and AnyEvent::Impl::Perl). 43 module (AnyEvent::Loop and AnyEvent::Impl::Perl).
41 - some read types (regex, netstring, json, storable) could 44 - some read types (regex, netstring, json, storable) could
59 - no longer use AUTOLOAD for the initial loading (for no very good reason). 62 - no longer use AUTOLOAD for the initial loading (for no very good reason).
60 - tcp_server now tries to unlink unix domain sockets when it gets destroyed. 63 - tcp_server now tries to unlink unix domain sockets when it gets destroyed.
61 - do not run event loop detection multiple times when programs call their cached 64 - do not run event loop detection multiple times when programs call their cached
62 copies of AnyEvent::detect. 65 copies of AnyEvent::detect.
63 - parse_hostport now accepts absolute paths als unix domain sockets. 66 - parse_hostport now accepts absolute paths als unix domain sockets.
67 - add Task::Weaken as dependency (as recommends only at this time).
64 68
656.0 (not officially released, but was on CPAN for about 15 minutes :/) 696.0 (not officially released, but was on CPAN for about 15 minutes :/)
66 70
675.34 Thu May 12 09:59:41 CEST 2011 715.34 Thu May 12 09:59:41 CEST 2011
68 - AE::TLS didn't support both cert_file and key at the same time, 72 - AE::TLS didn't support both cert_file and key at the same time,

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines