Releases: ionescu007/minlzma
Version 1.1.5 with wider checksum support and other improvements.
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
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)
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
Supports small files and fixes support for "GetSizeOnly" mode.
Additional safety checks for dictionary size.
Updated Smaller & Faster Binaries w/ Kernel Support
The DLL should now work in both kernel and user-mode and no longer has any dependencies nor relocations.
Initial Release
Compiled x64 Release Binaries for Windows