ZipArchive v2.1.5 Release Notes

Release Date: 2019-04-08 // about 5 years ago
  • ๐Ÿ›  Fixes:

    • Carthage compatibility with Xcode 10.2+ (#500, thanks @DivineDominion)
    • ๐Ÿ— Carthage build with watchOS arm64_32 slice (#474)
    • File path sanitation compatibility with Unicode (#472)
    • ๐Ÿ›  Fix resource leak when testing password protection or failing to open a file (#418, thanks @craig65535)
    • ๐Ÿ›  Fix zipping together more than 65535 files (nmoinvaz/minizip#373, thanks @idezzzz)

    ๐Ÿ‘Œ Improvements:

    • ๐Ÿ‘ Allow reading > 64k at a time on platforms where zlib supports this (nmoinvaz/minizip#327)