Minlzma Versions Save

The Minimal LZMA (minlzma) project aims to provide a minimalistic, cross-platform, highly commented, standards-compliant C library (minlzlib) for decompressing LZMA2-encapsulated compressed data in LZMA format within an XZ container, as can be generated with Python 3.6, 7-zip, and xzutils

v1.1.5

2 years ago

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.

1.1.1

3 years ago

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

v1.1.0

3 years ago

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.

v1.0.5-fix

3 years ago

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

v1.0.5

4 years ago

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

v1.0.0

4 years ago

Compiled x64 Release Binaries for Windows