Skip to content

1.1.2

Compare
Choose a tag to compare
@tsolomko tsolomko released this 22 Nov 20:23
· 2290 commits to develop since this release
v1.1.2
d0020a2
  • Fixed a WrongBlockLengths error when there was no actual error.
  • Improved overall performance for Deflate.

By the way, there are also a couple of internal changes that are probably worth to mention:

  1. Now git-lfs is used for storing the majority of test files. So if you would like to clone repository and run Xcode tests it might be necessary for you to run git lfs pull after git clone.
  2. When Gzip files are being parsed sometimes incorrect value of mtime field from their headers could be read. Although, this value is internal (and, actually, is never used) and is not exposed to the users of framework you might be eager to know that from now on mtime is stored as four UInt8 numbers instead of one UInt64 (and I don't know why it was UInt64 and not UInt32).