ZipArchive v2.2.3 Release Notes
Release Date: 2020-04-29 // about 3 years ago-
๐ Fixes:
๐ Improvements:
- โ Remove executable bit from non-executable files (#563 thanks @friederbluemle)
- Replacing Minizip 2.8.9 with Minizip 2.9.2.dev (#558, big thanks @nmoinvaz)
- โก๏ธ Updating Travis for Xcode 11 (thanks @Coeur)
- โก๏ธ Update Podfile (thanks @Coeur)
- ๐ Improved error message (#532 thanks @philippec-ls)
- โฌ๏ธ Dropping iOS 8, as it's now unsecure (#531 thanks @Coeur)
- โ Added -payloadSizeForArchiveAtPath (#530 thanks @philippec-ls)
- โ Added missing newline && Renamed local variable (#529 thanks @philippec-ls)
- ๐ ProvisioningStyle = Automatic; for tests (thanks @Coeur)
Note:
- ๐ We stop releasing Carthage package from this version on. It is better for developers to build it by themselves.
Previous changes from v2.2.2
-
๐ Fixes:
- AES compatibility when zipping and unzipping (thanks @Florrr #516 and @JeffersonSchuler #517 for the simultaneous reports, @nmoinvaz for the quick fix)