--- IO-AIO/Changes 2008/05/12 00:32:42 1.152 +++ IO-AIO/Changes 2008/07/15 10:42:26 1.164 @@ -6,6 +6,30 @@ 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 +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. + +3.04 Wed Jun 18 01:35:38 CEST 2008 + - (libeio) fix eio_mknod, which confused it's arguments. + - (libeio) do not use readdir_r, as Ulrich Drepper pointed out that this + is stupid. + - (libeio) fix eio__readahead prototype, patch by Jost Krieger. + - (libeio) fix a bug that could potentially cause IO::AIO + not to get initialised properly. + +3.03 Thu May 29 05:33:30 CEST 2008 + - (libeio) correctly call pthread_attr_destroy (). + - (libeio) work around broken bsd headers once more. + - reduce shared library size again by not including wrappers. + - max_outstanding could cause poll to enter a busy-waiting loop. + - document the new IO::AIO::poll_cb result value. + 3.02 Mon May 12 02:32:02 CEST 2008 - fix a memory leak on aio_readlink. - bring back working fchmod.