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) OBS-URL: https://build.opensuse.org/package/show/Archiving/zstd?expand=0&rev=38
This commit is contained in:
parent
655f9a9068
commit
85fc977927
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:535020867eb3af61fbadfcb402335af7f52dfe44f081ccfa201e961f01751aa0
|
|
||||||
size 1895842
|
|
3
zstd-1.4.2.tar.gz
Normal file
3
zstd-1.4.2.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:12730983b521f9a604c6789140fcb94fadf9a3ca99199765e33c56eb65b643c9
|
||||||
|
size 1896786
|
10
zstd.changes
10
zstd.changes
@ -1,3 +1,13 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Jul 26 13:06:18 UTC 2019 - Bernhard Wiedemann <bwiedemann@suse.com>
|
||||||
|
|
||||||
|
- 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 <mpluskal@suse.com>
|
Mon Jul 22 10:58:28 UTC 2019 - Martin Pluskal <mpluskal@suse.com>
|
||||||
|
|
||||||
|
@ -19,7 +19,7 @@
|
|||||||
%define major 1
|
%define major 1
|
||||||
%define libname lib%{name}%{major}
|
%define libname lib%{name}%{major}
|
||||||
Name: zstd
|
Name: zstd
|
||||||
Version: %{major}.4.1
|
Version: %{major}.4.2
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Zstandard compression tools
|
Summary: Zstandard compression tools
|
||||||
License: BSD-3-Clause AND GPL-2.0-only
|
License: BSD-3-Clause AND GPL-2.0-only
|
||||||
|
Loading…
Reference in New Issue
Block a user