Skip to content

Tags: readdle/minizip-ng

Tags

4.0.0

Toggle 4.0.0's commit message
Version 4.0.0.

3.0.10

Toggle 3.0.10's commit message
Version 3.0.10.

3.0.9

Toggle 3.0.9's commit message
Version 3.0.9.

3.0.8

Toggle 3.0.8's commit message
Version 3.0.8.

3.0.7

Toggle 3.0.7's commit message
Version 3.0.7.

3.0.6

Toggle 3.0.6's commit message
CMakeLists.txt: fix build without C++. zlib-ng#621

Update old references to dev environment.
Added mz_zip_entry_get_compress_stream to get the compression stream for an entry.
Only add OPENSSL_INCLUDE_DIR to include directories if variable is set.
memstream delete -> stream delete. zlib-ng#618
Added build directory to public interface when using compat mode. zlib-ng#588

3.0.5

Toggle 3.0.5's commit message
Link system zlib-ng if available. zlib-ng#574

Generated files unzip.h and zip.h shall be in build directory. #587
Fixed improper null termination in mz_os_get_file_date. zlib-ng#601
Fixed various issues related to setting external ZLIB repository. zlib-ng#603
Fixed buffer overrun in mz_path_combine. zlib-ng#609
Fixed issues related to building for PSP. zlib-ng#610
Fixed improper null termination in mz_zip_writer_open_file. zlib-ng#611
Fixed buffer overrun in mz_dir_make. zlib-ng#611
Default to -ng project suffix when MZ_COMPAT is not enabled.
Change minizip cmake alias name to be consistent.
Added SHA224, SHA384, SHA512 to crypt.

3.0.4

Toggle 3.0.4's commit message
Fixed not writing ZIP64 central directory when number of entries is U…

…INT16_MAX. zlib-ng#596

3.0.3

Toggle 3.0.3's commit message
Use only major project version as soversion. zlib-ng#592

Ensure .pc variables use absolute directories. zlib-ng#584 zlib-ng#590
Replace use of GNU C definitions with standard definitions for non-GNU C comforming compilers when checking if we need to define fixed-width integer types. zlib-ng#585
Fixed OpenSSL crypto for use with BoringSSL. zlib-ng#583
Fixed not recognizing AppleClang for Xcode when building fuzzer executables. zlib-ng#582
Fixed memory leak if mz_zip_writer_add_path fails. zlib-ng#576

3.0.2

Toggle 3.0.2's commit message
Made cmake _IMPORT_PREFIX relative. zlib-ng#569

Add support for ioapi in compatibility layer. zlib-ng#566
Fix inclusion of fetched bzip2 sources.  zlib-ng#562
Disable hash extrafield if crypto library is not enabled by encryption or signing features. zlib-ng#560
Replace _WINDOWS by _WIN32. zlib-ng#475