ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/AnyEvent/Changes
Revision: 1.11
Committed: Fri Jan 13 13:16:15 2006 UTC (18 years, 4 months ago) by root
Branch: MAIN
CVS Tags: rel-1_02
Changes since 1.10: +3 -0 lines
Log Message:
*** empty log message ***

File Contents

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