Minizip v2.9.1 Release Notes

Release Date: 2019-11-15 // over 4 years ago
  • โž• Added code coverage using codecov.io.
    ๐Ÿ›  Fixed unit tests and moved into their own test project.
    โž• Added unit tests for signing on all platforms.
    ๐Ÿ›  Fixed certificate chain not being verified on Windows.
    Overwrite existing central directory if using split disks with append mode. #436
    ๐Ÿ›  Fixed memory leak during zip entry close. #435
    ๐Ÿ›  Fixed path not resolving properly when it begins with ..\ more than once. #433
    ๐Ÿ›  Fixed extract 4gb zip files without zip64 via recovery method. #431
    ๐Ÿ›  Fixed issues finding data descriptor when previous compressed size is small during recovery. #431
    Fixed indefinite loop when reaching end of stream using mz_stream_find. #431
    Fixed not being able to find bytes in stream past INT32_MAX using mz_stream_find. #431
    ๐Ÿ›  Fixed missing defined after #elif in mz_os.h. #427
    โž• Added BZIP_SYSTEM to podspec. #419
    ๐Ÿ›  Fixed appending files to tiny zip. #418
    ๐Ÿ›  Fixed invalid literal PRI- when compiling with C++. #416
    ๐Ÿ‘ท Switch from travis CI to github actions and from lgtm to codefactor.
    Get fuzzing engine library from environment variable for oss-fuzz.