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