--- IO-AIO/Changes 2005/08/23 13:04:38 1.50 +++ IO-AIO/Changes 2005/08/28 10:51:33 1.51 @@ -2,13 +2,14 @@ Revision history for IO::AIO - - (experimental) sendfile support, including sendfile emulation - when sendfile isn't available. Linux, FreeBSD and HP-UX might - work (sendfilev support is unavailable on my solaris 8 machine...). - - added (experimental) aio_readdir. + - added aio_readdir. + - 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 + code is there. What's lacking is configury stuff and testing...). 1.5 Sat Aug 20 02:32:19 CEST 2005 - - create the aio threads on demand only. + - create the aio threads on demand only (good after forking). - somebody nagged about C89 compatibility, so this release should be C89 compatible, but no guarantees for future ones. - abort when the configure script fails.