Skip to content

Releases: p7zip-project/p7zip

v17.05

20 Feb 06:25
a45b883
Compare
Choose a tag to compare

What's Changed

Full Changelog: v17.04...v17.05

pre-p7zip21.07

05 Jun 05:38
Compare
Choose a tag to compare
pre-p7zip21.07 Pre-release
Pre-release

Update p7zip to 21.07

  • add blake3 hash method

p7zip 17.04

04 Apr 04:47
Compare
Choose a tag to compare
  • add lzip decompress
  • update zstd 1.4.9

p7zip 17.03

28 Dec 13:27
Compare
Choose a tag to compare
  • add zstd to zip
  • add hash algorithm
    • XXHASH32
    • XXHASH64
    • MD2
    • MD4
    • MD5
    • sha384
    • sha512
  • add Lzfse to dmg
  • add lz5 to 7z
  • add lizard to 7z
  • update lz4 to v1.9.3
  • add brotli to 7z
  • update cmake build
  • fix xz crc64 error
  • use system local to select OEM code
  • add rpm install
  • fix lzma2 and flzma22 call the same algorithm
  • add 7zr build
  • fix tar format link file compress and decompress

p7zip 17.02

20 Jun 07:00
8d44b53
Compare
Choose a tag to compare
  • p7zip 17.02 is more like 7zip 17.01(only 7za and 7z),The difference from 7zip 17.01
    and older version p7zip is the following description
  • Supports Fast lzma2 1.0.1 compression method
  • Update Zstd method to 1.4.5
  • Add zstd method parameters in 7z format
    ZSTD parameters NEW name:
    strategy -> strat
    fast -> fast
    long -> long
    WindowLog -> wlog
    HashLog -> hlog
    ChainLog -> clog
    SearchLog -> slog
    MinMatch -> slen
    TargetLen -> tlen
    OverlapLog -> ovlog
    LdmHashLog -> ldmhlog
    LdmSearchLength -> ldmslen
    LdmBucketSizeLog -> ldmblog
    LdmHashRateLog -> ldmhevery
  • Fix symlink files contained inside tar and squashfs as regular file
  • Add lz4 and Zstd decompress method to squashfs

p7zip 17.01

13 May 03:42
484ee17
Compare
Choose a tag to compare