Skip to content

Commit

Permalink
update README and version numbers for new release R7
Browse files Browse the repository at this point in the history
  • Loading branch information
mcmilk committed Jun 18, 2017
1 parent 8a6108d commit 1f019c6
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 6 deletions.
4 changes: 2 additions & 2 deletions C/7zVersion.h
@@ -1,7 +1,7 @@
#define MY_VER_MAJOR 17
#define MY_VER_MINOR 00
#define MY_VER_BUILD 0
#define MY_VERSION_NUMBERS "17.00 ZS v1.2.0 R6"
#define MY_VERSION_NUMBERS "17.00 ZS v1.2.0 R7"
#define MY_VERSION MY_VERSION_NUMBERS

#ifdef MY_CPU_NAME
Expand All @@ -10,7 +10,7 @@
#define MY_VERSION_CPU MY_VERSION
#endif

#define MY_DATE "2017-05-28"
#define MY_DATE "2017-06-18"
#undef MY_COPYRIGHT
#undef MY_VERSION_COPYRIGHT_DATE
#define MY_AUTHOR_NAME "Igor Pavlov, Tino Reichardt"
Expand Down
4 changes: 2 additions & 2 deletions C/7zVersionTr.h
@@ -1,9 +1,9 @@
#define MY_VER_MAJOR 1
#define MY_VER_MINOR 2
#define MY_VER_BUILD 0
#define MY_VERSION_NUMBERS "1.2.0 R6"
#define MY_VERSION_NUMBERS "1.2.0 R7"
#define MY_VERSION MY_VERSION_NUMBERS
#define MY_DATE "2017-05-28"
#define MY_DATE "2017-06-18"
#undef MY_COPYRIGHT
#undef MY_VERSION_COPYRIGHT_DATE
#define MY_AUTHOR_NAME "Tino Reichardt"
Expand Down
20 changes: 18 additions & 2 deletions README.md
Expand Up @@ -7,6 +7,11 @@ You can install it in two ways:
1. full setup with additions within the GUI and an modified an Explorer context menu
2. just the codec plugin, which goes to your existing 7-Zip installation

# Status

[![Build status](https://ci.appveyor.com/api/projects/status/j9cwlxqe1g21c4dj?svg=true)](https://ci.appveyor.com/project/mcmilk/7-zip-zstd)
[![Latest stable release](https://img.shields.io/github/release/mcmilk/7-Zip-zstd.svg)](https://github.com/mcmilk/7-Zip-zstd/releases)

## Codec overview
1. [Zstandard] v1.2.0 is a real-time compression algorithm, providing high compression ratios. It offers a very wide range of compression / speed trade-off, while being backed by a very fast decoder.
- Levels: 1..22
Expand Down Expand Up @@ -188,6 +193,14 @@ Codecs:
7z a archiv.7z -m0=bcj -m1=zstd -mx21 2nd Slowest Mode, with BCJ preprocessor on executables
7z a archiv.7z -m0=bcj -m1=zstd -mx22 Ultra Mode, with BCJ preprocessor on executables
```

## Codec Plugin for Total Commander
- download [TotalCmd.7z](https://github.com/mcmilk/7-Zip-zstd/releases)
- install it, by replacing the files `tc7z.dll` and `tc7z64.dll` with the new ones
- you can check the Total Commander Forum for more information about this [DLL Files](http://ghisler.ch/board/viewtopic.php?p=319216)
- decompression for [Brotli], [Lizard], [LZ4], [LZ5] and [ZStandard] ot the 7-Zip `.7z` format
will work out of the box with Total Commander now :-)

## Benchmarks

For the benchmarks I am using Windows 7 64bit on my Laptop which has the following Hardware:
Expand All @@ -198,6 +211,8 @@ For the benchmarks I am using Windows 7 64bit on my Laptop which has the followi
- the testfile is generated via [generate-mcorpus](https://github.com/mcmilk/7-Zip-Benchmarking/blob/master/generate-mcorpus)
![Compression Speed vs Ratio](https://mcmilk.de/projects/7-Zip-zstd/dl/compr-v120.png "Compression Speed vs Ratio")
![Decompression Speed](https://mcmilk.de/projects/7-Zip-zstd/dl/decomp-v120.png "Decompression Speed per Level")
![Memory at Compression](https://mcmilk.de/projects/7-Zip-zstd/dl/MemCompr.png "Memory usage at Compression")
![Memory at Decompression](https://mcmilk.de/projects/7-Zip-zstd/dl/MemDecomp.png "Memory usage at Decompression")

## License and redistribution

Expand All @@ -211,7 +226,8 @@ For the benchmarks I am using Windows 7 64bit on my Laptop which has the followi
- result, will currently not included :(

## Donate
If you find this project useful, you can...

You find this project useful, maybe you consider a donation ;-)

[![paypal](https://www.paypalobjects.com/en_US/i/btn/btn_donateCC_LG.gif)](https://www.paypal.me/TinoReichardt)

Expand All @@ -224,7 +240,7 @@ If you find this project useful, you can...
- [LZ5] Version 1.5
- [ZStandard] Version 1.2.0

/TR 2017-05-28
/TR 2017-06-18

[7-Zip]:http://www.7-zip.org/
[lzip]:http://www.nongnu.org/lzip/
Expand Down

0 comments on commit 1f019c6

Please sign in to comment.