diff options
Diffstat (limited to 'DOC/src-history.txt')
-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 70b11b5..48c9647 100644 --- a/DOC/src-history.txt +++ b/DOC/src-history.txt | |||
@@ -1,6 +1,14 @@ | |||
1 | HISTORY of the 7-Zip source code | 1 | HISTORY of the 7-Zip source code |
2 | -------------------------------- | 2 | -------------------------------- |
3 | 3 | ||
4 | 25.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 | |||
4 | 25.00 2025-07-05 | 12 | 25.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 | ||
16 | 24.09 2024-11-29 | 26 | 24.09 2024-11-29 |