libarchive-perl/LibArchive/Changes
Stoiko Ivanov 549b20dc60 update libarchive bindings
by running
`h2xs  -M '^(archive|ARCHIVE)_' -v 3.4.0  -On LibArchive \
/usr/include/archive.h /usr/include/archive_entry.h -larchive`

and selectively adding the changes

Signed-off-by: Stoiko Ivanov <s.ivanov@proxmox.com>
2021-06-04 14:23:09 +00:00

23 lines
628 B
Plaintext

Revision history for Perl extension LibArchive.
3.4.0 Tue Jun 1 18:43:02 2021
- updated based on h2xs 1.23 with options
-M '^(archive|ARCHIVE)_' -v 3.4.0 -On LibArchive /usr/include/archive.h /usr/include/archive_entry.h -larchive
3.0.4 Tue Sep 23 11:50:00 CEST 2014
- make it compile with libarchive-dev 3.0.4-3 from debian wheezy
2.2.4 Wed Jul 18 10:50:00 CEST 2007
- code cleanup
- pumped version number
- only export read interface
- bug fixes
0.01 Fri Jul 13 12:41:39 2007
- original version; created by h2xs 1.23 with options
-an LibArchive /usr/include/archive.h /usr/include/archive_entry.h