diff --git a/zstd-1.1.0.tar.gz b/zstd-1.1.0.tar.gz deleted file mode 100644 index 7b45912..0000000 --- a/zstd-1.1.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:61cbbd28ff78f658f0564c2ccc206ac1ac6abe7f2c65c9afdca74584a104ea51 -size 716327 diff --git a/zstd-1.1.1.tar.gz b/zstd-1.1.1.tar.gz new file mode 100644 index 0000000..97de037 --- /dev/null +++ b/zstd-1.1.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a92965a2480fecc6b7bf491106e93cbf69a298b865b6d623755b3a482d77e614 +size 734872 diff --git a/zstd.changes b/zstd.changes index 19c76e1..e55f982 100644 --- a/zstd.changes +++ b/zstd.changes @@ -1,3 +1,19 @@ +------------------------------------------------------------------- +Sun Dec 4 12:25:27 UTC 2016 - idonmez@suse.com + +- Update to version 1.1.1 + * New : cli commands -M#, --memory=, --memlimit=, + --memlimit-decompress= to limit allowed memory consumption + during decompression + * Improved : slightly better compression ratio at --ultra levels + * Improved : better memory usage when using streaming + compression API + * Added : API : ZSTD_initCStream_usingCDict(), + ZSTD_initDStream_usingDDict() (experimental section) + * Changed : zstd_errors.h is now installed within /include + (and replaces errors_public.h) + * Fixed : several sanitizer warnings + ------------------------------------------------------------------- Sun Oct 16 17:55:02 UTC 2016 - jengelh@inai.de diff --git a/zstd.spec b/zstd.spec index 115235d..8bb4293 100644 --- a/zstd.spec +++ b/zstd.spec @@ -19,7 +19,7 @@ Name: zstd %define major 1 %define libname lib%{name}%{major} -Version: %{major}.1.0 +Version: %{major}.1.1 Release: 0 Summary: Zstandard compression tools License: BSD-3-Clause and MIT @@ -106,6 +106,7 @@ rm %{buildroot}/%{_libdir}/libzstd.a %{_includedir}/zbuff.h %{_includedir}/zdict.h %{_includedir}/zstd.h +%{_includedir}/zstd_errors.h %{_libdir}/pkgconfig/libzstd.pc %{_libdir}/libzstd.so