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

Comparing cvsroot/AnyEvent/Changes (file contents):
Revision 1.486 by root, Wed Aug 24 23:59:10 2011 UTC vs.
Revision 1.490 by root, Thu Aug 25 03:08:48 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
6TODO: ae::log examples 5TODO: ae::log examples
7TODO: consolide slogging, e.g AnyEvent::Debug 6TODO: trace-per-watcher AnyEvent::Debug
8TODO: /etc/hosts, for resolve_sockaddr? 7TODO: logging during AnyEvent::detect
96.01 86.01
10 - INCOMPATIBLE CHANGE: AnyEvent::DNS resource records now include 9 - INCOMPATIBLE CHANGE: AnyEvent::DNS resource records now include
11 the TTL as fourth element - this affects ->resolve, ->request 10 the TTL as fourth element - this affects ->resolve, ->request
12 and ->dns_unpack indirectly. Convenience functions such as 11 and ->dns_unpack indirectly. Convenience functions such as
13 AnyEvent::DNS::{a,txt,mx,srv} are not affected, neither is 12 AnyEvent::DNS::{a,txt,mx,srv} are not affected, neither is
28 for too long domain names explicitly and passes an undef to the callback 27 for too long domain names explicitly and passes an undef to the callback
29 instead (reported by James Bromberger). 28 instead (reported by James Bromberger).
30 - make AnyEvent::Util more robust against EINTR (analyzed by Andrew Suffield). 29 - make AnyEvent::Util more robust against EINTR (analyzed by Andrew Suffield).
31 - new functions: AnyEvent::postpone, AnyEvent::log. 30 - new functions: AnyEvent::postpone, AnyEvent::log.
32 - new module: AnyEvent::Log, for simple logging needs. 31 - new module: AnyEvent::Log, for simple logging needs.
32 - new env variable, PERL_ANYEVENT_LOG, for fine-grained logging config.
33 - new env variable, PERL_ANYEVENT_DEBUG_SHELL, to automatically start 33 - new env variable, PERL_ANYEVENT_DEBUG_SHELL, to automatically start
34 a debug shell. 34 a debug shell.
35 - new env variable, PERL_ANYEVENT_DEBUG_WRAP, to automatically enable 35 - new env variable, PERL_ANYEVENT_DEBUG_WRAP, to automatically enable
36 watcher instrumentation/wrapping (see AnyEvent::Debug::wrap). 36 watcher instrumentation/wrapping (see AnyEvent::Debug::wrap).
37 - new env variable, PERL_ANYEVENT_HOSTS, to override the place where
38 F</etc/hosts> can be found.
37 - an empty PERL_ANYEVENT_RESOLV_CONF now selects the default 39 - an empty PERL_ANYEVENT_RESOLV_CONF now selects the default
38 configuration. 40 configuration.
39 - env variables can now be specified using AE_xyz instead of 41 - env variables can now be specified using AE_xyz instead of
40 PERL_ANYEVENT_xyz, subject to some rules. 42 PERL_ANYEVENT_xyz, subject to some rules.
41 - lots of new AnyEvent::Debug functionality. 43 - lots of new AnyEvent::Debug functionality.
46 - split the pure perl backend into a loop module and an impl 48 - split the pure perl backend into a loop module and an impl
47 module (AnyEvent::Loop and AnyEvent::Impl::Perl). 49 module (AnyEvent::Loop and AnyEvent::Impl::Perl).
48 - some read types (regex, netstring, json, storable) could 50 - some read types (regex, netstring, json, storable) could
49 errornously keep an AE::Handle object alive on their own 51 errornously keep an AE::Handle object alive on their own
50 (reported by Mohammad Toossi). 52 (reported by Mohammad Toossi).
53 - AnyEvent::Socket::resolve_sockaddr and all functions using it now
54 supports /etc/hosts overrides.
51 - add more workarounds around child watcher bugs in IO::Async 55 - add more workarounds around child watcher bugs in IO::Async
52 and (newly introduced) in POE. 56 and (newly introduced) in POE.
53 - use glib child watchers and try to work around its limitations, 57 - use glib child watchers and try to work around its limitations,
54 if possible (based on a patch by Kevin Ryde). 58 if possible (based on a patch by Kevin Ryde).
55 - add support for FLTK (fltk2), via AnyEvent::Impl::FLTK2. 59 - add support for FLTK (fltk2), via AnyEvent::Impl::FLTK2.

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines