tar-conduit v0.2.2 Release Notes

Release Date: 2018-02-06 // about 6 years ago
    • Fixed proper unicode filepaths handling.
    • Fixed restoration of symbolic links.
    • Fixed restoring files with long names (>255), that use GNU tar format.
    • Utilizing GNU tar standard implemented support for long (>2097151) values of OwnerId, GroupId, DeviceMinor and DeviceMajor values, as well as (>8589934591) for FileSize and ModificationTime. Thus removing the 8GB size limitation, allowing negative timestamps and fixing compatibility with systems that use UID and GID in the higher range.
    • Expose withFileInfo.
    • Improved error reporting.