- Update to 1.3.3
* perf: improved zstd_opt strategy (levels 16-19) * fix : bug #944 : multithreading with shared ditionary and large data, reported by @gsliepen * cli : fix : content size written in header by default * cli : fix : improved LZ4 format support, by @felixhandte * cli : new : hidden command -b -S, to benchmark multiple files and generate one result per file * api : change : when setting pledgedSrcSize, use ZSTD_CONTENTSIZE_UNKNOWN macro value to mean "unknown" * api : fix : support large skippable frames, by @terrelln * api : fix : re-using context could result in suboptimal block size in some corner case scenarios * api : fix : streaming interface was adding a useless 3-bytes null block to small frames OBS-URL: https://build.opensuse.org/package/show/Archiving/zstd?expand=0&rev=11
This commit is contained in:
parent
b4fdd3e807
commit
bba5ad2964
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:ac5054a3c64e6510bc1ae890d05e3d271cc33ceebc9d06ac9f08105766d2798a
|
||||
size 1618939
|
3
zstd-1.3.3.tar.gz
Normal file
3
zstd-1.3.3.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:a77c47153ee7de02626c5b2a097005786b71688be61e9fb81806a011f90b297b
|
||||
size 1857232
|
19
zstd.changes
19
zstd.changes
@ -1,3 +1,22 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Dec 21 11:02:54 UTC 2017 - idonmez@suse.com
|
||||
|
||||
- Update to 1.3.3
|
||||
* perf: improved zstd_opt strategy (levels 16-19)
|
||||
* fix : bug #944 : multithreading with shared ditionary and
|
||||
large data, reported by @gsliepen
|
||||
* cli : fix : content size written in header by default
|
||||
* cli : fix : improved LZ4 format support, by @felixhandte
|
||||
* cli : new : hidden command -b -S, to benchmark multiple files
|
||||
and generate one result per file
|
||||
* api : change : when setting pledgedSrcSize, use
|
||||
ZSTD_CONTENTSIZE_UNKNOWN macro value to mean "unknown"
|
||||
* api : fix : support large skippable frames, by @terrelln
|
||||
* api : fix : re-using context could result in suboptimal
|
||||
block size in some corner case scenarios
|
||||
* api : fix : streaming interface was adding a useless
|
||||
3-bytes null block to small frames
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Oct 29 15:52:37 UTC 2017 - astieger@suse.com
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user