Updated 7-Zip 24.08 latest
This commit is contained in:
parent
9092f22605
commit
36afaaa3d1
BIN
7-Zip/7z.dll
BIN
7-Zip/7z.dll
Binary file not shown.
BIN
7-Zip/7z.exe
BIN
7-Zip/7z.exe
Binary file not shown.
|
@ -6,6 +6,21 @@ The full changelog file can be downloaded here:
|
||||||
https://7-zip.org/history.txt
|
https://7-zip.org/history.txt
|
||||||
|
|
||||||
|
|
||||||
|
24.08 2024-08-11
|
||||||
|
-------------------------
|
||||||
|
- The bug in 7-Zip 24.00-24.07 was fixed:
|
||||||
|
For creating a zip archive: 7-Zip could write extra zero bytes after the end of the archive,
|
||||||
|
if a file included to archive cannot be compressed to a size smaller than original.
|
||||||
|
The created zip archive is correct except for the useless zero bytes after the end of the archive.
|
||||||
|
When unpacking such a zip archive, 7-Zip displays a warning:
|
||||||
|
"WARNING: There are data after the end of archive".
|
||||||
|
- The bug was fixed: there was a leak of GDI objects (internal resources in Windows)
|
||||||
|
in "Confirm File Replace" window, causing problems after 1600 displays of "Confirm File Replace"
|
||||||
|
window from same running 7-Zip process.
|
||||||
|
- Some optimizations for displaying file icons in 7-Zip File Manager and in "Confirm File Replace" window.
|
||||||
|
- Some bugs were fixed.
|
||||||
|
|
||||||
|
|
||||||
24.07 2024-06-19
|
24.07 2024-06-19
|
||||||
-------------------------
|
-------------------------
|
||||||
- The bug was fixed: 7-Zip could crash for some incorrect ZSTD archives.
|
- The bug was fixed: 7-Zip could crash for some incorrect ZSTD archives.
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
7-Zip 24.07
|
7-Zip 24.08
|
||||||
-----------
|
-----------
|
||||||
|
|
||||||
7-Zip is a file archiver for Windows.
|
7-Zip is a file archiver for Windows.
|
||||||
|
|
Loading…
Reference in New Issue