--- libeio/Changes 2013/05/09 03:03:24 1.52 +++ libeio/Changes 2015/06/13 00:06:13 1.54 @@ -8,6 +8,7 @@ TODO: fdopendir/utimensat TODO: maybe work around 3.996gb barrier in pread/pwrite as well, maybe readahead etc.? 1.0 + - for simple request api, initialise result/errorno to -1/ECANCELED. - fix a deadlock where a wakeup signal could be missed when a timeout occured at the same time. - use nonstandard but maybe-working-on-bsd fork technique. @@ -74,4 +75,5 @@ (cygwin) provides them for a while now. - provide pread/pwrite implementations for win32. - implement aio_realpath for windows. + - add EIO_FALLOC_FL_COLLAPSE_RANGE anbd EIO_FALLOC_FL_ZERO_RANGE.