Revision history for Archive-Libarchive-FFI

0.0701    2014-02-21 17:35:06 -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