Browse our Products

Aspose.ZIP for .NET 25.4 Release Notes

All Changes

KeySummaryIssue Type
ZIPNET-1290Store Unix file permissions in tar header.Enhancement
ZIPNET-1295Extract tar.lz4 compressed archives with one method.Enhancement
ZIPNET-1280Reduce memory allocation on LZMA decompression in 7z.Enhancement
ZIPNET-1296Verify password for traditionally encrypted ZIP before decompression.Bug
ZIPNET-1294Set Unix file mode on tar extraction.Enhancement
ZIPNET-1299Keep Unix file mode for ZIP entry and set it on extraction in Unix.Enhancement
ZIPNET-1300Compose LZ4 archive.Feature
ZIPNET-1305Correct grammar in commentaries.Enhancement

Public API and Backwards Incompatible Changes

The following public methods and properties were added:Description
Aspose.Zip.Lz4.Lz4Archive.SetSource(…)Sets a source for the LZ4 archive composition.
Aspose.Zip.Lz4.Lz4Archive.Save(…)Saves the LZ4 archive to the provided destination.
Aspose.Zip.Tar.FromLZ4(…)Extracts tar.lz4 archive in single operation.