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

Comparing AnyEvent/Changes (file contents):
Revision 1.6 by root, Mon Dec 19 17:03:29 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 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
3 - fixed errors in the documentation. 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.
4 37
50.3 Sun Dec 4 10:43:33 CET 2005 380.3 Sun Dec 4 10:43:33 CET 2005
6 - no changes to the code. 39 - no changes to the code.
7 - fixed documentation. 40 - fixed documentation.
8 - clarified some corner cases. 41 - clarified some corner cases.

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines