Minizip v2.9.0 Release Notes

Release Date: 2019-09-19 // over 4 years ago
  • ๐Ÿ›  Fixed wrong open mode used in test code. #417
    ๐Ÿ›  Fixed invalid literal PRI* when compiling with C++. #416
    ๐Ÿ›  Fixed issues with truncated ZLIB output. #414, #415
    โž• Added shim functions for HMAC_CTX when not available with OpenSSL < 1.1. #409
    ๐Ÿ›  Fixed append mode when creating zip file using compatibility layer. #408
    Turned off signing by default in the code which no longer requires defining MZ_ZIP_NO_SIGNING.
    โž• Added support for building zips on RISC OS. #410
    ๐Ÿ›  Fixed BUILD_BYPRODUCTS argument for zlib in CMakeLists.txt. #406
    ๐Ÿ›  Various fixed to code formatting. #421, #413