ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/AnyEvent/Changes
Revision: 1.12
Committed: Mon Oct 30 20:52:24 2006 UTC (17 years, 6 months ago) by root
Branch: MAIN
Changes since 1.11: +10 -0 lines
Log Message:
*** empty log message ***

File Contents

# Content
1 Revision history for Perl extension AnyEvent.
2
3 2.0
4 - INCOMPATIBLE CHANGE:
5 poll can now either be "r" or "w" but not both.
6 - INCOMPATIBLE CHANGE:
7 io watcher callbacks have no arguments anymore.
8 - new pure-perl model added, AnyEvent now always
9 works.
10 - improved documentation.
11 - reduced cpu overhead.
12
13 1.02 Fri Jan 13 14:15:40 CET 2006
14 - add COPYING to clarify license.
15
16 1.01 Sun Jan 8 05:48:09 CET 2006
17 - correctly cancel Event timers, avoid memory leaks.
18
19 1.0 Sun Jan 8 05:40:58 CET 2006
20 - allow third-party interfaces to be added at runtime.
21 - fix version number.
22
23 0.9 Fri Dec 30 02:25:41 CET 2005
24 - fixed errors in the documentation.
25 - going back to using $VERSION as "load check",
26 as suggested by Jörn Reder. Let's see why I stopped using
27 this method.
28 - add 'hup' to the list of events to receive for glib
29 and generate 'rw' events for it, as some versions of
30 glib seem to require this, while this breaks other
31 (older) versions of glib.
32 - implemented PERL_ANYEVENT_VERBOSE env variable.
33
34 0.3 Sun Dec 4 10:43:33 CET 2005
35 - no changes to the code.
36 - fixed documentation.
37 - clarified some corner cases.
38 - vastly improved documentation with a long example.
39
40 0.2 Thu Dec 1 22:18:49 CET 2005
41 - check wether a valid method was called, to avoid endless loops.
42 - move condvars into their own class (cleaner, safer).
43 - don't die when some modules are not available.
44 - Tk is too broken to allow for words. Will work once Tk works.
45
46 0.1 Thu Dec 1 19:44:57 CET 2005
47 - spiced up and cleaned up for release.
48
49 0.01 Tue Sep 21 18:12:09 CEST 2004
50 - original version; copied from Convert::Scalar.
51