Changelog for
perl-IO-AIO-4.72-6.fc33.x86_64.rpm :
* Tue Jul 28 2020 Fedora Release Engineering
- 4.72-6- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
* Tue Jun 23 2020 Jitka Plesnikova - 4.72-5- Perl 5.32 rebuild
* Thu Jan 30 2020 Fedora Release Engineering - 4.72-4- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
* Fri Jul 26 2019 Fedora Release Engineering - 4.72-3- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
* Fri May 31 2019 Jitka Plesnikova - 4.72-2- Perl 5.30 rebuild
* Wed Apr 03 2019 Paul Howarth - 4.72-1- Update to 4.72 - libeio: If fd 0 is available do not use it for aio_wd, as it collides with IO::AIO::CWD - Added IO::AIO::memfd_create - Correctly include in the vmsplice test - Reduce code size by ~7% on amd64 by declaring more functions as noinline - Documentation fixes and updates - Experimental and undocumented preliminary support for synchronous statx
* Sun Mar 10 2019 Paul Howarth - 4.71-1- Update to 4.71 - Due to an error in the linux manpages, the configure tests for readahead, sync_file_range, splice etc. failed; this has been fixed
* Mon Mar 04 2019 Paul Howarth - 4.70-1- Update to 4.7 - Significantly speed up scandir for the very special case of a non-POSIX filesystem that nevertheless reports valid dt_type information; the only known filesystem of this type is currently btrfs, which didn\'t get its act together to implement POSIX semantics in all these years - Add IO::AIO::MCL_ONFAULT for mlockall, add IO::AIO::mlockall - Neither sys/mkdev.h nor sys/sysmacros.h were included, even when they were detected by autoconf
* Fri Feb 01 2019 Fedora Release Engineering - 4.60-2- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
* Tue Aug 28 2018 Paul Howarth - 4.60-1- Update to 4.6 - Add st_btime, st_btimesec, st_btimensec and st_gen accessors, mostly for bsds that expose birthtime and st_gen members (netbsd, freebsd but only st_gen on openbsd because they compiled their perl without support for birthtimes) - Fix madvise and munlock to properly support negative offsets - Allocate fd for the aio_close at boot time, to guarantee it working later, rather than calling abort when it fails; this also avoids close-on-exec race issues after module load - #undef utime on win32, which might help some reports of utime hangs - Minor documentation improvements - Minor configure clean-ups - Use $Config{perllibs} instead of libs for configure, which might help people who didn\'t install all perl dependencies (might break things as well)- Remove buildreqs needed only due to use of $Config{libs}
* Wed Aug 15 2018 Paul Howarth - 4.54-1- Update to 4.54 - Include sys/mkdev.h or sys/sysmacros.h if available - Further tweaks to configure invocation for systems requiring --rpath - No longer rely on custom paths on win32 platforms - Try to work around buggy PAGESIZE macro on solaris
* Tue Aug 14 2018 Paul Howarth - 4.53-1- Update to 4.53 - Add $Config{libs} to LIBS for configure, to work around systems with broken library dependencies- Add missing include for prctl()- Add buildreqs needed due to overspecification of libraries in $Config{libs}
* Mon Aug 13 2018 Paul Howarth - 4.52-1- Update to 4.52 - Complete rework of the autoconf framework: IO::AIO now uses its own config.h, separate from libeio, and tries to test the actual perl environment, not the standard system environment - Provide nanosecond-accuracy stat time accessors for both perl and IO::AIO stat functions - Removed non-portable C++ functions from eio.c - Try to fix readdir tests on cygwin spuriously failing
* Wed Aug 01 2018 Paul Howarth - 4.50-1- Update to 4.5 - aio_mtouch: touch all pages as requested, not just the first page - New function: IO::AIO::mremap - linux-specific mremap, with constants MREMAP_MAYMOVE and MREMAP_FIXED - Add O_ACCMODE - Add (undocumented) MSG_CMSG_CLOEXEC and SOCK_CLOEXEC constants