aboutsummaryrefslogtreecommitdiff
path: root/DOC
diff options
context:
space:
mode:
authorIgor Pavlov <87184205+ip7z@users.noreply.github.com>2024-06-19 00:00:00 +0000
committerIgor Pavlov <87184205+ip7z@users.noreply.github.com>2024-06-19 15:32:41 +0500
commita7a1d4a241492e81f659a920f7379c193593ebc6 (patch)
tree2ff203d3b43b3f6d18abaac21923f729fdb93e43 /DOC
parent89a73b901229c8550c172c9556ff8442ae7ac4b8 (diff)
download7zip-a7a1d4a241492e81f659a920f7379c193593ebc6.tar.gz
7zip-a7a1d4a241492e81f659a920f7379c193593ebc6.tar.bz2
7zip-a7a1d4a241492e81f659a920f7379c193593ebc6.zip
24.0724.07
Diffstat (limited to 'DOC')
-rw-r--r--DOC/7zip.wxs2
-rw-r--r--DOC/lzma.txt2
-rw-r--r--DOC/readme.txt2
-rw-r--r--DOC/src-history.txt10
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 @@
1LZMA compression 1LZMA compression
2---------------- 2----------------
3Version: 24.06 3Version: 24.07
4 4
5This file describes LZMA encoding and decoding functions written in C language. 5This 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 @@
17-Zip 24.06 Sources 17-Zip 24.07 Sources
2------------------- 2-------------------
3 3
47-Zip is a file archiver for Windows. 47-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 @@
1HISTORY of the 7-Zip source code 1HISTORY of the 7-Zip source code
2-------------------------------- 2--------------------------------
3 3
424.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
424.06 2024-05-26 1424.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.