zstd/NEWS

69 lines
1.3 KiB
Plaintext
Raw Normal View History

2015-12-10 14:53:21 -08: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 14:53:21 -08:00
new : windows DLL project, thanks to Christophe Chevalier
2015-12-03 03:11:30 -08:00
v0.4.3 :
new : external dictionary API
2015-12-07 01:44:25 -08:00
new : zstd-frugal
2015-12-03 03:11:30 -08:00
2015-12-02 06:03:11 -08:00
v0.4.2 :
Generic minor improvements for small blocks
Fixed : big-endian compatibility, by Peter Harris (#85)
v0.4.1
2015-11-30 14:13:56 -08:00
Fixed : ZSTD_LEGACY_SUPPORT=0 build mode (reported by Luben)
removed `zstd.c`
2015-11-11 05:39:50 -08:00
v0.4.0
Command line utility compatible with high compression levels
2015-11-11 05:39:50 -08:00
Removed zstdhc => merged into zstd
2015-11-25 05:42:45 -08:00
Added : ZBUFF API (see zstd_buffered.h)
Rolling buffer support
2015-11-11 05:39:50 -08:00
2015-11-09 07:38:17 -08:00
v0.3.6
small blocks params
2015-11-06 16:13:31 -08:00
v0.3.5
minor generic compression improvements
2015-11-05 09:16:59 -08:00
v0.3.4
2015-11-06 03:39:39 -08:00
Faster fast cLevels
2015-11-05 09:16:59 -08:00
2015-11-02 07:14:46 -08:00
v0.3.3
Small compression ratio improvement
2015-11-02 03:17:39 -08:00
v0.3.2
Fixed Visual Studio
2015-11-01 17:36:10 -08:00
v0.3.1 :
Small compression ratio improvement
2015-10-29 11:10:54 -07:00
v0.3
HC mode : compression levels 2-26
2015-10-28 04:32:25 -07:00
v0.2.2
Fix : Visual Studio 2013 & 2015 release compilation, by Christophe Chevalier
2015-10-28 07:56:48 -07:00
v0.2.1
2015-10-28 04:32:25 -07:00
Fix : Read errors, advanced fuzzer tests, by Hanno Böck
2015-10-21 03:13:31 -07: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 03:13:31 -07:00
frame concatenation support
v0.1.1
fix compression bug
detects write-flush errors
v0.1.0
first release
2015-01-23 16:58:16 -08:00