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

Comparing AnyEvent/Changes (file contents):
Revision 1.4 by root, Thu Dec 1 22:04:50 2005 UTC vs.
Revision 1.16 by root, Sun Nov 5 01:08:16 2006 UTC

1Revision history for Perl extension AnyEvent. 1Revision history for Perl extension AnyEvent.
2
3TODO: testsuite, now that we can be sure that a model is available at all times
4
5 - better docs.
6 - simple testsuite.
7
82.0 Wed Nov 1 02:21:30 CET 2006
9 - INCOMPATIBLE CHANGE: poll can now either be "r" or "w" but not both.
10 - INCOMPATIBLE CHANGE: io watcher callbacks have no arguments anymore.
11 - EXPERIMENTAL:
12 new pure-perl model added, AnyEvent now always finds a suitable
13 event model.
14 - improved documentation.
15 - reduced cpu overhead.
16
171.02 Fri Jan 13 14:15:40 CET 2006
18 - add COPYING to clarify license.
19
201.01 Sun Jan 8 05:48:09 CET 2006
21 - correctly cancel Event timers, avoid memory leaks.
22
231.0 Sun Jan 8 05:40:58 CET 2006
24 - allow third-party interfaces to be added at runtime.
25 - fix version number.
26
270.9 Fri Dec 30 02:25:41 CET 2005
28 - fixed errors in the documentation.
29 - going back to using $VERSION as "load check",
30 as suggested by Jörn Reder. Let's see why I stopped using
31 this method.
32 - add 'hup' to the list of events to receive for glib
33 and generate 'rw' events for it, as some versions of
34 glib seem to require this, while this breaks other
35 (older) versions of glib.
36 - implemented PERL_ANYEVENT_VERBOSE env variable.
37
380.3 Sun Dec 4 10:43:33 CET 2005
39 - no changes to the code.
40 - fixed documentation.
41 - clarified some corner cases.
42 - vastly improved documentation with a long example.
2 43
30.2 Thu Dec 1 22:18:49 CET 2005 440.2 Thu Dec 1 22:18:49 CET 2005
4 - check wether a valid method was called, to avoid endless loops. 45 - check wether a valid method was called, to avoid endless loops.
5 - move condvars into their own class (cleaner, safer). 46 - move condvars into their own class (cleaner, safer).
6 - don't die when some modules are not available. 47 - don't die when some modules are not available.

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines