ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/AnyEvent/Changes
Revision: 1.7
Committed: Fri Dec 30 01:28:31 2005 UTC (18 years, 4 months ago) by root
Branch: MAIN
CVS Tags: rel-0_4
Changes since 1.6: +9 -0 lines
Log Message:
*** empty log message ***

File Contents

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