--- IO-AIO/Changes 2005/08/28 10:51:33 1.51 +++ IO-AIO/Changes 2005/12/26 18:18:32 1.58 @@ -1,8 +1,17 @@ -TODO: aio_scandir => $dirs, $others - Revision history for IO::AIO - - added aio_readdir. + - aio_scandir errornously called callback twice in some cases. + - added AnyEvent example. + +1.61 Wed Sep 7 19:40:42 CEST 2005 + - no longer include $Config{libs}, as distros include too much + garbage in there that is not installed on typical systems + (for example, debian links perl against -lgdbm and many more + libraries despite perl not needing it, slowing down startup and + wasting memory). + +1.6 Tue Aug 30 17:44:44 CEST 2005 + - added aio_readdir, aio_scandir. - added aio_sendfile, including sendfile emulation when sendfile isn't available. Linux, FreeBSD and HP-UX might work (sendfilev support is unavailable on my solaris 8 machine, but preliminary