diff --git a/zstd-1.4.1.tar.gz b/zstd-1.4.1.tar.gz deleted file mode 100644 index e6666ad..0000000 --- a/zstd-1.4.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:535020867eb3af61fbadfcb402335af7f52dfe44f081ccfa201e961f01751aa0 -size 1895842 diff --git a/zstd-1.4.2.tar.gz b/zstd-1.4.2.tar.gz new file mode 100644 index 0000000..1fa5a80 --- /dev/null +++ b/zstd-1.4.2.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:12730983b521f9a604c6789140fcb94fadf9a3ca99199765e33c56eb65b643c9 +size 1896786 diff --git a/zstd.changes b/zstd.changes index 3c37042..e1e41e8 100644 --- a/zstd.changes +++ b/zstd.changes @@ -1,3 +1,13 @@ +------------------------------------------------------------------- +Fri Jul 26 13:06:18 UTC 2019 - Bernhard Wiedemann + +- Update to version 1.4.2: + * bug: Fix bug in zstd-0.5 decoder by @terrelln (#1696) + * bug: Fix seekable decompression in-memory API by @iburinoc (#1695) + * bug: Close minor memory leak in CLI by @LeeYoung624 (#1701) + * misc: Validate blocks are smaller than size limit by @vivekmig (#1685) + * misc: Restructure source files by @ephiepark (#1679) + ------------------------------------------------------------------- Mon Jul 22 10:58:28 UTC 2019 - Martin Pluskal diff --git a/zstd.spec b/zstd.spec index 7d65f51..1e8c280 100644 --- a/zstd.spec +++ b/zstd.spec @@ -19,7 +19,7 @@ %define major 1 %define libname lib%{name}%{major} Name: zstd -Version: %{major}.4.1 +Version: %{major}.4.2 Release: 0 Summary: Zstandard compression tools License: BSD-3-Clause AND GPL-2.0-only