Skip to content

Tags: mcmilk/7-Zip-zstd

Tags

v24.09-v1.5.7-R1

Update version info and resize AboutDialog

v24.09-v1.5.6-R1

Update to 7-Zip Version 24.09

Merge branch 24.09-zstd-br; closes gh-387
- renormalized merge (strategy recursive renormalized);
- conflicts resolved;
- registration of several (canonical) hashes changed in favor of 7-zip implementation:
  * removed registration of canonical hashes for `MD5`, `SHA384` and `SHA3-256` (back to 7zip implementation, `SHA384` registering now in `Sha512Reg.cpp`, `SHA3-256` in `Sha3Reg.cpp`);
  * renamed files with header and implementation of canonical hashes (to avoid name conflicts with 7zip own implementations):
     - `C/hashes/md5.* => C/hashes/md5c.*`
     - `C/hashes/Sha3.* => C/hashes/Sha3c.*`
     - `C/hashes/sha512c.* => C/hashes/sha512c.*`
- renumerated IDs by register hashes (uniqueness), the list `DOC/Hashes.txt` is adjusted (matching current source code);

v22.01-v1.5.5-R3

Update README

v22.01-v1.5.5-R2

Revert the fixes for the "vulnerable command line parsing"

revert these commits:
- e615c8c
- 45c2456.
- cc1192c.

v22.01-v1.5.5-R1

Update Zstandard to Version 1.5.5

Signed-off-by: Tino Reichardt <milky-7zip@mcmilk.de>

v22.01-v1.5.4-R4

Update Lizard - use internal HUF and FSE entropy

- AdjustLiz.sh fixes some double defines with zstd of lizard
- lizard uses it's own entropy lib again
- this will fix #302

Signed-off-by: Tino Reichardt <milky-7zip@mcmilk.de>

v22.01-v1.5.4-R3

Fix missing context menu (issue #301)

Signed-off-by: Tino Reichardt <milky-7zip@mcmilk.de>

v22.01-v1.5.4-R2

Fix selectable uppercase / lowercase hash formatting

- the last fix was not done correctly
- issue #177 is solved really now

Signed-off-by: Tino Reichardt <milky-7zip@mcmilk.de>

v22.01-v1.5.4-R1

Add Github Action for generating release binaries

v22.01-v1.5.2-R1

Fix Version numbers