diff --git a/C/7zVersion.h b/C/7zVersion.h index 0d8a23771..527bd5d7a 100644 --- a/C/7zVersion.h +++ b/C/7zVersion.h @@ -1,8 +1,8 @@ #define MY_VER_MAJOR 16 #define MY_VER_MINOR 02 #define MY_VER_BUILD 0 -#define MY_VERSION_NUMBERS "17.00" -#define MY_VERSION "17.00" +#define MY_VERSION_NUMBERS "17.01" +#define MY_VERSION "17.01" #define MY_DATE "2020-04-20" #undef MY_COPYRIGHT #undef MY_VERSION_COPYRIGHT_DATE @@ -18,5 +18,5 @@ #define MY_VERSION_COPYRIGHT_DATE MY_VERSION " : " MY_COPYRIGHT " : " MY_DATE -#define P7ZIP_VERSION "17.00" +#define P7ZIP_VERSION "17.01" diff --git a/ChangeLog b/ChangeLog index ba4e2d7bb..2671011da 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +Version 17.01 +============= + + - Fix BUG CVE-2018-5996 + - Fix BUG CVE-2017-17969 + - Fix BUG CVE-2016-9296 Version 17.00 ============= diff --git a/DOC/MANUAL/start.htm b/DOC/MANUAL/start.htm index ce96f2c55..47fb993ff 100644 --- a/DOC/MANUAL/start.htm +++ b/DOC/MANUAL/start.htm @@ -10,7 +10,7 @@

7-Zip

-

Welcome to 7-Zip 17.00

+

Welcome to 7-Zip 17.01

7-Zip is a file archiver with a high compression ratio.

The documentation for 7-Zip includes:

diff --git a/DOC/README.md b/DOC/README.md index e354bf8a6..77ebaf723 100644 --- a/DOC/README.md +++ b/DOC/README.md @@ -149,7 +149,7 @@ 根据 7zip 版本对 p7zip进行版本对齐维护 - 17.00:新增NewHandler.h / NewHandler.cpp重新定义了new(),针对老版本的_MSC_VER < 1900,修改了C/7zTypes.h中变量名,一些造成崩溃的BUG修复 + 17.01:新增NewHandler.h / NewHandler.cpp重新定义了new(),针对老版本的_MSC_VER < 1900,修改了C/7zTypes.h中变量名,一些造成崩溃的BUG修复 根据紧迫度和难度分步迭代优化 计划中 diff --git a/DOC/readme.txt b/DOC/readme.txt index 318972237..00b1be9d3 100644 --- a/DOC/readme.txt +++ b/DOC/readme.txt @@ -1,4 +1,4 @@ -7-Zip 17.00 Sources +7-Zip 17.01 Sources ------------------- 7-Zip is a file archiver for Windows. diff --git a/DOC/src-history.txt b/DOC/src-history.txt index 76731b99e..5b2605edf 100644 --- a/DOC/src-history.txt +++ b/DOC/src-history.txt @@ -1,4 +1,12 @@ HISTORY of the 7-Zip source code + +-------------------------------- +17.01 2020-05-13 +------------------------- + - Fix BUG CVE-2018-5996 + - Fix BUG CVE-2017-17969 + - Fix BUG CVE-2016-9296 + -------------------------------- 17.00 2020-04-27 ------------------------- diff --git a/README b/README index ead4b6236..c47e52a60 100644 --- a/README +++ b/README @@ -1,4 +1,4 @@ - p7zip 17.00 + p7zip 17.01 =========== Homepage : /~https://github.com/szcnick/p7zip diff --git a/README.md b/README.md index 3e787384f..09b53db93 100644 --- a/README.md +++ b/README.md @@ -37,8 +37,8 @@ We use [silesia](http://sun.aei.polsl.pl/~sdeor/index.php?page=silesia) files(to The output should look like this: ``` -7-Zip (a) [64] 17.00 : Copyright (c) 1999-2016 Igor Pavlov -p7zip Version 17.00 (locale=zh_CN.UTF-8,Utf16=on,HugeFiles=on,64 bits,12 CPUs x64) +7-Zip (a) [64] 17.01 : Copyright (c) 1999-2016 Igor Pavlov +p7zip Version 17.01 (locale=zh_CN.UTF-8,Utf16=on,HugeFiles=on,64 bits,12 CPUs x64) Formats: ... @@ -111,7 +111,7 @@ Hashers: ## Version Information -- 7-Zip ZS Version 17.00 +- p7zip Version 17.01 - [LZ4] Version 1.9.2 - [Zstandard] Version 1.4.4