zstd/NEWS

56 lines
932 B
Plaintext
Raw Normal View History

v0.4.1
Fixed : ZSTD_LEGACY=disable build mode (reported by Luben)
removed `zstd.c`
2015-11-11 13:39:50 +00:00
v0.4.0
Command line utility compatible with high compression levels
2015-11-11 13:39:50 +00:00
Removed zstdhc => merged into zstd
2015-11-25 13:42:45 +00:00
Added : ZBUFF API (see zstd_buffered.h)
Rolling buffer support
2015-11-11 13:39:50 +00:00
2015-11-09 15:38:17 +00:00
v0.3.6
small blocks params
2015-11-07 00:13:31 +00:00
v0.3.5
minor generic compression improvements
2015-11-05 17:16:59 +00:00
v0.3.4
2015-11-06 11:39:39 +00:00
Faster fast cLevels
2015-11-05 17:16:59 +00:00
2015-11-02 15:14:46 +00:00
v0.3.3
Small compression ratio improvement
2015-11-02 11:17:39 +00:00
v0.3.2
Fixed Visual Studio
2015-11-02 01:36:10 +00:00
v0.3.1 :
Small compression ratio improvement
2015-10-29 18:10:54 +00:00
v0.3
HC mode : compression levels 2-26
2015-10-28 11:32:25 +00:00
v0.2.2
Fix : Visual Studio 2013 & 2015 release compilation, by Christophe Chevalier
2015-10-28 14:56:48 +00:00
v0.2.1
2015-10-28 11:32:25 +00:00
Fix : Read errors, advanced fuzzer tests, by Hanno Böck
2015-10-21 10:13:31 +00:00
v0.2.0
**Breaking format change**
Faster decompression speed
Can still decode v0.1 format
v0.1.3
fix uninitialization warning, reported by Evan Nemerson
v0.1.2
2015-10-21 10:13:31 +00:00
frame concatenation support
v0.1.1
fix compression bug
detects write-flush errors
v0.1.0
first release
2015-01-24 00:58:16 +00:00