Skip to content

Releases: zlib-ng/minizip-ng

4.0.10

05 May 01:37
f3ed731
Compare
Choose a tag to compare

What's Changed

  • gitgnore build folders by @Coeur in #857
  • fix: unzipping with backslashes in the name on UNIX by @Coeur in #834
  • cleanup pathwfs by @Coeur in #860
  • Make pattern in mz_zip_reader dynamically assigned by @DreamHelium in #856
  • Support star in filename by @Coeur in #865
  • updating github actions for ubuntu-22.04 by @Coeur in #866
  • fix: unzipping with backslash at the end of the filename by @Coeur in #867
  • Support any character encoding by @Coeur in #868
  • free up writer memory when failing to open archive for reading by @Coeur in #869
  • fix copy encrypted file info by @Coeur in #870

New Contributors

Full Changelog: 4.0.9...4.0.10

4.0.9

05 Apr 18:09
Compare
Choose a tag to compare

What's Changed

  • Remove excess checks before free() by @GermanAizek in #846
  • Align structures for 64-bit platforms by @GermanAizek in #844
  • Consider passed codepage on listing and extraction callback by @tbeu in #841
  • Apply Clang format by @tbeu in #842
  • crypt.h: Remove register keyword by @Mingli-001 in #853
  • Don't use Z_ERRNO in compatibility headers if zlib not included. #852
  • Add lint GHA workflow with clang-format.

New Contributors

Full Changelog: 4.0.8...4.0.9

4.0.8

08 Jan 18:14
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 4.0.7...4.0.8

4.0.7

15 Jun 16:26
Compare
Choose a tag to compare
  • 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: 4.0.6...4.0.7

4.0.6

01 Jun 21:13
Compare
Choose a tag to compare

What's Changed

  • Fixed zstd master branch no longer working.
  • Switch to using zlib-ng stable.
  • Update liblzma repository to GitHub.
  • Fixed listing empty zip file. #756
  • Revert "Add empty directories to zip file. #756
  • Bump github/codeql-action from 2 to 3 by @dependabot in #766
  • Bump codecov/codecov-action from 3 to 4 by @dependabot in #768
  • Bump actions/upload-artifact from 3 to 4 by @dependabot in #770
  • Bump actions/checkout from 3 to 4 by @dependabot in #769
  • Bump svenstaro/upload-release-action from 1.pre.release to 2.9.0 by @dependabot in #767
  • Bump actions/checkout from 3 to 4 by @dependabot in #776
  • Bump actions/upload-artifact from 3 to 4 by @dependabot in #775
  • Bump svenstaro/upload-release-action from 1.pre.release to 2.9.0 by @dependabot in #777
  • Bump github/codeql-action from 2 to 3 by @dependabot in #773
  • Bump codecov/codecov-action from 3 to 4 by @dependabot in #774

New Contributors

Full Changelog: 4.0.5...4.0.6

4.0.5

06 Mar 03:34
Compare
Choose a tag to compare

What's Changed

  • Add empty directories to zip file. #756
  • Use hexadecimal prefix for MZ_VERSION_BUILD. #758
  • Fix bz2 library name by @rezso in #761
  • Use correct version needed to extract for BZIP2. #763
  • Remove left over signing code from v3.

New Contributors

Full Changelog: 4.0.4...4.0.5

4.0.4

29 Dec 15:30
Compare
Choose a tag to compare

What's Changed

  • Fix unzLocateFile 3rd parameter by @tuliom in #746
  • Silence MZ_COMPAT_VERSION warnings by @brad0 in #751
  • Silence -Wunused-but-set-variable warnings by @brad0 in #752
  • Remove DOS line endings by @brad0 in #753

New Contributors

Full Changelog: 4.0.3...4.0.4

4.0.3

13 Nov 18:09
Compare
Choose a tag to compare

What's Changed

  • Fix for filenames of the form "x/../y" by @pmqs in #742
  • Check for zero length path in mz_path_has_slash by @pmqs in #741
  • Match default compression level value in compress streams #726
  • Use ZSTD compression level defaults. #726
  • Fixed possible memory leak if realloc fails.

Full Changelog: 4.0.2...4.0.3

4.0.2

26 Oct 17:13
Compare
Choose a tag to compare

What's Changed

  • Support compression levels >= 10 and use zstd's internal default level. by @mkasick in #730
  • Fix lzma compression level #731 by @gix in #732
  • Get mz_dir_make to test for an empty path by @pmqs in #738
  • Silence warnings about BSD_SOURCE being deprecated.
  • Fixed implicit conversion precision warnings by @NickBrighten in #728
  • Fix pkgconfig file for private dependencies by @autoantwort in #729

New Contributors

Full Changelog: 4.0.1...4.0.2

4.0.1

04 Aug 18:29
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 4.0.0...4.0.1