Minizip v2.8.7 Release Notes

Release Date: 2019-05-10 // almost 5 years ago
  • Do not write central directory header if central directory is 0 bytes. #381 #388
    Remove CMAKE_DEBUG_POSTFIX from cmake. #382
    โž• Added gzip example app.
    โž• Added support for storing and following symbolic links.
    ๐Ÿ‘‰ Use thread safe localtime_r function. (LGTM)
    Check availability of common crypto library for mac. #384
    โš  Use memcpy instead of strncpy to avoid gcc 9 warning. #385
    ๐Ÿ›  Fixed xcode warning with iconv. #386
    ๐Ÿ›  Fixed unzipping password protected files with no password. #387
    Don't compile signing functions if MZ_ZIP_NO_SIGNING is defined. #391
    ๐Ÿ›  Fixed iOS compilation after trying to silence compiler warnings. #392
    โœ‚ Removed debug code that sets the archive comment.
    โšก๏ธ Updates to podspec. #393