Changes to the library:
- It is now possible to specify a codec for archive entry metadata (
pathname
,linkpath
,uname
andgname
) (#125).- BREAKING: If you use the
archive_read_class
andarchive_write_class
arguments, the classes you provide will receive a codec name as a second positional argument.
- BREAKING: If you use the
- The
timestamp_nsec
arguments of the legacyArchiveEntry.set_{a,c,m}time
methods are now optional (#123).
Changes to the tests and packaging: