--- IO-AIO/Changes 2005/07/31 18:21:16 1.21 +++ IO-AIO/Changes 2005/07/31 18:45:49 1.22 @@ -1,11 +1,13 @@ Revision history for IO::AIO +1.1 - added configure script to detetc availability of some calls. + - emulate fdatasync by fsync, pread/pwrite by unsafe read/write + and readahead by manual reading on platforms lacking those. - ported t/03_errors.t+framework by Brad Fitzpatrick from Linux::AIO. - removed XOPEN_SOURCE because stupid solaris 9 doesn't compile with it enabled. Probably breaks others. Oh well. - - emulate fdatasync by fsync on platforms lacking it. 1.0 Fri Jul 22 10:43:30 CEST 2005 - aio_open did not reliably deliver (open) filehandles.