Skip to content

Releases: ionescu007/minlzma

Version 1.1.5 with wider checksum support and other improvements.

Choose a tag to compare

@ionescu007 ionescu007 released this 25 May 21:53
7619916

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

Choose a tag to compare

@ionescu007 ionescu007 released this 19 Aug 19:47
ed6f184

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)

Choose a tag to compare

@ionescu007 ionescu007 released this 12 Jun 19:49
a367220

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

Choose a tag to compare

@ionescu007 ionescu007 released this 12 Jun 05:05

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

Updated Smaller & Faster Binaries w/ Kernel Support

Choose a tag to compare

@ionescu007 ionescu007 released this 18 Apr 21:09

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

Initial Release

Choose a tag to compare

@ionescu007 ionescu007 released this 16 Apr 17:18

Compiled x64 Release Binaries for Windows