--- IO-AIO/Changes 2008/05/10 19:25:33 1.144 +++ IO-AIO/Changes 2008/05/12 12:36:21 1.153 @@ -6,11 +6,27 @@ 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.0 - - lots of incompatible changes: - - remove signal functionality, it is not worth the effort. - - max_outstanding no longer returns the previous number of requests. - - poll_cb no longer returns number of requests. + - (libeio) correctly call pthread_attr_destroy (). + +3.02 Mon May 12 02:32:02 CEST 2008 + - fix a memory leak on aio_readlink. + - bring back working fchmod. + - nop and busy now set result to 0. + - set errno to ENOMEM when allocation fails. + +3.01 Sun May 11 03:07:03 CEST 2008 + - (libeio) make it compile on systems without readahead or readdir_r. + - (libeio) improve configure check for readahead availability. + - do not try to link against -lrt. + - use a separate configure script for IO::AIO (not the libeio one). + +3.0 Sun May 11 00:57:14 CEST 2008 + - added bin/treescan to the distribution. + - switched to using libeio. + - LOTS OF INCOMPATIBLE CHANGES: + - remove signal functionality, it is not worth the effort. + - max_outstanding no longer returns the previous number of requests. + - poll_cb no longer returns number of requests. 2.62 Sat Apr 26 13:59:33 CEST 2008 - port to solaris perls configured for old posix