Minizip v2.10.0 Release Notes

Release Date: 2020-06-25 // almost 4 years ago
  • 🔒 Don't link Apple's Security framework when no crypt feature #505
    ➕ Added support for Zstd compression #498
    🛠 Fixed TOC links don't work in API docs #496
    ✂ Removed unused -j command line param #495
    👍 Allow libbsd to be explicitly disabled #494
    Added more docs about mz_zip_file fields. #492
    👀 Use lseek64 on Android < 21 #489
    Use __has_include in mz header. #484
    👉 Use pkg-config to find openssl.
    👉 Use FetchContent instead of ExternalProject in cmake.
    Turn off _FILE_OFFSET_BITS by default.
    Added support for setting MZ_FILE32_API from cmake.
    Only set library prefix when using MSVC. #483
    🚚 Move warning about limited encoding support to cmake. #481
    🔄 Changed formatting to use same bracing as zlib