--- IO-AIO/Changes 2006/10/26 16:44:30 1.93 +++ IO-AIO/Changes 2006/10/29 01:03:13 1.99 @@ -1,6 +1,20 @@ Revision history for IO::AIO TODO: better autoconf.pm that can return LIBS etc. +TODO: aio_cp/mvtree/rmtree +TODO: aio_utime, aio_chmod, aio_chown? + +2.1 Sun Oct 29 02:01:57 CET 2006 + - INCOMPATIBLE CHANGE: replace IO::AIO::poll_some by + IO::AIO::max_poll_reqs and IO::AIO::max_poll_time. + - fix a bug in aio_move where it would fail everytime + it would have to copy files manually. + - doc updates. + - start threads only on (very low) demand. + - end superfluous threads automatically after 10s idling. + - add IO::AIO::max_idle to control this. + - some tuning applied to random places. + - add aio_mknod. 2.0 Thu Oct 26 18:27:58 CEST 2006 - minor incompatibility: max_outstanding semantics have changed.