Changelog for
perl-IO-AIO-4.810.0-2.14.x86_64.rpm :
* Fri Mar 08 2024 Tina Müller
- Fix disabling of __perllib_provides
* Wed Feb 21 2024 Tina Müller - updated to 4.81 see /usr/share/doc/packages/perl-IO-AIO/Changes TODO: aio_mmap 4.81 Tue 20 Feb 2024 07:38:35 CET - work around a bug in musl w.r.t to O_SEARCH and use EIO_O_PATH instead, vertifying the semantics against the subset of O_PATH and O_SEARCH (based on a report by Steve Dondley). - aio_copy now tries to preallocate the destination file. - fexecve configure test used the wrong püointer type (patch by Paul Howarth).
* Wed May 03 2023 Dirk Stoecker - updated to 4.80 (version corrected to 4.80 from 4.8) see /usr/share/doc/packages/perl-IO-AIO/Changes 4.80 Sat 01 Apr 2023 04:13:37 CEST - remove long obsolete \"paths must be absolute\" text in aio_open/stat descriptions. - another workaround for the low-quality musl libc. - test for umount seperately, as it is more portable. - some low-quality posix attempts (openbsd, osx) declare the availability of fexecve but then don\'t even bother to implemnent a stub.
* Mon Sep 26 2022 Tina Müller - updated to 4.79 see /usr/share/doc/packages/perl-IO-AIO/Changes 4.79 Sun 25 Sep 2022 18:25:53 CEST - the autoconf result of the mount check was not used, so it failed to compile on most systems (reported by crackoffAATTtutanota.com). - work around fedora not having a working C compiler setup by design (reported by Paul Howarth).
* Wed Sep 07 2022 Tina Müller - updated to 4.78 see /usr/share/doc/packages/perl-IO-AIO/Changes
* Mon Aug 23 2021 Dirk Stoecker - updated to 4.76 see /usr/share/doc/packages/perl-IO-AIO/Changes TODO: fsmount/fspick/fsconfig/fsmount et al. https://lwn.net/Articles/759499/ TODO: ioprio_get/set
* Thu Nov 28 2019 - Add manual license to cpanspec.yml
* Wed Apr 03 2019 Stephan Kulow - updated to 4.72 see /usr/share/doc/packages/perl-IO-AIO/Changes
* Tue Oct 09 2018 Dirk Stoecker - Fix autogenerated changes
* Sun Aug 26 2018 cooloAATTsuse.com- updated to 4.6 see /usr/share/doc/packages/perl-IO-AIO/Changes TODO: dump config.log when automated testign and configure fails 4.6 Sat Aug 25 21:58:36 CEST 2018 - add st_btime, st_btimesec, st_btimensec and st_gen accessors, mostly for bsds which 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. also avoids close-on-exec race issues after module load. - #undef utime on win32, maybe this helps some reports of utime hangs. - minor doc improvements. - minor configure cleanups. - use $Config{perllibs} instead of libs for configure. might help people who didn\'T install all perl dependencies (might break things as well).