--- IO-AIO/Changes 2008/10/22 16:30:49 1.174 +++ IO-AIO/Changes 2009/06/12 00:43:16 1.189 @@ -3,10 +3,36 @@ TODO: better autoconf.pm that can return LIBS etc. TODO: aio_cptree/mvtree TODO: reduce condvar fairness: schedule hot-cache-threads first? -TODO: splice/tee/vmsplice/sync_file_range? (http://kerneltrap.org/node/6505 http://lwn.net/Articles/178199/) -TODO: sync_file_range +TODO: splice/tee/vmsplice? (http://kerneltrap.org/node/6505 http://lwn.net/Articles/178199/) TODO: aio_fcntl, at least for file-locking + - new options --dirs and --files for treescan. + - install bin/treescan by default. + - (libeio) aio_readdir can now be cancelled while executing. + +3.2 Sun Jun 7 20:30:05 CEST 2009 + - (libeio) pwrite emulation was even more flawed than intended and did + not restore the file offset. + - add aio_readdirx, which can return inode and filetype and sort + the names in various ways. + - unfortunately, utime, chmod, chown on an open file that has just + been written can easily block, which caused aio_copy to block the + process. no more! + - no longer rely on dst path in aio_copy when futime is available. + +3.19 Tue Apr 21 22:05:21 CEST 2009 + - more perl 5.10 workarounds for aio_read and write. + - aio_write no longer modifies the sv (if possible). + - aio_read now works correctly with magic values. + +3.18 Sun Apr 19 21:17:32 CEST 2009 + - better diagnostics when some aio_* functions get passed an illegal fh. + - try to avoid crashes due to incompatible 5.10 API changes. grmbl. + +3.17 Thu Nov 20 08:45:36 CET 2008 + - (libeio) added aio_sync_file_range (untested). + - add aio_busy to @IO::AIO::AIO_REQ. + 3.16 Wed Oct 22 18:28:01 CEST 2008 - use SvREFCNT_inc instead of SvREFCNT_inc_NN in a non-speed critical part to improve portability to perl 5.8 (reported by szymon).