2016-07-03 15:42:58 -07:00
|
|
|
v0.7.3
|
2016-07-04 09:16:16 -07:00
|
|
|
added : `--` separator, stating that all following arguments are file names. Suggested by Chip Turner.
|
2016-07-07 04:14:21 -07:00
|
|
|
added : `ZSTD_getDecompressedSize()`
|
2016-07-03 15:42:58 -07:00
|
|
|
added : OpenBSD target, by Juan Francisco Cantero Hurtado
|
2016-07-06 04:13:12 -07:00
|
|
|
fixed : dictBuilder using HC levels, reported by Bartosz Taudul
|
2016-07-06 11:30:52 -07:00
|
|
|
fixed : legacy support from ZSTD_decompress_usingDDict(), reported by Felix Handte
|
2016-07-07 02:53:18 -07:00
|
|
|
modified : removed `mem.h` dependency from `zstd.h` (experimental section)
|
2016-07-03 15:42:58 -07:00
|
|
|
|
2016-06-27 01:03:10 -07:00
|
|
|
v0.7.2
|
2016-07-03 16:29:47 -07:00
|
|
|
fixed : ZSTD_decompressBlock() using multiple consecutive blocks. Reported by Greg Slazinski.
|
2016-07-02 13:03:08 -07:00
|
|
|
fixed : potential segfault on very large files (many gigabytes). Reported by Chip Turner.
|
|
|
|
fixed : CLI displays system error message when destination file cannot be created (#231). Reported by Chip Turner.
|
2016-06-27 01:03:10 -07:00
|
|
|
|
2016-06-20 07:31:24 -07:00
|
|
|
v0.7.1
|
2016-06-21 05:04:57 -07:00
|
|
|
fixed : ZBUFF_compressEnd() called multiple times with too small `dst` buffer, reported by Christophe Chevalier
|
2016-06-22 04:15:53 -07:00
|
|
|
fixed : dictBuilder fails if first sample is too small, reported by Руслан Ковалёв
|
2016-06-20 14:34:04 -07:00
|
|
|
fixed : corruption issue, reported by cj
|
|
|
|
modified : checksum enabled by default in command line mode
|
2016-06-20 07:31:24 -07:00
|
|
|
|
2016-05-31 01:12:04 -07:00
|
|
|
v0.7.0
|
2016-05-30 05:05:44 -07:00
|
|
|
New : Support for directory compression, using `-r`, thanks to Przemyslaw Skibinski
|
2016-06-09 13:59:51 -07:00
|
|
|
New : Command `--rm`, to remove source file after successful de/compression
|
2016-06-08 02:11:02 -07:00
|
|
|
New : Visual build scripts, by Christophe Chevalier
|
2016-05-23 10:46:47 -07:00
|
|
|
New : Support for Sparse File-systems (do not use space for zero-filled sectors)
|
2016-06-03 15:09:02 -07:00
|
|
|
New : Frame checksum support
|
2016-05-31 01:12:04 -07:00
|
|
|
New : Support pass-through mode (when using `-df`)
|
2016-06-16 06:38:51 -07:00
|
|
|
API : more efficient Dictionary API : `ZSTD_compress_usingCDict()`, `ZSTD_decompress_usingDDict()`
|
|
|
|
API : create dictionary files from custom content, by Giuseppe Ottaviano
|
|
|
|
API : support for custom malloc/free functions
|
2016-05-31 01:12:04 -07:00
|
|
|
New : controllable Dictionary ID
|
2016-06-03 15:09:02 -07:00
|
|
|
New : Support for skippable frames
|
2016-05-23 10:46:47 -07:00
|
|
|
|
2016-05-08 19:44:45 -07:00
|
|
|
v0.6.1
|
2016-05-13 02:29:38 -07:00
|
|
|
New : zlib wrapper API, thanks to Przemyslaw Skibinski
|
2016-05-13 03:43:36 -07:00
|
|
|
New : Ability to compile compressor / decompressor separately
|
|
|
|
Changed : new lib directory structure
|
2016-05-08 19:44:45 -07:00
|
|
|
Fixed : Legacy codec v0.5 compatible with dictionary decompression
|
|
|
|
Fixed : Decoder corruption error (#173)
|
2016-05-09 22:00:07 -07:00
|
|
|
Fixed : null-string roundtrip (#176)
|
2016-05-13 02:29:38 -07:00
|
|
|
New : benchmark mode can select directory as input
|
2016-05-13 03:43:36 -07:00
|
|
|
Experimental : midipix support, VMS support
|
2016-05-08 19:44:45 -07:00
|
|
|
|
2016-03-15 07:47:38 -07:00
|
|
|
v0.6.0
|
|
|
|
Stronger high compression modes, thanks to Przemyslaw Skibinski
|
|
|
|
API : ZSTD_getFrameParams() provides size of decompressed content
|
2016-03-15 12:47:23 -07:00
|
|
|
New : highest compression modes require `--ultra` command to fully unleash their capacity
|
2016-03-16 08:53:47 -07:00
|
|
|
Fixed : zstd cli return error code > 0 and removes dst file artifact when decompression fails, thanks to Chip Turner
|
2016-03-15 07:47:38 -07:00
|
|
|
|
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
|
2016-02-17 16:01:42 -08:00
|
|
|
Changed (!) : zstd cli now uses "multiple input files" as default mode. See `zstd -h`.
|
2016-02-15 11:37:23 -08:00
|
|
|
Fix : high compression modes for big-endian platforms
|
2016-02-16 05:42:08 -08:00
|
|
|
New : zstd cli : `-t` | `--test` command
|
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
|
2016-05-30 05:05:44 -07: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
|
2016-05-30 05:05:44 -07:00
|
|
|
Fix : Read errors, advanced fuzzer tests, by Hanno Böck
|
2015-10-28 04:32:25 -07:00
|
|
|
|
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
|
2016-05-09 03:28:20 -07:00
|
|
|
git@github.com:Cyan4973/zstd.git
|
2015-08-26 19:16:04 -07:00
|
|
|
v0.1.0
|
|
|
|
first release
|