diff options
Diffstat (limited to '')
-rw-r--r-- | DOC/src-history.txt | 10 |
1 files changed, 10 insertions, 0 deletions
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. |