2016-02-10 05:50:22 -08:00
|
|
|
v0.5.1
|
|
|
|
New : Optimal parsing => Very high compression modes, thanks to Przemyslaw Skibinski
|
2016-02-15 11:37:23 -08:00
|
|
|
Changed : Dictionary builder integrated into libzstd and zstd cli
|
|
|
|
Fix : high compression modes for big-endian platforms
|
2016-02-10 05:50:22 -08:00
|
|
|
|
2016-01-27 15:18:06 -08:00
|
|
|
v0.5.0
|
2016-01-27 15:29:58 -08:00
|
|
|
New : dictionary builder utility
|
2016-01-29 18:14:15 -08:00
|
|
|
Changed : streaming & dictionary API
|
2016-02-05 06:24:57 -08:00
|
|
|
Improved : better compression of small data
|
2016-01-27 15:18:06 -08:00
|
|
|
|
2016-01-21 04:33:05 -08:00
|
|
|
v0.4.7
|
|
|
|
Improved : small compression speed improvement in HC mode
|
|
|
|
Changed : `zstd_decompress.c` has ZSTD_LEGACY_SUPPORT to 0 by default
|
|
|
|
fix : bt search bug
|
|
|
|
|
2015-12-30 10:52:08 -08:00
|
|
|
v0.4.6
|
|
|
|
fix : fast compression mode on Windows
|
2016-01-10 11:46:20 -08:00
|
|
|
New : cmake configuration file, thanks to Artyom Dymchenko
|
2015-12-30 10:52:08 -08:00
|
|
|
Improved : high compression mode on repetitive data
|
2016-01-08 16:08:23 -08:00
|
|
|
New : block-level API
|
|
|
|
New : ZSTD_duplicateCCtx()
|
2015-12-30 10:52:08 -08:00
|
|
|
|
2015-12-17 11:30:14 -08:00
|
|
|
v0.4.5
|
|
|
|
new : -m/--multiple : compress/decompress multiple files
|
|
|
|
|
2015-12-10 14:53:21 -08:00
|
|
|
v0.4.4
|
2015-12-11 01:44:07 -08:00
|
|
|
Fixed : high compression modes for Windows 32 bits
|
2015-12-13 04:35:21 -08:00
|
|
|
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 :
|
2015-12-04 08:16:37 -08:00
|
|
|
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)
|
|
|
|
|
2015-11-30 02:53:11 -08:00
|
|
|
v0.4.1
|
2015-11-30 14:13:56 -08:00
|
|
|
Fixed : ZSTD_LEGACY_SUPPORT=0 build mode (reported by Luben)
|
2015-11-30 03:25:48 -08:00
|
|
|
removed `zstd.c`
|
2015-11-30 02:53:11 -08:00
|
|
|
|
2015-11-11 05:39:50 -08:00
|
|
|
v0.4.0
|
2015-11-30 02:53:11 -08:00
|
|
|
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)
|
2015-11-12 06:36:05 -08:00
|
|
|
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
|
|
|
|
|
2015-08-26 19:16:04 -07:00
|
|
|
v0.1.2
|
2015-10-21 03:13:31 -07:00
|
|
|
frame concatenation support
|
2015-08-26 19:16:04 -07:00
|
|
|
|
|
|
|
v0.1.1
|
|
|
|
fix compression bug
|
|
|
|
detects write-flush errors
|
|
|
|
|
|
|
|
v0.1.0
|
|
|
|
first release
|
2015-01-23 16:58:16 -08:00
|
|
|
|