Path to this page:
Subject: CVS commit: pkgsrc/devel/p5-IO-AIO
From: Makoto Fujiwara
Date: 2016-06-19 14:29:07
Message id: 20160619122908.04652FBB5@cvs.NetBSD.org
Log Message:
Updated devel/p5-IO-AIO to 4.34
-------------------------------
4.34 Sun May 1 19:18:24 CEST 2016
- def0.h was not properly generated during previous release, causing
compile errors on various platforms.
- major/minor were accidentally switched (reported by Alexander Lishenyuk).
- removed duplicate definition of MAP_HUGETLB, that was found due to
a bug in Perl::Tidy (testcase by alaska332@gmail.com).
- added (untested!) aio_fcntl, aio_ioctl requests.
- (libeio) names set via prctl are truncated to 15 chars + nul, not 16,
as manpages-dev originally claimed.
4.33 Mon Jan 18 12:50:10 CET 2016
- add IO::AIO::pipe2 function.
- added support for FALLOC_FL_COLLAPSE_RANGE and FALLOC_FL_ZERO_RANGE
constants.
- added support for O_TMPFILE and O_PATH constants.
- added support for MAP_FIXED, MAP_GROWSDOWN,MAP_32BIT, MAP_HUGETLB, \
MAP_STACK
consdtants, whether they can be sensibly used or not.
- use NO_INIT where applicable.
- update libecb.
- added stability canary support.
- updated linux super magic table to 4.3.3.
Files: