aboutsummaryrefslogtreecommitdiff
path: root/DOC
diff options
context:
space:
mode:
Diffstat (limited to 'DOC')
-rw-r--r--DOC/7zip.wxs2
-rw-r--r--DOC/readme.txt2
-rw-r--r--DOC/src-history.txt10
3 files changed, 12 insertions, 2 deletions
diff --git a/DOC/7zip.wxs b/DOC/7zip.wxs
index d369074..703e22e 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 = "25" ?> 3<?define VerMajor = "25" ?>
4<?define VerMinor = "00" ?> 4<?define VerMinor = "01" ?>
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/readme.txt b/DOC/readme.txt
index 7fbbdc8..cc89a39 100644
--- a/DOC/readme.txt
+++ b/DOC/readme.txt
@@ -1,4 +1,4 @@
17-Zip 25.00 Sources 17-Zip 25.01 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 70b11b5..48c9647 100644
--- a/DOC/src-history.txt
+++ b/DOC/src-history.txt
@@ -1,6 +1,14 @@
1HISTORY of the 7-Zip source code 1HISTORY of the 7-Zip source code
2-------------------------------- 2--------------------------------
3 3
425.01 2025-08-03
5-------------------------
6- The code for handling symbolic links has been changed
7 to provide greater security when extracting files from archives.
8 Command line switch -snld20 can be used to bypass default security
9 checks when creating symbolic links.
10
11
425.00 2025-07-05 1225.00 2025-07-05
5------------------------- 13-------------------------
6- 7-Zip for Windows can now use more than 64 CPU threads for compression 14- 7-Zip for Windows can now use more than 64 CPU threads for compression
@@ -11,6 +19,8 @@ HISTORY of the 7-Zip source code
11- deflate (zip/gz) compression speed was increased by 1-3%. 19- deflate (zip/gz) compression speed was increased by 1-3%.
12- improved support for zip, cpio and fat archives. 20- improved support for zip, cpio and fat archives.
13- fixed some bugs and vulnerabilities. 21- fixed some bugs and vulnerabilities.
22- the bug was fixed : CVE-2025-53816 : 7-Zip could work incorrectly for some incorrect RAR archives.
23- the bug was fixed : CVE-2025-53817 : 7-Zip could crash for some incorrect COM (Compound File) archives.
14 24
15 25
1624.09 2024-11-29 2624.09 2024-11-29