Skip to content

Tags: jimpark/minizip

Tags

2.9.2

Toggle 2.9.2's commit message
Added API documentation. zlib-ng#445 zlib-ng#426

Fixed loading of kernel module handle when creating symbolic link in Windows. zlib-ng#448
Allow the ability to disable use of data descriptor. zlib-ng#440
Fixed bug saving file during erase when data descriptor not being used.
Don't set output name for cmd targets due to linker issues in VS.
Fixed compiler flags when using VS clang MSVC-like cmdline interface.
Fixed compiler warnings and updates to podspec.

2.9.1

Toggle 2.9.1's commit message
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. zlib-ng#436
Fixed memory leak during zip entry close. zlib-ng#435
Fixed path not resolving properly when it begins with ..\ more than once. zlib-ng#433
Fixed extract 4gb zip files without zip64 via recovery method. zlib-ng#431
Fixed issues finding data descriptor when previous compressed size is small during recovery. zlib-ng#431
Fixed indefinite loop when reaching end of stream using mz_stream_find. zlib-ng#431
Fixed not being able to find bytes in stream past INT32_MAX using mz_stream_find. zlib-ng#431
Fixed missing defined after #elif in mz_os.h. zlib-ng#427
Added BZIP_SYSTEM to podspec. zlib-ng#419
Fixed appending files to tiny zip. zlib-ng#418
Fixed invalid literal PRI- when compiling with C++. zlib-ng#416
Switch from travis CI to github actions and from lgtm to codefactor.
Get fuzzing engine library from environment variable for oss-fuzz.

2.9.0

Toggle 2.9.0's commit message
Fixed wrong open mode used in test code. zlib-ng#417

Fixed invalid literal PRI* when compiling with C++. zlib-ng#416
Fixed issues with truncated ZLIB output. zlib-ng#414, zlib-ng#415
Added shim functions for HMAC_CTX when not available with OpenSSL < 1.1. zlib-ng#409
Fixed append mode when creating zip file using compatibility layer. zlib-ng#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. zlib-ng#410
Fixed BUILD_BYPRODUCTS argument for zlib in CMakeLists.txt. zlib-ng#406
Various fixed to code formatting. zlib-ng#421, zlib-ng#413

2.8.9

Toggle 2.8.9's commit message
Added missing zipOpenNewFileInZip functions to compatibility layer. z…

…lib-ng#400

Fixed return of mz_stream_zlib_get_prop_int64() for PROP_COMPRESS_WINDOW. zlib-ng#402

2.8.8

Toggle 2.8.8's commit message
Fixed AES not working in correct mode when using CommonCrypto. zlib-n…

…g#397, zlib-ng#398.

Fixed compilation with mingw-w64. zlib-ng#396

2.8.7

Toggle 2.8.7's commit message
Do not write central directory header if central directory is 0 bytes. 

…zlib-ng#381 zlib-ng#388

Remove CMAKE_DEBUG_POSTFIX from cmake. zlib-ng#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. zlib-ng#384
Use memcpy instead of strncpy to avoid gcc 9 warning. zlib-ng#385
Fixed xcode warning with iconv. zlib-ng#386
Fixed unzipping password protected files with no password. zlib-ng#387
Don't compile signing functions if MZ_ZIP_NO_SIGNING is defined. zlib-ng#391
Fixed iOS compilation after trying to silence compiler warnings. zlib-ng#392
Removed debug code that sets the archive comment.
Updates to podspec. zlib-ng#393

2.8.6

Toggle 2.8.6's commit message
Fixed memory leak with openssl and hmac copy. zlib-ng#376

Set the open mode properly when using mz_zip_writer_open. zlib-ng#377

2.8.5

Toggle 2.8.5's commit message
Fixed issue where install target failed due to the fact that the .pc …

…was never generated. zlib-ng#366

Fixed package config install target. zlib-ng#367
Added back guard against seek overflow in mz_zip_entry_read_open due to clusterfuzz findings which is still needed. zlib-ng#343
Fixed Windows appguard issues around crypt hash destruction. zlib-ng#368
Fixed drive error with recursive creation of directories in Windows. zlib-ng#369 zlib-ng#370

2.8.4

Toggle 2.8.4's commit message
Remove setting library prefix in cmake. zlib-ng#365

Fixed no error when trying to extract a single file that is not in archive. zlib-ng#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.

2.8.3

Toggle 2.8.3's commit message
Fixed files are mistakenly listed as encrypted. zlib-ng#359

Don't print warning if Iconv not found.
Added ability to pass in arguments to external ZLIB project.
Only configure minizip.pc if it exists in source tree.
Rename project to minizip and test executable to minizip_cmd.
Added MZ_EXPORT definition.
Fixed support for zlib-ng without ZLIB_COMPAT.
Fixed code analysis warnings.