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

Comparing AnyEvent/Changes (file contents):
Revision 1.5 by root, Sun Dec 4 09:44:32 2005 UTC vs.
Revision 1.13 by root, Mon Oct 30 20:55:05 2006 UTC

1Revision history for Perl extension AnyEvent. 1Revision history for Perl extension AnyEvent.
2
32.0
4 - INCOMPATIBLE CHANGE: poll can now either be "r" or "w" but not both.
5 - INCOMPATIBLE CHANGE: io watcher callbacks have no arguments anymore.
6 - EXPERIMENTAL:
7 new pure-perl model added, AnyEvent now always finds a suitable
8 event model.
9 - improved documentation.
10 - reduced cpu overhead.
11
121.02 Fri Jan 13 14:15:40 CET 2006
13 - add COPYING to clarify license.
14
151.01 Sun Jan 8 05:48:09 CET 2006
16 - correctly cancel Event timers, avoid memory leaks.
17
181.0 Sun Jan 8 05:40:58 CET 2006
19 - allow third-party interfaces to be added at runtime.
20 - fix version number.
21
220.9 Fri Dec 30 02:25:41 CET 2005
23 - fixed errors in the documentation.
24 - going back to using $VERSION as "load check",
25 as suggested by Jörn Reder. Let's see why I stopped using
26 this method.
27 - add 'hup' to the list of events to receive for glib
28 and generate 'rw' events for it, as some versions of
29 glib seem to require this, while this breaks other
30 (older) versions of glib.
31 - implemented PERL_ANYEVENT_VERBOSE env variable.
2 32
30.3 Sun Dec 4 10:43:33 CET 2005 330.3 Sun Dec 4 10:43:33 CET 2005
4 - no changes to the code. 34 - no changes to the code.
5 - fixed documentation. 35 - fixed documentation.
6 - clarified some corner cases. 36 - clarified some corner cases.

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines