Revision history for Archive-Libarchive-FFI 0.0802 2014-06-19 07:48:01 -0400 - promote to production 0.0801_01 2014-06-18 15:55:44 -0400 - use Alien::Libarchive::Installer if possible instead of the heavier weight Alien::Libarchive 0.0801 2014-06-10 15:40:01 -0400 - Fix bundled dists 0.0800 2014-06-10 12:54:29 -0400 - Archive::Libarchive 0.19 compatability 0.0706 2014-03-31 11:10:49 -0400 - fix for OpenBSD 0.0705 2014-03-27 12:59:38 -0400 - for libarchive 2.x, use our own Perl implementation of archive_read_open_memory as interfacing with the C version is causing SIGSEGV. 0.0704 2014-03-27 10:41:31 -0400 - Take advantage of FFI::Raw 0.29's ability to return strings from callbacks - And therefore remove dependency on Module::Build::FFI 0.0703 2014-03-24 17:17:33 -0400 - fixed some type declarations which were causing failures on 32bit Linux (possibly others) specifically: use int64_t instead of gid_t/uid_t for UID/GID types use size_t instead of int64_t for buffer sizes 0.0702 2014-02-22 10:30:50 -0500 - require FFI::Raw 0.28 and FFI::Util 0.06 for recent bugfixes 0.07 2014-02-10 18:54:14 -0500 - fix MSWin32 build failure - support for libarchive 2.5.x - Update tests to be in sync with Archive::Libarchive::XS 0.07 0.06 2014-02-05 15:14:53 -0500 - callback functions were made optional, as they are in the XS version (support for older versions of libarchive) - various fixes to support libarchive 2.x including versons of libarchive that do not have archive_read/write_free (use archive_read/write_finish instead) - fixed argument count bug that only manifested itself on FreeBSD (GH#13) - build fixes for NetBSD 0.05 2014-02-04 13:24:04 -0500 - bump version to match Archive::Libarchive::XS 0.04 2014-02-04 13:22:23 -0500 - firsty CPAN release