--- libeio/Changes 2017/06/23 23:50:25 1.59 +++ libeio/Changes 2018/01/06 01:04:43 1.60 @@ -84,5 +84,9 @@ - generate ENAMETOOLONG if readlink overflow is detected. - implement support for renameat2, and corresponding flags. - add EIO_FALLOC_FL_INSERT_RANGE and EIO_FALLOC_FL_UNSHARE_RANGE. + - use posix_close if available or needed. + - save errno around close in ftruncateat, fstatvfsat and EIO_CLOSE. + - add EIO_SLURP convenience request. + - update configure.ac for newer autoconf/automake.