diff --git a/zstd-1.3.2.tar.gz b/zstd-1.3.2.tar.gz deleted file mode 100644 index 46cd2f3..0000000 --- a/zstd-1.3.2.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:ac5054a3c64e6510bc1ae890d05e3d271cc33ceebc9d06ac9f08105766d2798a -size 1618939 diff --git a/zstd-1.3.3.tar.gz b/zstd-1.3.3.tar.gz new file mode 100644 index 0000000..7b5c5a1 --- /dev/null +++ b/zstd-1.3.3.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a77c47153ee7de02626c5b2a097005786b71688be61e9fb81806a011f90b297b +size 1857232 diff --git a/zstd.changes b/zstd.changes index 0e243a4..2a791e6 100644 --- a/zstd.changes +++ b/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 diff --git a/zstd.spec b/zstd.spec index 1b4a2d0..766abd0 100644 --- a/zstd.spec +++ b/zstd.spec @@ -19,7 +19,7 @@ %define major 1 %define libname lib%{name}%{major} Name: zstd -Version: %{major}.3.2 +Version: %{major}.3.3 Release: 0 Summary: Zstandard compression tools License: BSD-3-Clause and GPL-2.0