diff options
Diffstat (limited to 'DOC')
-rw-r--r-- | DOC/7zip.wxs | 2 | ||||
-rw-r--r-- | DOC/lzma.txt | 2 | ||||
-rw-r--r-- | DOC/readme.txt | 2 | ||||
-rw-r--r-- | DOC/src-history.txt | 10 |
4 files changed, 13 insertions, 3 deletions
diff --git a/DOC/7zip.wxs b/DOC/7zip.wxs index fe31819..f3fba10 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 = "06" ?> | 4 | <?define VerMinor = "07" ?> |
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/lzma.txt b/DOC/lzma.txt index 045502f..166bc3b 100644 --- a/DOC/lzma.txt +++ b/DOC/lzma.txt | |||
@@ -1,6 +1,6 @@ | |||
1 | LZMA compression | 1 | LZMA compression |
2 | ---------------- | 2 | ---------------- |
3 | Version: 24.06 | 3 | Version: 24.07 |
4 | 4 | ||
5 | This file describes LZMA encoding and decoding functions written in C language. | 5 | This file describes LZMA encoding and decoding functions written in C language. |
6 | 6 | ||
diff --git a/DOC/readme.txt b/DOC/readme.txt index affc1d5..6d04c5a 100644 --- a/DOC/readme.txt +++ b/DOC/readme.txt | |||
@@ -1,4 +1,4 @@ | |||
1 | 7-Zip 24.06 Sources | 1 | 7-Zip 24.07 Sources |
2 | ------------------- | 2 | ------------------- |
3 | 3 | ||
4 | 7-Zip is a file archiver for Windows. | 4 | 7-Zip is a file archiver for Windows. |
diff --git a/DOC/src-history.txt b/DOC/src-history.txt index 3637c24..2d0ba98 100644 --- a/DOC/src-history.txt +++ b/DOC/src-history.txt | |||
@@ -1,6 +1,16 @@ | |||
1 | HISTORY of the 7-Zip source code | 1 | HISTORY of the 7-Zip source code |
2 | -------------------------------- | 2 | -------------------------------- |
3 | 3 | ||
4 | 24.07 2024-06-19 | ||
5 | ------------------------- | ||
6 | - Changes in files: | ||
7 | Asm/x86/Sha256Opt.asm | ||
8 | Asm/x86/Sha1Opt.asm | ||
9 | Now it uses "READONLY" flag for constant array segment. | ||
10 | It fixes an issue where ".rodata" section in 7-Zip for x86/x64 Linux had a "WRITE" attribute. | ||
11 | - The bug was fixed: 7-Zip could crash for some incorrect ZSTD archives. | ||
12 | |||
13 | |||
4 | 24.06 2024-05-26 | 14 | 24.06 2024-05-26 |
5 | ------------------------- | 15 | ------------------------- |
6 | - The bug was fixed: 7-Zip could not unpack some ZSTD archives. | 16 | - The bug was fixed: 7-Zip could not unpack some ZSTD archives. |