--- IO-AIO/Changes 2005/08/28 11:06:01 1.52 +++ IO-AIO/Changes 2005/09/30 07:21:32 1.56 @@ -1,9 +1,14 @@ -TODO: aio_scandir => $dirs, $others - Revision history for IO::AIO -1.6 - - added aio_readdir. +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