aboutsummaryrefslogtreecommitdiff
path: root/DOC
diff options
context:
space:
mode:
authorIgor Pavlov <87184205+ip7z@users.noreply.github.com>2024-08-11 00:00:00 +0000
committerIgor Pavlov <87184205+ip7z@users.noreply.github.com>2024-08-12 16:50:32 +0500
commite008ce3976c087bfd21344af8f00a23cf69d4174 (patch)
tree17e556c773ed443dba6c659ec6ea1556f955d169 /DOC
parenta7a1d4a241492e81f659a920f7379c193593ebc6 (diff)
download7zip-e008ce3976c087bfd21344af8f00a23cf69d4174.tar.gz
7zip-e008ce3976c087bfd21344af8f00a23cf69d4174.tar.bz2
7zip-e008ce3976c087bfd21344af8f00a23cf69d4174.zip
24.0824.08
Diffstat (limited to 'DOC')
-rw-r--r--DOC/7zip.wxs2
-rw-r--r--DOC/src-history.txt11
2 files changed, 12 insertions, 1 deletions
diff --git a/DOC/7zip.wxs b/DOC/7zip.wxs
index f3fba10..f41b393 100644
--- a/DOC/7zip.wxs
+++ b/DOC/7zip.wxs
@@ -1,7 +1,7 @@
1<?xml version="1.0"?> 1<?xml version="1.0"?>
2 2
3<?define VerMajor = "24" ?> 3<?define VerMajor = "24" ?>
4<?define VerMinor = "07" ?> 4<?define VerMinor = "08" ?>
5<?define VerBuild = "00" ?> 5<?define VerBuild = "00" ?>
6<?define MmVer = "$(var.VerMajor).$(var.VerMinor)" ?> 6<?define MmVer = "$(var.VerMajor).$(var.VerMinor)" ?>
7<?define MmHex = "$(var.VerMajor)$(var.VerMinor)" ?> 7<?define MmHex = "$(var.VerMajor)$(var.VerMinor)" ?>
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 @@
1HISTORY of the 7-Zip source code 1HISTORY of the 7-Zip source code
2-------------------------------- 2--------------------------------
3 3
424.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
424.07 2024-06-19 1524.07 2024-06-19
5------------------------- 16-------------------------
6- Changes in files: 17- Changes in files: