--- IO-AIO/Changes 2006/10/26 06:44:48 1.88 +++ IO-AIO/Changes 2006/10/26 14:35:52 1.91 @@ -3,8 +3,7 @@ TODO: better autoconf.pm that can return LIBS etc. 2.0 - - INCOMPATIBLE CHANGE: max_outstanding was removed, use - a group with a feeder instead. + - minor incompatibility: max_outstanding semantics have changed. - major rewrite, consider all functionality EXPERIMENTAL. - aio requests can be cancelled. - callbacks can be (re-)set later. @@ -12,11 +11,11 @@ - add aio_group: aio requests can be grouped into composite requests. - generator interface for groups. + - add IO::AIO::poll_some. - major documentation improvements. - very minor bugfixes. - add aio_nop for dummy requests. - add aio_busy mainly for benchmarking and debugging. - - deprecated max_outstanding. - use "fast" mutexes on linux. - use dynamic (and larger) buffers instead of putting them onto the stack.