Updated 7-Zip 24.07 latest

This commit is contained in:
MartinEesmaa 2024-06-23 17:31:14 +10:00
parent e5dcb6a531
commit 19b912bff1
No known key found for this signature in database
GPG Key ID: FD65711850BEEE70
4 changed files with 15 additions and 5 deletions

Binary file not shown.

Binary file not shown.

View File

@ -6,11 +6,21 @@ The full changelog file can be downloaded here:
https://7-zip.org/history.txt https://7-zip.org/history.txt
24.07 2024-06-19
-------------------------
- The bug was fixed: 7-Zip could crash for some incorrect ZSTD archives.
24.06 2024-05-26
-------------------------
- The bug was fixed: 7-Zip could not unpack some ZSTD archives.
24.05 2024-05-14 24.05 2024-05-14
------------------------- -------------------------
- New switch -myv={MMNN} to set decoder compatibility version for 7z archive creating. - New switch -myv={MMNN} to set decoder compatibility version for 7z archive creating.
{MMNN} is 4-digit number that represents the version of 7-Zip without a dot. {MMNN} is 4-digit number that represents the version of 7-Zip without a dot.
If -myv={MMNN} switch is specified, 7-Zip will only use compression methods that can If -myv={MMNN} switch is specified, 7-Zip will only use compression methods that can
be decoded by the specified version {MMNN} of 7-Zip and newer versions. be decoded by the specified version {MMNN} of 7-Zip and newer versions.
If -myv={MMNN} switch is not specified, -myv=2300 is used, and 7-Zip will only If -myv={MMNN} switch is not specified, -myv=2300 is used, and 7-Zip will only
use compression methods that can be decoded by 7-Zip 23.00 and newer versions. use compression methods that can be decoded by 7-Zip 23.00 and newer versions.
@ -23,7 +33,7 @@ https://7-zip.org/history.txt
------------------------- -------------------------
- New menu item in 7-Zip File Manager: "Tools / Delete Temporary Files...". - New menu item in 7-Zip File Manager: "Tools / Delete Temporary Files...".
This menu item opens a window showing temporary folders and files This menu item opens a window showing temporary folders and files
created by 7-Zip in the user's "Temp" folder on a Windows system. created by 7-Zip in the user's "Temp" folder on a Windows system.
In this window, the user can delete temporary files. In this window, the user can delete temporary files.
@ -41,7 +51,7 @@ https://7-zip.org/history.txt
- 7zg.exe (7-Zip GUI): -y switch disables user requests and messages. - 7zg.exe (7-Zip GUI): -y switch disables user requests and messages.
- 7-Zip shows hash methods XXH64 and BLAKE2sp in context menu. - 7-Zip shows hash methods XXH64 and BLAKE2sp in context menu.
- -slmu switch : to show timestamps as UTC instead of LOCAL TIME. - -slmu switch : to show timestamps as UTC instead of LOCAL TIME.
- -slsl switch : in console 7-Zip for Windows : to show file paths with - -slsl switch : in console 7-Zip for Windows : to show file paths with
linux path separator slash '/' instead of backslash separator '\'. linux path separator slash '/' instead of backslash separator '\'.
- 7-Zip supports .sha256 files that use backslash path separator '\'. - 7-Zip supports .sha256 files that use backslash path separator '\'.
- Some bugs were fixed. - Some bugs were fixed.
@ -55,7 +65,7 @@ https://7-zip.org/history.txt
- 7-Zip now can unpack RAR archives (that use larger than 4 GB dictionary) created by new WinRAR 7.00. - 7-Zip now can unpack RAR archives (that use larger than 4 GB dictionary) created by new WinRAR 7.00.
- 7-Zip now can unpack DMG archives that use XZ (ULMO/LZMA) compression method. - 7-Zip now can unpack DMG archives that use XZ (ULMO/LZMA) compression method.
- 7-Zip now can unpack NTFS images with cluster size larger than 64 KB. - 7-Zip now can unpack NTFS images with cluster size larger than 64 KB.
- 7-Zip now can unpack MBR and GDP images with 4 KB sectors. - 7-Zip now can unpack MBR and GPT images with 4 KB sectors.
- Speed optimizations for archive unpacking: rar, cab, wim, zip, gz. - Speed optimizations for archive unpacking: rar, cab, wim, zip, gz.
- Speed optimizations for hash caclulation: CRC-32, CRC-64, BLAKE2sp. - Speed optimizations for hash caclulation: CRC-32, CRC-64, BLAKE2sp.
- The bug was fixed: 7-Zip for Linux could fail for multivolume creation in some cases. - The bug was fixed: 7-Zip for Linux could fail for multivolume creation in some cases.

View File

@ -1,4 +1,4 @@
7-Zip 24.05 7-Zip 24.07
----------- -----------
7-Zip is a file archiver for Windows. 7-Zip is a file archiver for Windows.