Skip to content

Tags: matteocostantini/minizip

Tags

2.10.0

Toggle 2.10.0's commit message
Don't link Apple's Security framework when no crypt feature zlib-ng#505

Added support for Zstd compression zlib-ng#498
Fixed TOC links don't work in API docs zlib-ng#496
Removed unused -j command line param zlib-ng#495
Allow libbsd to be explicitly disabled zlib-ng#494
Added more docs about mz_zip_file fields. zlib-ng#492
Use lseek64 on Android < 21 zlib-ng#489
Use __has_include in mz header. zlib-ng#484
Use pkg-config to find openssl.
Use FetchContent instead of ExternalProject in cmake.
Turn off _FILE_OFFSET_BITS by default.
Added support for setting MZ_FILE32_API from cmake.
Only set library prefix when using MSVC. zlib-ng#483
Move warning about limited encoding support to cmake. zlib-ng#481
Changed formatting to use same bracing as zlib

2.9.3

Toggle 2.9.3's commit message
Removed _cmd suffix from the minigzip and minizip targets. zlib-ng#451

Added MZ_PROJECT_SUFFIX option to cmake. zlib-ng#452
Added CIFuzz action. zlib-ng#453
Fixed ZIP64 files containing more than 64k entries only report 64k entries. zlib-ng#460
Fixed unzOpen2_64() when it fails keeps file handle open. zlib-ng#461
Fixed compilation when iconv is not supported on platform. zlib-ng#463
Fixed return value description for mz_zip_reader_entry_read in docs. zlib-ng#465
Added documentation for mz_zip_set_data_descriptor.
Added backwards compatibility shim for iCaseSenitivity param in unzLocateFile for original minizip.
Set version in CMake project() and make version config. zlib-ng#470
Allow CMake to use minizip as a subproject with add_subdirectory. zlib-ng#472
Fixed bug in local comment not being written with compatibility layer.
Added compatibility layer unit tests.
Removed Cocoapods spec

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