ZipArchive v2.1.1 Release Notes

Release Date: 2017-10-11 // over 6 years ago
  • ๐Ÿš‘ Hotfix:

    • ๐Ÿ›  fix unzipping some files (regression in 2.1.0, #402, thanks @jdeepwell)

    ๐Ÿ›  Fixes:

    • Safer encryption by using arc4random_buf instead of "/dev/urandom" (nmoinvaz/minizip#175)
    • ๐Ÿ›  fix nested zip files (#380, thanks @Alyn-zz)
    • ๐Ÿ›  fix carthage iOS/tvOS/watchOS frameworks compatibility with swift (#396)
    • ignoring __MACOSX/ (#400, thanks @0x68)
    • ๐Ÿ›  fix unzipping archives with more than 65535 entries (#403, thanks @jdeepwell)