--- IO-AIO/Changes 2009/04/19 13:15:55 1.179 +++ IO-AIO/Changes 2009/06/07 18:31:18 1.186 @@ -6,8 +6,24 @@ TODO: splice/tee/vmsplice? (http://kerneltrap.org/node/6505 http://lwn.net/Articles/178199/) TODO: aio_fcntl, at least for file-locking +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 crash due to incompatible 5.10 API changes. + - 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).