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

Comparing AnyEvent/Changes (file contents):
Revision 1.499 by root, Fri Aug 26 18:09:04 2011 UTC vs.
Revision 1.522 by root, Tue Jan 10 13:43:22 2012 UTC

1Revision history for Perl extension AnyEvent. 1Revision history for Perl extension AnyEvent.
2 2
3TODO: document TCP_*** constants 3TODO: document TCP_*** constants
4TODO: add debug/trace logging to some modules
5
66.13
7 - AnyEvent::Handle::push_read (line => did pass $1 directly, so
8 regex-matching inside the callback would change the parameter, despite
9 $1 being dynamically scoped per-block. this perl bug is now being
10 worked around (testcase by Cindy Wang).
11
126.12 Mon Dec 12 13:21:10 CET 2011
13 - $! was clobbered by subsequent calls in tcp_connect, due to
14 the postpone not saving/restoring it (analyzed by Richard Garnish).
15
166.11 Tue Nov 22 10:36:05 CET 2011
17 - Tk cannot create windows when tainted unless you set a title, so
18 set a dummy title for AnyEvent's dummy mainwindow. How dummy.
19 - escape any nonprintable/nonascii characters when stringifying
20 backtraces.
21 - log the reason loading an interface module fails to load at level debug.
22
236.1 Tue Oct 4 19:44:30 CEST 2011
24 - INCOMPATIBLE CHANGE: the default log level is now "4" (error
25 and above), and some messages inside AnyEvent have been elevated
26 to higher log levels to print by default.
27 - AnyEvent::log, unlike AnyEvent::Log::log, did not always exit on fatal.
28 - work around yet another signal race bug, newly introduced by POE. My
29 how that module sucks.
30 - add google public ipv6 dns as fallback servers, so AE::DNS can finally
31 support ipv6-only operation even with defaults (also use ::1 instead
32 of 127.0.0.1).
33 - give better guidelines on how to chose a logging level.
34 - AnyEvent::Log can now cap (limit) log message priority by context.
35 - AE::log will now save and restore $! and $@, so callers don't have to.
36 - AE::Strict now checks that registered fds are still valid at regular
37 intervals.
38 - skip frequently called 'require' calls if the module appears loaded.
39 - increase signal latency test timer considerably for poor little osx,
40 which can't be bothered with basic posix functionality such as signal
41 delivery.
42 - mention some debugging aids in the tutorial.
43 - new env variable PERL_ANYEVENT_MAX_SIGNAL_LATENCY.
44 - private (%namespace) log contexts in PERL_ANYEVENT_LOG now have the name
45 of the context as title.
46 - AnyEvent::Strict would not restore read-write access to $_ when a callback
47 died - this is a user bug, but since AE::Strict exists to help dbeugging...
48 - detect the extremely evil IO::Async::Loop::AnyEvent module and refuse
49 to work with it - the author is well aware of the issues but refuses
50 to fix them. This extreme step has been taken because the module actively
51 attacks the goals of AnyEvent and makes it harder for module authors to use
52 AnyEvent.
4 53
56.02 Fri Aug 26 20:08:31 CEST 2011 546.02 Fri Aug 26 20:08:31 CEST 2011
6 - log_to_syslog now accepts facility strings. 55 - log_to_syslog now accepts facility strings.
7 - log_to_syslog would not allow facilities - "$facility|$level" 56 - log_to_syslog would not allow facilities - "$facility|$level"
8 *literally* means that string. sheesh. 57 *literally* means that string. sheesh.
38 - new env variable, PERL_ANYEVENT_DEBUG_SHELL, to automatically start 87 - new env variable, PERL_ANYEVENT_DEBUG_SHELL, to automatically start
39 a debug shell. 88 a debug shell.
40 - new env variable, PERL_ANYEVENT_DEBUG_WRAP, to automatically enable 89 - new env variable, PERL_ANYEVENT_DEBUG_WRAP, to automatically enable
41 watcher instrumentation/wrapping (see AnyEvent::Debug::wrap). 90 watcher instrumentation/wrapping (see AnyEvent::Debug::wrap).
42 - new env variable, PERL_ANYEVENT_HOSTS, to override the place where 91 - new env variable, PERL_ANYEVENT_HOSTS, to override the place where
43 F</etc/hosts> can be found. 92 /etc/hosts can be found.
44 - an empty PERL_ANYEVENT_RESOLV_CONF now selects the default 93 - an empty PERL_ANYEVENT_RESOLV_CONF now selects the default
45 configuration. 94 configuration.
46 - env variables can now be specified using AE_xyz instead of 95 - env variables can now be specified using AE_xyz instead of
47 PERL_ANYEVENT_xyz, subject to some rules. 96 PERL_ANYEVENT_xyz, subject to some rules.
48 - lots of new AnyEvent::Debug functionality. 97 - lots of new AnyEvent::Debug functionality.

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines