zstd/NEWS

64 lines
1.1 KiB
Plaintext
Raw Normal View History

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