zstd/NEWS

112 lines
2.9 KiB
Plaintext
Raw Normal View History

v0.6.1
2016-05-13 17:29:38 +08:00
New : zlib wrapper API, thanks to Przemyslaw Skibinski
New : Ability to compile compressor / decompressor separately
Changed : new lib directory structure
Fixed : Legacy codec v0.5 compatible with dictionary decompression
Fixed : Decoder corruption error (#173)
2016-05-10 13:00:07 +08:00
Fixed : null-string roundtrip (#176)
2016-05-13 17:29:38 +08:00
New : benchmark mode can select directory as input
Experimental : midipix support, VMS support
2016-03-15 22:47:38 +08:00
v0.6.0
Stronger high compression modes, thanks to Przemyslaw Skibinski
API : ZSTD_getFrameParams() provides size of decompressed content
2016-03-16 03:47:23 +08:00
New : highest compression modes require `--ultra` command to fully unleash their capacity
2016-03-16 23:53:47 +08:00
Fixed : zstd cli return error code > 0 and removes dst file artifact when decompression fails, thanks to Chip Turner
2016-03-15 22:47:38 +08:00
2016-02-10 21:50:22 +08:00
v0.5.1
New : Optimal parsing => Very high compression modes, thanks to Przemyslaw Skibinski
Changed : Dictionary builder integrated into libzstd and zstd cli
2016-02-18 08:01:42 +08:00
Changed (!) : zstd cli now uses "multiple input files" as default mode. See `zstd -h`.
Fix : high compression modes for big-endian platforms
New : zstd cli : `-t` | `--test` command
2016-02-10 21:50:22 +08:00
2016-01-28 07:18:06 +08:00
v0.5.0
2016-01-28 07:29:58 +08:00
New : dictionary builder utility
Changed : streaming & dictionary API
2016-02-05 22:24:57 +08:00
Improved : better compression of small data
2016-01-28 07:18:06 +08:00
2016-01-21 20: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
v0.4.6
fix : fast compression mode on Windows
2016-01-11 03:46:20 +08:00
New : cmake configuration file, thanks to Artyom Dymchenko
Improved : high compression mode on repetitive data
2016-01-09 08:08:23 +08:00
New : block-level API
New : ZSTD_duplicateCCtx()
2015-12-18 03:30:14 +08:00
v0.4.5
new : -m/--multiple : compress/decompress multiple files
2015-12-11 06: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-11 06:53:21 +08:00
new : windows DLL project, thanks to Christophe Chevalier
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
2016-05-09 18:28:20 +08:00
git@github.com:Cyan4973/zstd.git
v0.1.0
first release
2015-01-24 08:58:16 +08:00