Skip to content

Commit

Permalink
Updated 7-Zip 24.09 latest
Browse files Browse the repository at this point in the history
  • Loading branch information
MartinEesmaa committed Dec 29, 2024
1 parent 5df6b94 commit a1fea76
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 0 deletions.
Binary file modified 7-Zip/7z.dll
Binary file not shown.
Binary file modified 7-Zip/7z.exe
Binary file not shown.
23 changes: 23 additions & 0 deletions 7-Zip/History.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,29 @@ The full changelog file can be downloaded here:
https://7-zip.org/history.txt


24.09 2024-11-29
-------------------------
- The default dictionary size values for LZMA/LZMA2 compression methods were increased:
dictionary size compression level
v24.08 v24.09 v24.09
32-bit 64-bit
8 MB 16 MB 16 MB -mx4
16 MB 32 MB 32 MB -mx5 : Normal
32 MB 64 MB 64 MB -mx6
32 MB 64 MB 128 MB -mx7 : Maximum
64 MB 64 MB 256 MB -mx8
64 MB 64 MB 256 MB -mx9 : Ultra
The default dictionary size values for 32-bit versions of LZMA/LZMA2 don't exceed 64 MB.
- 7-Zip now can calculate the following hash checksums: SHA-512, SHA-384, SHA3-256 and MD5.
- APM and HFS support was improved.
- If an archive update operation uses a temporary archive folder and
the archive is moved to the destination folder, 7-Zip shows the progress of moving
the archive file, as this operation can take a long time if the archive is large.
- The bug was fixed: 7-Zip File Manager didn't propagate Zone.Identifier stream
for extacted files from nested archives (if there is open archive inside another open archive).
- Some bugs were fixed.


24.08 2024-08-11
-------------------------
- The bug in 7-Zip 24.00-24.07 was fixed:
Expand Down

0 comments on commit a1fea76

Please sign in to comment.