zstd/NEWS

77 lines
1.5 KiB
Plaintext
Raw Normal View History

v0.4.6
fix : fast compression mode on Windows
Improved : high compression mode on repetitive data
2016-01-07 14:35:18 +00:00
Added : ZSTD_duplicateCCtx()
2015-12-17 19:30:14 +00:00
v0.4.5
new : -m/--multiple : compress/decompress multiple files
2015-12-10 22:53:21 +00:00
v0.4.4
Fixed : high compression modes for Windows 32 bits
new : external dictionary API extended to buffered mode and accessible through command line
2015-12-10 22:53:21 +00:00
new : windows DLL project, thanks to Christophe Chevalier
2015-12-03 11:11:30 +00:00
v0.4.3 :
new : external dictionary API
2015-12-07 09:44:25 +00:00
new : zstd-frugal
2015-12-03 11:11:30 +00:00
2015-12-02 14:03:11 +00:00
v0.4.2 :
Generic minor improvements for small blocks
Fixed : big-endian compatibility, by Peter Harris (#85)
v0.4.1
2015-11-30 22:13:56 +00:00
Fixed : ZSTD_LEGACY_SUPPORT=0 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