--- IO-AIO/Changes 2008/06/19 21:25:30 1.161 +++ IO-AIO/Changes 2008/09/30 13:17:32 1.166 @@ -6,6 +6,20 @@ TODO: splice/tee/vmsplice/sync_file_range? (http://kerneltrap.org/node/6505 http://lwn.net/Articles/178199/) TODO: aio_fcntl, at least for file-locking + - call on_next_submit callback even fro aio_group - impact unknown, + but seems more correct. + - (libeio) pass EIO_GROUP/aio_group requests through the queue without + requiring a thread switch. + - do some other ยต-optimisations. + +3.07 Sat Aug 2 16:06:13 CEST 2008 + - do not include LIBS in autoconf tests. + +3.06 Tue Jul 15 12:41:32 CEST 2008 + - move preadwritelock definition before it's first reference, + to make it compile again on broken platforms (they still exist) + or badly cofngiured perls (redhat...), reported by Rob Bloodgood. + 3.05 Thu Jun 19 23:23:52 CEST 2008 - work around perl overriding readdir etc. with thread-unsafe (sic!) versions.