Releases: zlib-ng/minizip-ng
2.8.9
2.8.8
2.8.7
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
2.8.6
2.8.5
Fixed issue where install target failed due to the fact that the .pc was never generated. #366
Fixed package config install target. #367
Added back guard against seek overflow in mz_zip_entry_read_open due to clusterfuzz findings which is still needed. #343
Fixed Windows appguard issues around crypt hash destruction. #368
Fixed drive error with recursive creation of directories in Windows. #369 #370
2.8.4
Remove setting library prefix in cmake. #365
Fixed no error when trying to extract a single file that is not in archive. #364
Fixed cmake MSVC and WindowsStore detection.
Fixed several cmake warnings.
Use cmake-generator-expressions for multi-configuration solutions.
Remove Z_PREFIX check from cmake.