ITADN
zlib-ng/minizip-ng

版本发布 8

4.1.2
? · 2026-04-25

## What's Changed * cmake: fix: mz_config.h was missing in install target (#980) by @sergio-nsk in https://github.com/zlib-ng/minizip-ng/pull/981 * cmake: various clean ups by @nmoinvaz in https://github.com/zlib-ng/minizip-ng/pull/982 **Full Changelog**: https://github.com/zlib-ng/minizip-ng/compare/4.1.1...4.1.2

4.1.0
? · 2026-01-21

## What's Changed * Apply Clang format by @tbeu in https://github.com/zlib-ng/minizip-ng/pull/871 * align bzip and lzma streams for 64-bit platforms by @GermanAizek in https://github.com/zlib-ng/minizip-ng/pull/879 * Revert: Make `pattern` in `mz_zip_reader` dynamically assigned (#856) by @Coeur in https://github.com/zlib-ng/minizip-ng/pull/877 * Mark handle as unused. by @kalibera in https://github.com/zlib-ng/minizip-ng/pull/881 * doc: compression -> decompression by @Coeur in https://github.com/zlib-ng/minizip-ng/pull/884 * Updage usage of Buffered Stream by @LuJyKa in https://github.com/zlib-ng/minizip-ng/pull/885 * zstd: add MZ_STREAM_PROP_COMPRESS_THREADS by @peterh in https://github.com/zlib-ng/minizip-ng/pull/888 * fix stack overrun in mz_os_utf8_string_create by @peterh in https://github.com/zlib-ng/minizip-ng/pull/890 * harden mz_zip_writer_add_file against link following by @peterh in https://github.com/zlib-ng/minizip-ng/pull/889 * refactor: passing reader, writer, zip instead of handle by @Coeur in https://github.com/zlib-ng/minizip-ng/pull/876 * zip_rw: validate the handle in each getter/setter by @peterh in https://github.com/zlib-ng/minizip-ng/pull/891 * cmake: better zlib-ng / zlib handling by @sgoth in https://github.com/zlib-ng/minizip-ng/pull/886 * fix missing const at r/o buffers by @sergio-nsk in https://github.com/zlib-ng/minizip-ng/pull/906 * Drop documents that are not freely distributable by @bgermann in https://github.com/zlib-ng/minizip-ng/pull/909 * Removing superfluous const by @Coeur in https://github.com/zlib-ng/minizip-ng/pull/911 * `mz_stream_zstd_set_prop_int64`: Implicit conversion loses integer precision: 'int64_t' (aka 'long long') to 'int' by @Coeur in https://github.com/zlib-ng/minizip-ng/pull/917 * Fix allocating negative size by @Coeur in https://github.com/zlib-ng/minizip-ng/pull/918 * Bump GoogleTest to 1.16 by @Coeur in https://github.com/zlib-ng/minizip-ng/pull/923 * Avoid ruby codeql failure by @Coeur in https://github.com/zlib-ng/minizip-ng/pull/926 * fix #915: headers should not include there dependencies by @bebuch in https://github.com/zlib-ng/minizip-ng/pull/924 * Remove `build-src-dir` in Actions by @Coeur in https://github.com/zlib-ng/minizip-ng/pull/925 * Compatible with systems without symbolic links by @noword in https://github.com/zlib-ng/minizip-ng/pull/928 * Add workflow_dispatch to all workflows by @pmqs in https://github.com/zlib-ng/minizip-ng/pull/940 * Fix modified_date when zipping by @Coeur in https://github.com/zlib-ng/minizip-ng/pull/930 ## Dependabot * Bump svenstaro/upload-release-action from 2.11.2 to 2.11.3 by @dependabot[bot] in https://github.com/zlib-ng/minizip-ng/pull/932 * Bump svenstaro/upload-release-action from 2.11.1 to 2.11.2 by @dependabot[bot] in https://github.com/zlib-ng/minizip-ng/pull/899 * Bump svenstaro/upload-release-action from 2.9.0 to 2.11.1 by @dependabot[bot] in https://github.com/zlib-ng/minizip-ng/pull/892 * Bump actions/upload-artifact from 5 to 6 by @dependabot[bot] in https://github.com/zlib-ng/minizip-ng/pull/934 * Bump actions/checkout from 5 to 6 by @dependabot[bot] in https://github.com/zlib-ng/minizip-ng/pull/931 * Bump actions/checkout from 4 to 5 by @dependabot[bot] in https://github.com/zlib-ng/minizip-ng/pull/902 * Bump actions/setup-python from 5 to 6 by @dependabot[bot] in https://github.com/zlib-ng/minizip-ng/pull/910 * Bump actions/upload-artifact from 4 to 5 by @dependabot[bot] in https://github.com/zlib-ng/minizip-ng/pull/920 * Bump github/codeql-action from 3 to 4 by @dependabot[bot] in https://github.com/zlib-ng/minizip-ng/pull/919 ## New Contributors * @kalibera made their first contribution in https://github.com/zlib-ng/minizip-ng/pull/881 * @LuJyKa made their first contribution in https://github.com/zlib-ng/minizip-ng/pull/885 * @sgoth made their first contribution in https://github.com/zlib-ng/minizip-ng/pull/886 * @bgermann made their first contribution in https://github.com/zlib-ng/minizip-ng/pull/909 * @bebuch made their first contribution in https://github.com/zlib-ng/minizip-ng/pull/924 * @noword made their first contribution in https://github.com/zlib-ng/minizip-ng/pull/928 **Full Changelog**: https://github.com/zlib-ng/minizip-ng/compare/4.0.10...4.1.0

4.0.10
? · 2025-05-05
4.0.9
? · 2025-04-05
4.0.9
? · 2025-04-05

## What's Changed * Remove excess checks before free() by @GermanAizek in https://github.com/zlib-ng/minizip-ng/pull/846 * Align structures for 64-bit platforms by @GermanAizek in https://github.com/zlib-ng/minizip-ng/pull/844 * Consider passed codepage on listing and extraction callback by @tbeu in https://github.com/zlib-ng/minizip-ng/pull/841 * Apply Clang format by @tbeu in https://github.com/zlib-ng/minizip-ng/pull/842 * crypt.h: Remove register keyword by @Mingli-001 in https://github.com/zlib-ng/minizip-ng/pull/853 ## New Contributors * @Mingli-001 made their first contribution in https://github.com/zlib-ng/minizip-ng/pull/853 **Full Changelog**: https://github.com/zlib-ng/minizip-ng/compare/4.0.8...4.0.9

4.0.8
? · 2025-01-08
4.0.7
? · 2024-06-15

* Added definition for zipOpenNewFileInZip64 for backwards compat #787 * Upgrade to GoogleTest Framework v1.13.0. * Rename minizip_cmd project to minizip_cli. * Rename cli instead of lib for VS conflicts to prevent linker error. #778 * Various CI fixes **Full Changelog**: https://github.com/zlib-ng/minizip-ng/compare/4.0.6...4.0.7

4.0.6
? · 2024-06-01