diff options
author | Igor Pavlov <87184205+ip7z@users.noreply.github.com> | 2024-08-11 00:00:00 +0000 |
---|---|---|
committer | Igor Pavlov <87184205+ip7z@users.noreply.github.com> | 2024-08-12 16:50:32 +0500 |
commit | e008ce3976c087bfd21344af8f00a23cf69d4174 (patch) | |
tree | 17e556c773ed443dba6c659ec6ea1556f955d169 /DOC/src-history.txt | |
parent | a7a1d4a241492e81f659a920f7379c193593ebc6 (diff) | |
download | 7zip-24.08.tar.gz 7zip-24.08.tar.bz2 7zip-24.08.zip |
24.0824.08
Diffstat (limited to 'DOC/src-history.txt')
-rw-r--r-- | DOC/src-history.txt | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/DOC/src-history.txt b/DOC/src-history.txt index 2d0ba98..1653c07 100644 --- a/DOC/src-history.txt +++ b/DOC/src-history.txt | |||
@@ -1,6 +1,17 @@ | |||
1 | HISTORY of the 7-Zip source code | 1 | HISTORY of the 7-Zip source code |
2 | -------------------------------- | 2 | -------------------------------- |
3 | 3 | ||
4 | 24.08 2024-08-11 | ||
5 | ------------------------- | ||
6 | - The bug in 7-Zip 24.00-24.07 was fixed: | ||
7 | For creating a zip archive: 7-Zip could write extra zero bytes after the end of the archive, | ||
8 | if a file included to archive cannot be compressed to a size smaller than original. | ||
9 | The created zip archive is correct except for the useless zero bytes after the end of the archive. | ||
10 | When unpacking such a zip archive, 7-Zip displays a warning: | ||
11 | "WARNING: There are data after the end of archive". | ||
12 | - Some bugs were fixed. | ||
13 | |||
14 | |||
4 | 24.07 2024-06-19 | 15 | 24.07 2024-06-19 |
5 | ------------------------- | 16 | ------------------------- |
6 | - Changes in files: | 17 | - Changes in files: |