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

Comparing AnyEvent/Changes (file contents):
Revision 1.512 by root, Sat Oct 1 22:48:36 2011 UTC vs.
Revision 1.524 by root, Tue Jan 31 19:03:15 2012 UTC

1Revision history for Perl extension AnyEvent. 1Revision history for Perl extension AnyEvent.
2 2
3TODO: document TCP_*** constants 3TODO: document TCP_*** constants
4
5TODO: AE::logger
6TODO: add debug/trace logging to some modules 4TODO: add debug/trace logging to some modules
7TODO: general log level "cap" 5
66.14 Tue Jan 31 20:00:24 CET 2012
7 - AnyEvent::Impl::Tk was broken due to a mysterious "die" inside,
8 probably an editing mistake (reported by Darin McBride).
9
106.13 Thu Jan 12 07:27:01 CET 2012
11 - AnyEvent::Util::fork_call checked for POSIX availability in the wrong way,
12 causing it to fail if POSIX wasn't loaded already (analysed by Rock Power).
13 - AnyEvent::Handle::push_read (line => did pass $1 directly, so
14 regex-matching inside the callback would change the parameter, despite
15 $1 being dynamically scoped per-block. this perl bug is now being
16 worked around (testcase by Cindy Wang).
17
186.12 Mon Dec 12 13:21:10 CET 2011
19 - $! was clobbered by subsequent calls in tcp_connect, due to
20 the postpone not saving/restoring it (analyzed by Richard Garnish).
21
226.11 Tue Nov 22 10:36:05 CET 2011
23 - Tk cannot create windows when tainted unless you set a title, so
24 set a dummy title for AnyEvent's dummy mainwindow. How dummy.
25 - escape any nonprintable/nonascii characters when stringifying
26 backtraces.
27 - log the reason loading an interface module fails to load at level debug.
28
296.1 Tue Oct 4 19:44:30 CEST 2011
8 - INCOMPATIBLE CHANGE: the default log level is now "4" (error 30 - INCOMPATIBLE CHANGE: the default log level is now "4" (error
9 and above), and some messages inside AnyEvent have been elevated 31 and above), and some messages inside AnyEvent have been elevated
10 to higher log levels to print by default. 32 to higher log levels to print by default.
11 - AnyEvent::log, unlike AnyEvent::Log::log, did not always exit on fatal. 33 - AnyEvent::log, unlike AnyEvent::Log::log, did not always exit on fatal.
12 - work around yet another signal race bug, newly introduced by POE. My 34 - work around yet another signal race bug, newly introduced by POE. My
13 how that module sucks. 35 how that module sucks.
14 - add google public ipv6 dns as fallback servers, so AE::DNS can finally 36 - add google public ipv6 dns as fallback servers, so AE::DNS can finally
15 support ipv6-only operation even with defaults (also use ::1 instead 37 support ipv6-only operation even with defaults (also use ::1 instead
16 of 127.0.0.1). 38 of 127.0.0.1).
17 - give better guidelines on how to chose a logging level. 39 - give better guidelines on how to chose a logging level.
40 - AnyEvent::Log can now cap (limit) log message priority by context.
41 - AE::log will now save and restore $! and $@, so callers don't have to.
18 - AE::Strict now checks that registered fds are still valid at regular 42 - AE::Strict now checks that registered fds are still valid at regular
19 intervals. 43 intervals.
20 - skip frequently called 'require' calls if the module appears loaded. 44 - skip frequently called 'require' calls if the module appears loaded.
21 - increase signal latency test timer considerably for poor little osx, 45 - increase signal latency test timer considerably for poor little osx,
22 which can't be bothered with basic posix functionality such as signal 46 which can't be bothered with basic posix functionality such as signal
23 delivery. 47 delivery.
24 - mention some debugging aids in the tutorial. 48 - mention some debugging aids in the tutorial.
25 - new env variable PERL_ANYEVENT_MAX_SIGNAL_LATENCY. 49 - new env variable PERL_ANYEVENT_MAX_SIGNAL_LATENCY.
50 - private (%namespace) log contexts in PERL_ANYEVENT_LOG now have the name
51 of the context as title.
52 - AnyEvent::Strict would not restore read-write access to $_ when a callback
53 died - this is a user bug, but since AE::Strict exists to help dbeugging...
26 - detect the extremely evil IO::Async::Loop::AnyEvent module and refuse 54 - detect the extremely evil IO::Async::Loop::AnyEvent module and refuse
27 to work with it - the author is well aware of the issues but refuses 55 to work with it - the author is well aware of the issues but refuses
28 to fix them. This extreme step has been taken because the module actively 56 to fix them. This extreme step has been taken because the module actively
29 attacks the goals of AnyEvent and makes it harder for module authors to use 57 attacks the goals of AnyEvent and makes it harder for module authors to use
30 AnyEvent. 58 AnyEvent.

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines