Skip to content

Commit

Permalink
Merge pull request #51 from jinfeihan57/dev
Browse files Browse the repository at this point in the history
new version info
  • Loading branch information
jinfeihan57 committed Jun 20, 2020
2 parents f762342 + 8e77476 commit 9d8a8fc
Show file tree
Hide file tree
Showing 4 changed files with 33 additions and 6 deletions.
27 changes: 27 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,6 +1,33 @@
Version 17.02
=============

- p7zip 17.02 is more like 7zip 17.01(only 7za and 7z),The difference from 7zip 17.01
and older version p7zip is the following description
- Supports Fast lzma2 1.0.1 compression method
- Update Zstd method to 1.4.5
- Add zstd method parameters in 7z format
ZSTD parameters NEW name:
strategy -> strat
fast -> fast
long -> long
WindowLog -> wlog
HashLog -> hlog
ChainLog -> clog
SearchLog -> slog
MinMatch -> slen
TargetLen -> tlen
OverlapLog -> ovlog
LdmHashLog -> ldmhlog
LdmSearchLength -> ldmslen
LdmBucketSizeLog -> ldmblog
LdmHashRateLog -> ldmhevery
- Fix symlink files contained inside tar and squashfs as regular file
- Add lz4 and Zstd decompress method to squashfs

Version 17.01
=============

- Fix BUG CVE-2018-10115
- Fix BUG CVE-2018-5996
- Fix BUG CVE-2017-17969
- Fix BUG CVE-2016-9296
Expand Down
Binary file added DOC/MANUAL/7-zip.chm
Binary file not shown.
4 changes: 2 additions & 2 deletions DOC/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -151,9 +151,9 @@
</tr>
<tr>
<td rowspan="5">根据 7zip 版本对 p7zip进行版本对齐维护</td>
<td style="table-layout:fixed" width="200" >17.02:新增NewHandler.h / NewHandler.cpp重新定义了new(),针对老版本的_MSC_VER < 1900,修改了C/7zTypes.h中变量名,一些造成崩溃的BUG修复</td>
<td style="table-layout:fixed" width="200" >17.01:新增NewHandler.h / NewHandler.cpp重新定义了new(),针对老版本的_MSC_VER < 1900,修改了C/7zTypes.h中变量名,一些造成崩溃的BUG修复</td>
<td rowspan="5">根据紧迫度和难度分步迭代优化</td>
<td>计划中</td>
<td>完成</td>
</tr>
<tr>
<td style="table-layout:fixed" width="200" >18.03:汇编优化的LZMA 解压缩函数,在数据块独立时,支持对LZMA2/xz的多线程打包</td>
Expand Down
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,15 +30,15 @@ We use [silesia](http://sun.aei.polsl.pl/~sdeor/index.php?page=silesia) files(to
|7z-7z|lz4-12|77788386|3548 ms|56.97|409|494.18|2.72|
|7z-7z|flzma2-9|48676481|12619 ms|16.02|3877|52.13|4.35|

### install CLI
### Install CLI
#### (Currently only supports CLI, if you want to do GUI please contact us)
1. git clone https://github.com/szcnick/p7zip.git
2. cd p7zip && make 7z . (OR make 7za)
3. ./bin/7z i . (OR 7za i)

The output should look like this:
```
7-Zip (a) [64] 17.02 : Copyright (c) 1999-2016 Igor Pavlov
7-Zip (a) [64] 17.02 : Copyright (c) 1999-2020 Igor Pavlov
p7zip Version 17.02 (locale=zh_CN.UTF-8,Utf16=on,HugeFiles=on,64 bits,12 CPUs x64)
Formats:
Expand Down Expand Up @@ -102,7 +102,7 @@ Hashers:

## License and redistribution

- the same as the Mainline [p7-Zip], which means GNU LGPL
- the same as the Mainline [7-Zip], which means GNU LGPL

## Links

Expand All @@ -118,7 +118,7 @@ Hashers:
## Working Plan
- [check here](https://github.com/szcnick/p7zip/tree/dev/DOC)

[p7-Zip]:https://www.7-zip.org/
[7-Zip]:https://www.7-zip.org/
[LZ4]:https://github.com/lz4/lz4/
[Zstandard]:https://github.com/facebook/zstd/
[Fast LZMA2]:https://github.com/conor42/fast-lzma2

0 comments on commit 9d8a8fc

Please sign in to comment.