--- IO-AIO/Changes 2005/08/07 03:27:48 1.29 +++ IO-AIO/Changes 2005/08/16 22:22:18 1.31 @@ -1,5 +1,18 @@ Revision history for IO::AIO +1.2 + - fix another bug where filehandles could leak. + - use SvPVbyte for filenames now. You *need* to encode your strings to + the external filename encoding first. + - clarify freebsd situation: make it work and tell me how, or go away + with your underdocumented, broken and outdated OS. + - fork'ing should now be officially supported (where linux and + posix contradict each other, I followed posix). + - only call read() once per poll, not twice. + - add aio_rmdir, aio_symlink. + - force callback arguments to be undef or a reference, for better + error catching. + 1.1 Sun Aug 7 05:27:23 CEST 2005 - added configure script to detect availability of some calls. (imperfect, as we cannot detect things like -lrt due to missing