diff options
Diffstat (limited to 'DOC')
| -rw-r--r-- | DOC/7zip.wxs | 2 | ||||
| -rw-r--r-- | DOC/readme.txt | 2 | ||||
| -rw-r--r-- | DOC/src-history.txt | 10 |
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 @@ | |||
| 1 | 7-Zip 25.00 Sources | 1 | 7-Zip 25.01 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 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 |
