--- IO-AIO/Changes 2007/01/07 21:32:20 1.114 +++ IO-AIO/Changes 2007/06/01 05:51:21 1.121 @@ -6,7 +6,23 @@ TODO: reduce condvar fairness: schedule hot-cache-threads first? TODO: fix setsig +2.4 + - shared code between BDB and IO::AIO. + - fix aio_busy w.r.t. fractional delays. + - add aio_chmod, aio_chown, aio_utime. + - correctly set errno to ENOSYS on unimplemented functions + (should never happen, though). + +2.33 Tue Jan 23 23:55:41 CET 2007 + - fix install path (Andreas J. Koenig). + +2.32 Mon Jan 22 16:56:23 CET 2007 - added aio_rmtree. + - wow, aio_mkdir was missing. + - aio_load did return undef on error, not -1. + - use prefixexp not prefix in autoconf.pm + (suggested by ... rt.cpan.org unreachable). + - avoid installing autoconf.pm. 2.31 Sat Jan 6 03:46:02 CET 2007 - added aio_load.