Revision history for Archive-Libarchive, 0.08 2022-09-29 10:40:53 -0600 - Unbundle Test2::Tools::MemoryCycle as it is now on CPAN (gh#450 0.07 2022-09-22 06:08:16 -0600 - Documentation improvements (gh#44) 0.06 2022-09-22 05:19:04 -0600 - Documentation improvements (gh#41) - Removed two memory leaks that happen in some circumstances for Archive::Libarchive::ArchiveRead (gh#36, gh#42) - Archive::Libarchive will now prefer libraries provided by Alien::Libarchive3 over the system provided libraries (gh#40, gh#43) 0.05 2022-03-17 11:24:19 -0600 - Add support for libarchive 2.6.0 (gh#37) * Archive::Libarchive::ArchiveWrite + add_filter_zstd + set_format_cpio_bin + set_format_cpio_odc + set_format_cpio_pwb * Archive::Libarchive::Constant + ARCHIVE_READDISK_NO_SPARSE + cpio_pwb 0.04 2021-06-01 04:25:46 -0600 - Remove deprecated support_compression* methods from ArchiveRead class, and documentation/tests that were using them. Sorry, they should not have been included in the original release (gh#32) - Some additional, less prominent deprecated methods were also removed (gh#33) - Performance improvements (gh#2, gh#34) - New methods: ArchiveRead#read_data_block, ArchiveWrite#write_data_block, ArchiveRead#read_into_fd (gh#2, gh#34) 0.03 2021-05-31 09:41:12 -0600 - Add (full) support for encrypted zip entries (gh#31) 0.02 2021-05-31 05:50:17 -0600 - Add support for ArchiveRead#open_filenames (gh#30) 0.01 2021-05-30 18:37:47 -0600 - initial version