Skip to content

Releases: ionescu007/minlzma

Version 1.1.5 with wider checksum support and other improvements.

25 May 21:53
7619916
Compare
Choose a tag to compare

This version now implements checksum checks that no longer have external requirements, introduces the new XzChecksumError API, supports XZ/CRC-32 and XZ/CRC-64, as well as handles unknown checksum algorithms without failing.

Internal Code Changes

19 Aug 19:47
ed6f184
Compare
Choose a tag to compare

Bumping the version to 1.1.1 to match the latest source changes. Should not be any material differences in functionality.

Version 1.1.0 (Uncompressed Stream Support)

12 Jun 19:49
a367220
Compare
Choose a tag to compare

This release adds support for raw streams (uncompressed LZMA2 chunks) present in XZ blocks, and fixes some handling for small files below the dictionary size.

Version 1.0.5 -- Fixed

12 Jun 05:05
Compare
Choose a tag to compare

Supports small files and fixes support for "GetSizeOnly" mode.
Additional safety checks for dictionary size.

Updated Smaller & Faster Binaries w/ Kernel Support

18 Apr 21:09
Compare
Choose a tag to compare

The DLL should now work in both kernel and user-mode and no longer has any dependencies nor relocations.

Initial Release

16 Apr 17:18
Compare
Choose a tag to compare

Compiled x64 Release Binaries for Windows