Skip to content

4.8.4

Compare
Choose a tag to compare
@tsolomko tsolomko released this 20 Dec 19:17
· 34 commits to develop since this release
4.8.4
bca9a66
  • Fixed an issue where in some cases BZip2 compression would produce incorrect output (#38).
  • The TarReader.read() and TarReader.process(_:) functions now always return nil after reaching the end of a TAR container instead of throwing the DataError.truncated error after returning nil once.
    • This fixes an issue where when a TAR container does not contain an EOF marker these functions would throw the error without returning nil at least once.
    • The documentation for these functions has been updated accordingly.