Revision history for Archive-Libarchive-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